-
Raspberry Eye grows an eye
07/06/2014 at 20:43 • 1 commentPlayed with RPi Camera Board recently to see if it can be used for simple image-recognition.
Here is the result:
This is produced by this python script using picamera module to capture the image, ZBar bar code reader to find qr-codes and pygame was used to draw stuff. Latency is around 1 sec using 1024x768 image size.
I've realized there exists a problem with using see-through augmented-reality displays: if you need to draw something over a real object, you need to account for the camera offset from the display, which is important for close distances. I don't know how to calculate the correction dynamically without some kind of distance-detection hardware (the best would be to use a depth-sense camera... maybe they need to make one which is RPi-compatible).
I'll try to make a small demo video soon.
-
Added "mirror" branch on github
05/28/2014 at 23:12 • 0 commentsI've added the code to produce the mirror image to "mirror" branch: https://github.com/genericsoma/fbtft/tree/mirror
It applies only to S6D1121 controler (fb_s6d1121.c). If should be easy to use the same trick with similar controllers such as ILI9325. Basically the starting address is calculated differently and the so-called GRAM direction is set to the opposite.
-
Uploaded demo video
04/24/2014 at 10:19 • 0 commentshttps://www.youtube.com/watch?v=lCYnIHqwIJU
-
Added some details, attempted video demo
04/23/2014 at 00:36 • 0 commentsAdded links to components and mounting assembly drawing to the "details" section. Then tried to make a short video using GoPro, first couple of takes were not good. Will get some sleep, try again in the morning.