V4L2 FPGA/Examples/Image Enhacement: Difference between revisions

From RidgeRun Developer Wiki
m (Mmadrigal moved page V4L2 PCIe/Examples/Image Enhacement to V4L2 FPGA/Examples/Image Enhacement without leaving a redirect)
 
(No difference)

Latest revision as of 19:16, 5 July 2019




  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