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