Capture feed from FPV receiver on Jetson Nano / Xavier

Hello

I need to capture the video feed from an FPV receiver in order to run object detection on it.

I already have the object detection part ready with Jetson-Inference library which is based on TensorRT.

All I need is to replace the webcam feed with the feed from the FPV receiver.

Please guid me towards the right direction.

Thank you!

Hi,
In default release, we support frame capturing through v4l2. If the FPV receiver supports v4l2, you can run with v4l2src plugin.

Thank you! Will try.