V4L2 PCIe - Examples - Image Signal Processor
This project is under development. |
One of the uses of the system will be to take frames directly from a camera and processing it through a series of steps which will setup the image to be read from by the CPU.
This system might also include a interface system for the camera in order to configure it with the appropriate settings and triggering the frame capture start.
Algorithms in the FPGA will be able to leverage its high parallelism in order to output the frames with a low latency while still matching the frame rate of the camera.
Topology
GStreamer Example Pipelines
Source:
gst-launch-1.0 v4l2src device=/dev/video1 ! videoconvert ! autovideosink