-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]d435i works, but not completely on NX devkit #9
Comments
Having same issue, standing by for tests |
actually after upgrading the firmware to the latest realsense-viewer seems to work better; |
There is an issue with the UVC driver and the Kernel, even with latest RealSense-viewer you need to hiave to reset between modes |
@jetsonhacks are you working on an update for the XAVIER NX Kernel patch so it can work with Realsense UVC , as the apt get librealsense-dkms does not work ? Would the old XAVIER method of building kernel could be used? |
@patrickpoirier51 |
@AndreV84 The RealSense-viewer do reset the hardware in order to get the camera connected, but that is impractical for other applications , namely python |
@AndreV84 just to make sure, i have firmware release 05.12.03.00 on camera |
5.12.5.0 is the latest, I believe https://www.intelrealsense.com/download/11232/?_ga=2.160502397.1537282655.1592577394-1689438527.1589854667 |
@AndreV84 ok thanks, just updated (with my I7 based PC) and tried on Xavier NX The application crash -need to FORCE QUIT- and DMESG shows: Need to disconnect - reconnect to make it work again |
@patrickpoirier51 did you update the firmware to 5.12.5 ? |
Yes, I did, just updated (with my I7 based PC) and tried on Xavier NX |
sigh; |
I used to upgrade the firmware from Jetson with |
I used the realsense-viewer , its quite the same |
rs-fw-update -l connected devices:
|
@patrickpoirier51 Nice to see you here. It's been long time! I would like to use the D435i with Xavier NX, but in a ROS environment inside a docker container. Are there some instructions on how to that, or at least how to setup the Librealsense such that D435i works properly with NX? Thanks. |
@mzahana hello Unfortunately I havent tried if Realsense dos behave correctly within docker on JetPack. |
@patrickpoirier51 thank you very much! I will give it a try and share my findings |
Describe the issue
Please describe the issue
I tried both building from sources [ in which case it wouldn't run rs-distance]
and apt installation [ in which case some of examples worked, but not reasense viewer]
What version of L4T/JetPack
L4T/JetPack version: 4.4
Which Intel RealSense camera(s)
RealSense camera(s):d435i
To Reproduce
Steps to reproduce the behavior:
For example, what command line did you run?
for source code build installation rs-distance won't work
for apt installation other examples won't run, but rs-distance works
Expected behavior
realsense-viewer is expected to work both in case with installation from apt repository and from sources; Moreover, other graphical examples would be anticipated to work also
Additional context
Have you had a chance to try D400x series on NX?
The text was updated successfully, but these errors were encountered: