This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how do I caputure non-supported resolution/formats ( no matching v4l2_std_* types) ?

I would like to capture, say, rgb 800x600 on dm365 vpfe, but it is not a supported v4l2 ( not in drivers/linux/videodev2.h). Our video coming has various resolutions and framerates and have embedded line/frame start&stop codes. 

What is the mechanism for adding new resolutions to dm3xx capture?  I am using a video decoded stub based on the tv7002.c driver ( vpif_register_decoder( my_dev)).

B\375