Closed TheRobotStudio closed 6 years ago
Hmm, I see that you've already discovered the other people who had problems on a Tegra board in #16 . I don't really have anything to add to that.
There were problems on ARM with older versions of libroyale, but they have been fixed in 3.15, and you're using 3.16, so it should be fine (see . I've tested the same version that you are using (3.16.0.51) myself on 32-bit ARM (armv7l), but not on 64-bit ARM (aarch64).
In libroyale 3.15, the following text was added to the libroyale README:
Royale supports the following operating systems: [...]
- Linux ARM (32Bit version tested on Raspbian GNU/Linux 8 (jessie) Raspberry Pi reference 2016-03-18; 64Bit version tested on the Odroid C2 with Ubuntu Mate 16.04 ARM 64)
So in theory it should work now. Since I don't have an NVIDIA Jetson TX2 board, I can't really help you other than suggesting the obvious stuff - make sure that your cable is okay, there is no defective contact on the camera (does it work on an x86 PC?), it's plugged into the USB 3 port and not the USB 2 port etc.
Closing due to inactivity. Feel free to reopen if you have anything to add.
Hi, just for sake of completeness. I also ran in to the same issue on the Jetson Xavier. In my case ( and I can imagine also in yours @TheRobotStudio ) the issue was that the user nvidia is not part of the plugdev group, which is used in the udev rules.
Fixed it by adding the user to the plugdev user group.
sudo usermod -a -G plugdev nvidia
followed by a restart
p.s.: you can check if your user is part of the group with the command:
groups
@mintar maybe this hint ( checking if your user is in the group ) could even be a valuable addition to the README
Thanks for the update! I think you've found the cause of the problem the other people were having. I've added the info to the README.
cool, thx for considering it. hope this helps
I have a problem on the NVIDIA Jetson TX2, using Ubuntu 16.04 with the Pico Flexx. The udev rule is in place, the symlink file is created after I plug the device:
lrwxrwxrwx 1 root root 15 May 8 15:58 camboard_pico_flexx-2-1.3.4 -> bus/usb/002/007
But when I launch the roslaunch command it says that no camera is connected:
Anybody has the same issue or got it working on the TX2 (aarch64) ? Thanks!