V4L2 PCIe - Examples - Image Stitching

From RidgeRun Developer Wiki




  Index  


Template:V4L2 PCIe/TOC



The system won't be limited to a single camera input and can take inputs from multiple sources. In the case show in the picture the system takes input from 3 different cameras and uses a stitching algorithm before sending it to the CPU. This stitching output can also be further processed in a similar fashion as shown here.

Topology

GStreamer Example Pipeline

Source:

gst-launch-1.0 v4l2src device=/dev/video1 ! videoconvert ! autovideosink


Previous: Examples/Image Signal Processor Index Next: Examples/Image Enhacement