Hi, I’m currently working on a robotics project, I’m having issues with Arducam IMX219. When the Jetson Orin Nano 8GB (Developer kit version) starts with the monitor attached on the display port and the following setting, the camera work just fine:
sudo systemctl set-default graphical.target
Whereas, while using the following setting (in order to remotely access the Desktop with NoMachine) the camera won’t be detected:
Here the setting for the screen mode:
sudo systemctl set-default multi-user.target
How could the issue be solved?
Thanks in advance,
Lorenzo
Sorry, I did not provide a clear explanation (I’m still a high school student, so, not really an expert).
I’ll provide some system details:
Distribution: Ubuntu 22.04 Jammy Jellyfish
Release: 5.15.136-tegra
No, actually we have found a workaround to use camera even when we remotely connect using NoMachine: we use a physical display emulator [dummy monitor] paired with the following launch command ‘sudo systemctl set-default graphical.target’ and camera works fine.
Thanks,
Lorenzo