Hi Guys!
Can someone tell me how to start with capture device? I am mostly working on display, codecs and players. I have no idea how to start with camera. Following can be helpful.
1) What kind of camera works on OMAP3 board from Mistral?
2) Can I give input from TV feed also?
3) I have seen loopback demo along with SDK. That uses
#define CAPTURE_DEVICE "/dev/video0"
#define CAPTURE_NAME "Capture"
Although there is no node like /dev/video. I know I can always create one. But my query is- does capture demo work?
Please provide info which you feel can help in baby step :)