Hi all,
For part of my senior design project, I am implementing an object tracking algorithm. I've already developed the algo on a DSP using a CMOS camera, but I need to transfer the algorithm onto my Pi. I've managed to get the framebuffer up and running using this wonderful tutorial:
http://raspberrycompote.blogspot.ie/201 ... _9509.html
I've also managed to capture images with a Logitech C270 webcam using both fswebcam and mjpg-streamer.
Where I'm stuck is how I can take the RGB data from the image captured and place it into the framebuffer. Can anyone point me in the right direction?
Thank you