Go to advanced search

by m1m1
Fri May 17, 2013 6:32 pm
Forum: Camera board
Topic: Cannot disable preview
Replies: 34
Views: 18765

Re: Cannot disable preview

Thanks for the feedback, I've edited my post with your corrections.
by m1m1
Fri May 17, 2013 12:01 pm
Forum: Camera board
Topic: Cannot disable preview
Replies: 34
Views: 18765

Re: Cannot disable preview

Here is what worked for me (on the Pi, on Raspbmc): sudo apt-get install git gcc build-essential cmake git clone git://github.com/raspberrypi/userland.git cd userland sed -i 's/if (DEFINED CMAKE_TOOLCHAIN_FILE)/if (NOT DEFINED CMAKE_TOOLCHAIN_FILE)/g' makefiles/cmake/arm-linux.cmake "sed -i 's/if (D...
by m1m1
Fri May 17, 2013 10:19 am
Forum: Camera board
Topic: EXIF should identify it as a Pi
Replies: 14
Views: 4191

Re: EXIF should identify it as a Pi

raspistill -v -o image.jpg --exif GPS.GPSLongitude=5/1,10/1,15/100 RaspiStill Camera App ===================== Width 2592, Height 1944, quality 85, filename image.jpg Time delay 5000, Raw no Thumbnail enabled Yes, width 64, height 48, quality 35 User supplied EXIF tags : GPS.GPSLongitude=5/1,10/1,1...
by m1m1
Fri May 17, 2013 9:35 am
Forum: Camera board
Topic: EXIF should identify it as a Pi
Replies: 14
Views: 4191

Re: EXIF should identify it as a Pi

No EXIF data for me either.
by m1m1
Fri May 17, 2013 9:29 am
Forum: Camera board
Topic: Cannot disable preview
Replies: 34
Views: 18765

Re: Cannot disable preview

I have changed it from -1 to MMAL_SUCCESS, compiled fine on the Pi and works, thanks.
by m1m1
Mon Jun 25, 2012 6:30 pm
Forum: Other projects
Topic: Use hd44780 LCD with lcd2usb
Replies: 5
Views: 7152

Use hd44780 LCD with lcd2usb

Hi, as I was asked at Twitter, I wanted to let you know how I managed to get a 20x4 character lcd to work with the Raspberry Pi. First of all, it's a display with a HD44780 controller, so originally designed for the lpt port. There exists a open-source project named lcd2usb at http://www.harbaum.org...

Go to advanced search