Hi, everybody:
I'm using DM816X,and DVR_RDK4.0.How can I use the demos to take picture?
Thanks!!!
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.
You can use Venc_snapshotDump and Venc_getBitstreamBuffer to get capture frame snapshot as JPEG image.
Refer these posts for details:
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/270659/945629.aspx#945629
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/t/217401.aspx
You mean even if you don't invoke Venc_snapshotDump you still get the JPEG snapshot? By default JPEG will be output at 1 fps for a channel. SO getting the JPEG snapshot may get delayed by upto 1 second. Invoking Venc_snapshotDump ensures the immediate next frame is encoded as JPEG and there is not large delay in getting the snapshot.