-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
SR300 and Jetson Tx2 not working #933
Comments
I have sucessfully got librealsense working on the TX2 just this afternoon by following this fork of the jetsonhacks kernel. With that kernel built (I had to do a number of the operations manually rather than using the provided scripts) and a quick restart I was able to build librealsense 2.9.0 and run a number of the demos successfully. There are other issues (#840 ) but its a really good start. |
@sebandraos Hi, which Real Sense version are you using? Is that the Creative BlasterX Senz3D? Thanks |
The camera I am using is the SR300 per the question. The librealsense version is 2.9.0 which is the latest stable release at time of writing. |
@sebandraos Thanks for your answer. Are you using the pure SR300 module or like a product? I am considering to buy an SR300 based product called Creative BlasterX Senz3D, but the official document said it doesn't support Linux, so I an curious about which one are you using? Or can you suggest a website where you bought it? Thank you again. |
The SR300 Developer Kit as available on the Intel click store |
@sebandraos I have try the link you provided but I got the same error |
Starting with a clean install of the Tegra board from JetPack and with this repo alongside this is the procedure I used. N.B. It was a month or so ago so this is to the best of my recollection. Perform at your own risk.
To my recollection that's it. |
@sebandraos I have followed your steps and I am not getting SR300 Working properly. Thank you |
Hello @sebandraos , you can verify that the patch has been properly installed by running
For SR300 it should notify that the INZI, and INVZ formats are registered. |
[Realsense Customer Engineering Team Comment] Several suggestions based on my configurations:
|
[Realsense Customer Engineering Team Comment] If you still has the issue, please refer to below patch for the latest BSP (L4T 28.2). |
I've followed the installation guide for Librealsense in Lunux but when I try .examples//cpp-config-ui I get the following error code:
nvidia@tegra-ubuntu:~/librealsense/build/examples$ ./cpp-config-ui Capturing DEPTH at 640 x 480, fov = 67.7 x 53.4, distortion = INVERSE_BROWN_CONRADY Capturing COLOR at 640 x 480, fov = 54.1 x 41.9, distortion = NONE Capturing INFRARED at 640 x 480, fov = 67.7 x 53.4, distortion = INVERSE_BROWN_CONRADY terminate called after throwing an instance of 'std::runtime_error' what(): VIDIOC_DQBUF error 19, No such device Aborted (core dumped)
I can see SR300 from lsusb but when I try dmesg I get that:
[ 2335.642827] usb 2-1.3.3: new SuperSpeed USB device number 13 using xhci-tegra [ 2335.670083] usb 2-1.3.3: New USB device found, idVendor=05e3, idProduct=0616 [ 2335.677218] usb 2-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2335.684959] usb 2-1.3.3: Product: USB3.1 Hub [ 2335.689481] usb 2-1.3.3: Manufacturer: GenesysLogic [ 2335.700103] hub 2-1.3.3:1.0: USB hub found [ 2335.704726] hub 2-1.3.3:1.0: 1 port detected [ 2335.750068] usb 1-2.3.3: new high-speed USB device number 12 using xhci-tegra [ 2335.861366] usb 1-2.3.3: New USB device found, idVendor=05e3, idProduct=0610 [ 2335.868501] usb 1-2.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2335.876151] usb 1-2.3.3: Product: USB2.0 Hub [ 2335.880613] usb 1-2.3.3: Manufacturer: GenesysLogic [ 2335.888057] hub 1-2.3.3:1.0: USB hub found [ 2335.892578] hub 1-2.3.3:1.0: 2 ports detected [ 2336.730127] usb 1-2.3.3.2: new full-speed USB device number 13 using xhci-tegra [ 2336.987364] usb 1-2.3.3.2: New USB device found, idVendor=041e, idProduct=409b [ 2336.994693] usb 1-2.3.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2337.002653] usb 1-2.3.3.2: Product: BlasterX Senz3D VF0810 [ 2337.008356] usb 1-2.3.3.2: Manufacturer: Creative Technology Ltd [ 2337.014528] usb 1-2.3.3.2: SerialNumber: 170523141351 [ 2337.177251] input: Creative Technology Ltd BlasterX Senz3D VF0810 as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3.3/1-2.3.3.2/1-2.3.3.2:1.2/0003:041E:409B.0007/input/input22 [ 2337.247053] hid-generic 0003:041E:409B.0007: input,hidraw3: USB HID v1.11 Device [Creative Technology Ltd BlasterX Senz3D VF0810] on usb-3530000.xhci-2.3.3.2/input2 [ 2337.498602] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5 [ 2337.505570] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request [ 2337.575587] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 4 [ 2337.582805] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_INC_SSPI_CLOCK request [ 2337.798793] usb 2-1.3.3.1: new SuperSpeed USB device number 14 using xhci-tegra [ 2337.824553] usb 2-1.3.3.1: New USB device found, idVendor=8086, idProduct=0aa5 [ 2337.832171] usb 2-1.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2337.840366] usb 2-1.3.3.1: Product: Intel(R) RealSense(TM) Camera SR300 [ 2337.847362] usb 2-1.3.3.1: Manufacturer: Intel(R) RealSense(TM) Camera SR300 [ 2337.854750] usb 2-1.3.3.1: SerialNumber: 627201003373 [ 2337.862302] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6 [ 2337.873697] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) Camera SR300 (8086:0aa5) [ 2337.888362] input: Intel(R) RealSense(TM) Camera S as /devices/3530000.xhci/usb2/2-1/2-1.3/2-1.3.3/2-1.3.3.1/2-1.3.3.1:1.0/input/input23 [ 2337.902375] uvcvideo: Unknown video format 435a4e49-b602-480f-978c-e4e88ae89b89 [ 2337.909849] uvcvideo: Unknown video format 52494150-8536-4841-b6bf-8fc6ffb083a8 [ 2337.917777] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) Camera SR300 (8086:0aa5) [ 2337.932392] uvcvideo: Unable to create debugfs 2-14 directory. [ 2337.938893] input: Intel(R) RealSense(TM) Camera S as /devices/3530000.xhci/usb2/2-1/2-1.3/2-1.3.3/2-1.3.3.1/2-1.3.3.1:1.2/input/input24 [ 2342.578479] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5 [ 2342.585792] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
I've tried plugging in the camera to a external powered USB3 HUB and directly to the Jetson USB port but nothing happens
The text was updated successfully, but these errors were encountered: