Camera is not showing up as a video device by default in Linux
AnsweredWe are looking to integrate our Teledyne FLIR machine vision camera by writing our application on Linux. We want to do this by attaching a streaming video device (from /dev/videoN), but the camera we have does not seem to show up as a video device by default.
Is there a way to make linux recognize the camera as a video device?
-
Official comment
Teledyne FLIR machine vision cameras are not webcams and they are not compatible with UVC , Linux UVC or Video4Linux (v4l or v4l2) drivers, which is what most webcams use, so they will not show up as a normal webcam in Linux.
To work with Teledyne FLIR machine vision cameras on Linux, you will have to use Spinnaker SDK or third party GenICam based software like Aravis.
The following articles can help for an approach with Aravis on Linux:
Best Regards,
Ana
Please sign in to leave a comment.
Comments
1 comment