Freescale does not have a specific GStreamer element to do JPEG encoding, so the standard 'jpegenc' should be used.
Image Capture | |
---|---|
With a web camera | gst-launch v4l2src num-buffers=1 ! jpegenc ! filesink location=sample.jpeg |
With an embedded camera | gst-launch mfw_v4lsrc num-buffers=1 ! jpegenc ! filesink location=sample.jpeg |
More pipelines on GStreamer i.MX6 Pipelines
1) How do I get a continuous sequence of images?
2) How do I transfer the images through idpsink?