Magnifying Glasses - magnify glasses
IDS cameraprice
If you can capture frames through v4l2, may try this sample: V4l2src using OpenCV Gstreamer is not working in Jetson Xavier NX - #3 by DaneLLL
Cctvcamera ids
Thank you for responding. The IDS camera that I use is not connected via USB but it uses the ethernet port via a PoE switch. I can access the camera via the pyueye library on python but the image is distorted.
Camera IDsAPK
Hi, By default we support UVC driver and can capture frames through v4l2 interface. Please refer to steps in Jetson Nano FAQ Q: I have a USB camera. How can I launch it on Jetson Nano?
If it works you can then run like this python sample: Doesn't work nvv4l2decoder for decoding RTSP in gstreamer + opencv - #3 by DaneLLL
I am currently using a Jetson Nano developer kit and I want to use an IDS ueye GigE camera with it. I was able to install the IDS SDK and the camera worked fine on the ueye Demo but when I try to access the camera using OpenCV with the VideoCapture function the camera is not detected even though the cam ID is 1 in the Camera Manager and I use VideoCapture(1) in the code.