I have read in other posts on this forum that it is impossible to encode 5MP sized video (2592x1944) because the maximum line width is 1920.
Is it possible to DECODE 5MP video? or this is also limited to widths up to 1920 pixels?
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.
I have read in other posts on this forum that it is impossible to encode 5MP sized video (2592x1944) because the maximum line width is 1920.
Is it possible to DECODE 5MP video? or this is also limited to widths up to 1920 pixels?
It is possible to encode and decode 2592x1944. The limitation is with HDVPSS which cannot process frames grater than 1920 width. DVRRDK has a mega pixel scaler link (MpSclr) link which processes frames greater than 1920x1080 by spliiting them into slices and scaling them. You can use the DVRRDK decode_display demo to decode and display 5M stream.