Hi,
I'm trying to use the v4l2 example as starting point for my application.
To run correctly the example i must run the "loadmodules" file, and one of the sample demo ("encode", "decode" or "encodedecode").
If i don't run this applications before running the v4l2 example I can't see the image acquired on my display but the program run correctly.
I think some initializations in the c code are required to do this. Someone can suggest me which initialization i must write into the example code to obtain my grabbed image correctly displayed without running this modules? (If this is the correct thing to do)