Integrate BFS-U3-50S5C-C (Flir) Camera with Jetson Nano Issue

I tried to integrate the flair camera with jetson nano 2GB developer kit Ubuntu 18.04. I installed spinnaker SDK as instructed. Spinview is not detecting the camera. I have tested this with amd ubuntu processor on ubuntu 20.04 but I was able to sucessfully integrate the camera with computer with ubuntu 20.04. it does not show any error.

When I run lsusb command on computer :
For sucsessful detection of camera output is as follow:
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 006: ID 03f0:094a HP, Inc Optical Mouse [672662-001]
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 012: ID 03f0:344a HP, Inc HP USB Slim Keyboard
Bus 003 Device 015: ID 1e10:4000 Point Grey Research, Inc. Blackfly S BFS-U3-50S5C
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

With jetson nano, it detects USB port but not able interface camera: It seems library issue. But the problem is I don’t get any log.
output for lsusb
Bus 002 Device 004: ID 1e10:4000 Point Grey Research, Inc.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 03f0:154a Hewlett-Packard
Bus 001 Device 004: ID 413c:2113 Dell Computer Corp.
Bus 001 Device 003: ID 1a40:0801 Terminus Technology Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

With successful integration of the camera, I got camera name with my amd computer. But I don’t get the camera name as shown as above with jetson nano. What am I missing? I have installed spinnaker arm sdk in jetson and amd on computer.

Is is the jetson nano issue with libraries installation or any other issue?

Hi,
By default USB cameras use kernel UVC driver. Please check if you can see infomation of the camera by executing

$ v4l2-ctl --list-formats-ext

If it requires additional kernel driver, probably certain kernel configs have to be enabled. This would need other users to share experience.

It was actually working when acquiring image using c++ code with sudo from opt folder where spinnaker was installed. But it was not showing with spine view software.

Thanks

Hi,
This would need other users to share experience. Or you may try to contact camera vendor to get help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.