Hi
The dvsdk_dm3730-evm_4_02_00_06 use dma for capture + encoder. Use the following gst pipline to test:
======================================================================================================================================
gst-launch -e v4l2src always-copy=FALSE ! 'video/x-raw-yuv,format=(fourcc)UYVY,width=720,height=576,framerate=(fraction)25/1' ! TIPrepEncBuf contiguousInputFrame=TRUE ! queue ! TIVidenc1 codecName=h264enc engineName=codecServer ! dmaiperf ! mux. alsasrc ! audio/x-raw-int,rate=48000,channels=2 ! ffenc_mp2 bitrate=64000 ! mux. mpegtsmux name=mux ! queue ! filesink location=./samples/test1.ts
======================================================================================================================================
But the Record video no Synchronous! Please see upload sample file.
I think it's DMA configure or input synchronous cause.
Test HW:dm3730 + tvp5146
Test SF: dvsdk 4.02.00.06
The sample file: