Tags
Related Posts
  • Forum Post: RE: dm368 capture image to store sd card

    Hi Natraj, You can capture Images from your V4L2 source and compress them as JPEG files and store them using the following pipeline: gst-launch -e v4l2src always-copy=false num-buffers=1 chain-ipipe=true ! video/x-raw-yuv,format=\(fourcc\)UYVY, width=640, height=480 ! dmaienc_jpeg ! filesink location...