Page 1 of 1

Placing Video/Images into Framebuffer

Posted: Tue Mar 12, 2013 6:47 am
by kdesrosier
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

Re: Placing Video/Images into Framebuffer

Posted: Wed Mar 13, 2013 3:18 pm
by kdesrosier
Bump. Really would appreciate any help.

Re: Placing Video/Images into Framebuffer

Posted: Thu Mar 14, 2013 7:29 pm
by kdesrosier
Figured it out. For anyone with a similar problem refer to this link:
http://www.cl.cam.ac.uk/freshers/raspbe ... intro.html