Items with no label
3335 Discussions

Is intel realsense D435i VL42 compliant??

sj000
Novice
2,541 Views

I am trying to use the model trained with nvidia digits for object detection with a live feed. I am facing error. I heard only vl42 compliant devices work with jetson xavier(link to this post could be found below ).

 

Could you please let me know if this camera is vl42 compliant??

 

Thanks in advance

0 Kudos
7 Replies
Alexandra_C_Intel
1,920 Views

Hi sj000,

 

Thank you for your interest in the Intel RealSense D435i camera.

Linux build configuration is presently configured to use the V4L2 backend by default.

https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md#building-librealsense2-sdk

Be advised that Intel does not officially support the Jetson line of devices. Furthermore, there are several known issues with running librealsense on Jetson.

https://github.com/IntelRealSense/librealsense/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20jetson

 

 

Regards,

Alexandra

0 Kudos
MartyG
Honored Contributor III
1,920 Views

@sj000​  I'd just like to add to this discussion that the JetsonHacks website has a guide to setting up the 400 Series cameras and Librealsense2 on Jetson AGX Xavier if you have not seen it already.

 

https://forums.intel.com/s/question/0D50P00004ElYrDSAV/guide-to-setting-up-librealsense2-on-jetson-agx-xavier-at-jetsonhacks

0 Kudos
sj000
Novice
1,920 Views

Thank you for the post. I followed Jetsonhacks article. However, on using the command,

 

v4l2-ctl --all

 

returns

Driver Info (not using libv4l2): Driver name : uvcvideo Card type : Intel(R) RealSense(TM) Depth Ca Bus info : usb-3610000.xhci-1 Driver version: 4.9.108 Capabilities : 0x84200001 Video Capture Streaming Extended Pix Format Device Capabilities Device Caps : 0x04200001 Video Capture Streaming Extended Pix Format Priority: 2 Video input : 0 (Camera 1: ok) Format Video Capture: Width/Height : 1280/720 Pixel Format : 'Z16 ' Field : None Bytes per Line : 2560 Size Image : 1843200 Colorspace : Default Transfer Function : Default (maps to Rec. 709) YCbCr/HSV Encoding: Default (maps to ITU-R 601) Quantization : Default (maps to Full Range) Flags : Crop Capability Video Capture: Bounds : Left 0, Top 0, Width 1280, Height 720 Default : Left 0, Top 0, Width 1280, Height 720 Pixel Aspect: 1/1 Selection: crop_default, Left 0, Top 0, Width 1280, Height 720 Selection: crop_bounds, Left 0, Top 0, Width 1280, Height 720 Streaming Parameters Video Capture: Capabilities : timeperframe Frames per second: 30.000 (30/1) Read buffers : 0 gain 0x00980913 (int) : min=16 max=248 step=1 default=16 value=16

So is it right that only the depth data is received and not rgb?? Also please have a look at my post at nvidia: https://devtalk.nvidia.com/default/topic/1048157/jetson-agx-xavier/issue-in-connecting-camera-/

 

Please provide me with some information on possibilities to get rgb data on v4l2.

0 Kudos
Eliza_D_Intel
Employee
1,920 Views
Hello sj000, Could you please test the camera in Intel RealSense Viewer in order to determine is the RGB stream is working? Thank you and best regards, Eliza
0 Kudos
sj000
Novice
1,920 Views

Hello Eliza,

 

Thank you for your post. It works with ./realsense-viewer. However the output from v4L is as above. Any idea on why is that so?? and how to get an output in the v4L??

 

BR

sJ000

0 Kudos
Eliza_D_Intel
Employee
1,920 Views
Hello sj000, Thank you for your reply! I found this thread that might be helpful to you: https://github.com/IntelRealSense/librealsense/issues/2682 Here an RealSense user managed to use D435 with Jetson + yavta. Hopefully this case help you! Thank you and best regards, Eliza
sj000
Novice
1,920 Views

Hello Eliza,

 

Thank you for the link but the case is different. My doubt is if the device is v4l2 compliant, what is the reason that there is no ouput with the command v4l2-ctl --all??

 

 

Best regards

sj000

0 Kudos
Reply