Intel RealSense D435 - NVIDIA Jetson TX Dev Kit

Ғылым және технология

Initial installation of the RealSense D435 on the Jetson TX2. Please Like, Share and Subscribe!
Full article here: wp.me/p7ZgI9-Zq
Website: jetsonhacks.com
Github: github.com/jetsonhacks
Some of these links here are affiliate links. Affiliate links are generated by Amazon and provide me with a small percentage/kickback should you use them to purchase any of the items I use with no additional cost to you. Thanks for supporting me and this channel!

Пікірлер: 45

  • @FlashLeak
    @FlashLeak6 жыл бұрын

    Would you mind testing the camera outdoors and trying to measure its range? It is specified up to 10 m but other videos show it is capable of doing more (but probably with less accuracy). Thanks!

  • @Sznur69
    @Sznur696 жыл бұрын

    Thanks for the review :D

  • @JetsonHacks

    @JetsonHacks

    6 жыл бұрын

    You are welcome, and thanks for watching!

  • @angelleal3005
    @angelleal30053 жыл бұрын

    Do these download keep saved on the nano ? Second time I reboot and can't find the old files.

  • @and1dima
    @and1dima5 жыл бұрын

    Great video, thank you very much! It took me a while, but i finally got it to work. Now I'm wonderin if it's possible to install a newer version of the realsense SDK (maybe 2.17 or 2.18) using your this install script? I'm trying to detect persons in pointcloud data using the PCL (point cloud library), but as the depth data doesnt seem to be perfectly aligned with the rgb image it's not working properly. This bug is fixed in the new ros wrapper for the realsense camera.

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    Did you modify the script to 2.17 and have the install fail?

  • @and1dima

    @and1dima

    5 жыл бұрын

    Thanks for the quick response! I havent tried yet, because it took me a while to get the camera work smoothly. Would you recommend trying it?

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    If you need new features, you would have to modify the scripts to build later versions of librealsense 2. Thanks for watching!

  • @and1dima

    @and1dima

    5 жыл бұрын

    @@JetsonHacks it worked. thanks

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    Glad to hear you got it to work!

  • 6 жыл бұрын

    Hahah. Great intro!

  • @JetsonHacks

    @JetsonHacks

    6 жыл бұрын

    The great actors always deserve their screen time.

  • @analuizza10
    @analuizza105 жыл бұрын

    My liberalsense does not successfully build . It says that no targets specified and no makefile found. Stop. What am I supposed to do to unbug it?

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    I can't tell what went wrong from your description. It suggests that you were not in the correct directory to start your build.

  • @z.s.8995
    @z.s.89955 жыл бұрын

    Sorry, I followed your command lines in this video, but I got an error saying "Applying Model-Views Patch, can't find file to patch at input line 5. Perhaps you used the wrong -p or --strip option?..." and it let me chose the File to patch. What does that mean? I chose to skip 3 patches then the terminal could continue.

  • @z.s.8995

    @z.s.8995

    5 жыл бұрын

    How can I solve this problem? Or, should I ask this question somewhere else? Thanks!

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    You will need to check if the files that the script is trying to patch actually exist.

  • @z.s.8995

    @z.s.8995

    5 жыл бұрын

    Thanks for the reply! I got the librealsense2 working on my TX2. However, when I was trying to import the libreasense in Python by "import librealsense", it only worked under Python3, but not Python2. Since all my other code is under Python2, is it possible to install it for Python2? Thank you!

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    I am glad you got it to work. You need to make sure that your Python paths are correct. The RealSense library is installed in /usr/local/lib The header files are in /usr/local/include

  • @socialtech3509
    @socialtech35093 жыл бұрын

    Can we use this for interactive floow mapping?

  • @JetsonHacks

    @JetsonHacks

    3 жыл бұрын

    You should be able to develop something that does that. Thanks for watching!

  • @exalmirror6510
    @exalmirror65106 жыл бұрын

    Great!

  • @JetsonHacks

    @JetsonHacks

    6 жыл бұрын

    I'm glad you liked it!

  • @yeonjoseph

    @yeonjoseph

    5 жыл бұрын

    한국사람! :D

  • @bioharz9625
    @bioharz96255 жыл бұрын

    linux "pro" tip: don't use the gnome system monitor due to high resource usage, use htop :)

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    A lot of people use the rbonghi's jtop because it includes GPU activity in addition to the regular htop stuff.

  • @pault587
    @pault5876 жыл бұрын

    Each time I stop the RealSense I get all kinds of errors like a kernel panic. If I unplug the camera and plug it back in it will work again. Any help you can offer for this?

  • @JetsonHacks

    @JetsonHacks

    6 жыл бұрын

    Did you read the article: wp.me/p7ZgI9-Zq What version of L4T are you using? What are the errors you are encountering? How do you stop the RealSense? What software app are you running? Which camera are you using? Do you have OpenCV installed?

  • @pault587

    @pault587

    6 жыл бұрын

    JetsonHacks I'll need to check my LT4 version and the exact errors on Monday. I'm using Python3 and OpenCV. When I say stop the camera I just mean to stop the pipeline. Even using the Python examples from RealSense Github I get this behavior. I have D415 and D435 they both do this. I attempted to edit the Kernel per your instructions as well but honestly that is new to me so I'm not confident that I did it properly. Thanks for sharing your work this is pretty cool stuff!

  • @JetsonHacks

    @JetsonHacks

    6 жыл бұрын

    The behavior you describe happens on versions of L4T previous to 28.2. You should only rebuild the kernel with the associated source files, the ones in the repository as of this writing (as shown in the video) are for version 28.2.

  • @pault587

    @pault587

    6 жыл бұрын

    Awesome! I will let you know next week...

  • @jasperseffrin8221
    @jasperseffrin82212 жыл бұрын

    Can you explain what the Jetson TX2 is? Is it a hardware device ?

  • @JetsonHacks

    @JetsonHacks

    2 жыл бұрын

    It's a single board computer with a NVIDIA Jetson compute module.

  • @yogeshkaushik9861
    @yogeshkaushik98614 жыл бұрын

    would it work fine with jetson nano?

  • @JetsonHacks

    @JetsonHacks

    4 жыл бұрын

    Please see: kzread.info/dash/bejne/noBn3Nqwfpiynto.html

  • @cy8berpunk831
    @cy8berpunk8315 жыл бұрын

    where can i get this awsome ruler from?

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    They are a little difficult to get. Most people need to know someone within NVIDIA to get them one. Thanks for watching!

  • @cy8berpunk831

    @cy8berpunk831

    5 жыл бұрын

    I already bought one from Adafruit. thx for inspiration, great video.

  • @JetsonHacks

    @JetsonHacks

    5 жыл бұрын

    Thank you for the kind words, and thanks for watching!

  • @rickhunt3183
    @rickhunt31836 жыл бұрын

    looking good brother but its time to break out that guitar and lay down some blues tracks…take a break and do a video on some blues…embrace the power of the gibson sg.

  • @JetsonHacks

    @JetsonHacks

    6 жыл бұрын

    Truer words were never written. I think this is the first comment in a long time that makes any sense. Thanks for watching!

  • @leandroocchiato
    @leandroocchiato4 жыл бұрын

    cubo pez tranquilo

  • @psycho0815
    @psycho08155 жыл бұрын

    looks worse than a kinect 2.

Келесі