GStreamer i.MX6 Image Capture

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GStreamer i.MX6 Image Capture

GStreamer i.MX6 Image Capture

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

Comments

1) How do I get a continuous sequence of images?
2) How do I transfer the images through idpsink?

No ratings
Version history
Last update:
‎11-14-2012 02:23 PM
Updated by: