V4L2 PCIe - Examples - Image Enhacement

From RidgeRun Developer Wiki




  Index  


Template:V4L2 PCIe/TOC



The input for the processing system can also be another V4L2 element which provides frames from a CPU source, this use case is meant to be connected as a co-processor, such as the shown in the image where the resulting frame is given back to CPU after applying an image enhancement algorithm.

Use Case

The following image shows an example use of the this project for image enhacement through hardware accelerated algorithms.

GStreamer Example Pipelines

Sink:

gst-launch-1.0 videotestsrc ! videoconvert ! fpgaimageenhancer in_device=/dev/video0 out_device=/dev/video1 ! videoconvert ! autovideosink


Previous: Examples/Image Stitching Index Next: Supported Platforms