andanders

Results 11 comments of andanders

@moh-C I had the same issue. As @topherbuckley pointed out, you must run `run.sh` from the parent dir. I.e. `docker/run.sh`.

Chiming in. I'm having the same issue, albeit sturdecam20 and Orin Nano. Did you resolve your problem?

I reinstalled the drivers and was not prompted to select number of lanes. But I suspect that the drivers default to 2 lanes by looking at the install script and...

Hi all. Same issue. Mikrotik router and some HACS integrations that can't install python dependencies. Has anyone filed an issue with Mikrotik?

Another test, maybe it is relevant. `test-video.py` fails with the same timeout message. `/jetson-inference/build/aarch64/bin# python3 test-video.py` I want to hightlight from the below output: > failed to find/open file /proc/device-tree/model...

For the sake of clarity; the camera and computer combo that I'm using is [e-con sturdecam 20](https://www.syslogic.ai/accessories/e-con-systems-sturdecam20-gmsl2-hdr-camera), and [Syslogic RS A4NA](https://www.syslogic.ai/jetson-orin-nano/rugged-computer-rpc-rs-a4na). They are connected with GMSL and a built-in deserializer....

I almost forgot to test with nvarguscamerasrc ```bash ~$ gst-launch-1.0 nvarguscamerasrc ! videoconvert ! autovideosink Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... ERROR:...

If I modify docker/run.sh by adding --privileged, I can run `/build/aarch64/bin/video-viewer /dev/video0` and get a preview inside the container. E-con systems have responded: > Our Camera STURDeCAM20 has an on-board...

Hi Christophe, the other tutorial [you mention ](https://docs.ros.org/en/rolling/Tutorials/Intermediate/Launch/Launch-system.html#creating-the-structure-to-hold-launch-files) uses Glob to copy all files, so my specific example in this PR is redundant. Since the tutorial already exists I feel...