Run Python at Startup - Ubuntu
4:12
CUDA Programming in Python
9:12
6 ай бұрын
Jetson AGX Orin + SSD
4:53
10 ай бұрын
Speech AI on Jetson Tutorial
9:20
11 ай бұрын
Can AI Write Shell Scripts?
6:52
Жыл бұрын
Leverage ChatGPT for Business!
10:33
10 Beginning Linux Commands
14:17
Жыл бұрын
Man Pages for Jetson Linux
8:03
Жыл бұрын
Пікірлер
@frustrateddexter
@frustrateddexter 5 сағат бұрын
AttributeError: 'Robot' object has no attribute 'left' on robot.left(speed=0.3), any help will be appricated
@ballajaisheel1120
@ballajaisheel1120 Күн бұрын
hey sir !!! in my jetson xavier agx i have an ubuntu linux 16.04 ...now i forgot the password of that version ....how to download a new version in the xavier agx can you please tell me to go through my project....
@arslanhayat1400
@arslanhayat1400 Күн бұрын
Hi. Is it possible to connect realsense D455 camera with jetson nano orin?
@JetsonHacks
@JetsonHacks Күн бұрын
I would think so, but I haven't tried it. Thanks for watching!
@ballajaisheel1120
@ballajaisheel1120 2 күн бұрын
iam getting some dependency error and install error while setup process what is should do
@JetsonHacks
@JetsonHacks 2 күн бұрын
You should ask for help on the official NVIDIA Jetson forums so that NVIDIA Engineers can help you find the issue: forums.developer.nvidia.com/c/agx-autonomous-machines/jetson-embedded-systems/70 Thanks for watching!
@dorash5780
@dorash5780 3 күн бұрын
But what if my script need to run in venv? how can I make sure the venv will be activeted before the script run?
@JetsonHacks
@JetsonHacks 3 күн бұрын
You are asking a different question. You are trying to start a venv at startup. One way to do that would be to write a service to start the venv and put into systemd. Thanks for watching!
@Ronaldograxa
@Ronaldograxa 3 күн бұрын
really appreciate these videos. Love your channel!
@JetsonHacks
@JetsonHacks 3 күн бұрын
Thank you for the kind words and thanks for watching!
@sulaiman-hd8pz
@sulaiman-hd8pz 4 күн бұрын
Does this work for ROS noetic? Im having a few issues running the install file, even after editing it with DISTRO -> noetic from melodic
@JetsonHacks
@JetsonHacks 3 күн бұрын
I don't have have any experience with noetic, so I don't have much to offer on your question.
@allxon9947
@allxon9947 4 күн бұрын
Thank you for the comprehensive review and testing of our product! 🤗
@JetsonHacks
@JetsonHacks 3 күн бұрын
You are welcome! Thanks for giving me the opportunity.
@0merr768
@0merr768 4 күн бұрын
Hello. I installed opencv 4.7.0 version on jetson nano with cuda. When I check in jtop, I can see that it says "opencv:4.7.0 with CUDA:YES". When I check it with python codes and terminl commands, I see CUDA is usable. However, when I want to detect objects with the yolov4-tiny model, I get an average of 2 fps. What's the problem? Can you help?
@JetsonHacks
@JetsonHacks 4 күн бұрын
I don't know the answer. CUDA enabled code must be called. It sounds like your code does not call it. You should ask on the official NVIDIA forums or YOLO forums.
@BuseYaren
@BuseYaren 5 күн бұрын
Hello, great tutorial exactly. Thanks a lot! Btw, there's something I'm curious about. Is Raspberry Pi camera module v2 compatible with Jetson Orin Nano?
@JetsonHacks
@JetsonHacks 4 күн бұрын
That is what is shown in the video. Thanks for watching!
@BuseYaren
@BuseYaren 4 күн бұрын
@@JetsonHacks yes, i saw. Thanks a lot!
@omersar6853
@omersar6853 5 күн бұрын
Hı I have jetson orin nano and ı try to use csı camera named ımx219 but when I run opencv code it doesn't work. Then I checked GStreamer enable status on opencv it tell me GStreamer=NO how can I fix that problem.
@omersar6853
@omersar6853 5 күн бұрын
import cv2 # GStreamer pipeline string for capturing from IMX219 camera on Jetson Nano pipeline = "nvarguscamerasrc sensor-id=0 ! video/x-raw(memory:NVMM), width=1280, height=720, format=NV12, framerate=21/1 ! nvvidconv ! video/x-raw, format=BGRx ! videoconvert ! video/x-raw, format=BGR ! appsink" # Open the capture pipeline cam = cv2.VideoCapture(pipeline, cv2.CAP_GSTREAMER) if not cam.isOpened(): print("Cannot open camera") exit() while True: ret, frame = cam.read() if not ret: print("Failed to grab frame") break cv2.imshow('Frame', frame) if cv2.waitKey(1) & 0xFF == ord('q'): break # Release the camera and close OpenCV windows cam.release() cv2.destroyAllWindows() here my code when I run it get me cannot open camera
@JetsonHacks
@JetsonHacks 4 күн бұрын
I do not understand the question. Is this with the OpenCV library you built following the instructions in the video?
@omersar6853
@omersar6853 4 күн бұрын
@@JetsonHacks my english is so bad but now I figured problem out by watching this video Thanks :)
@JetsonHacks
@JetsonHacks 3 күн бұрын
@@omersar6853 I am glad you got it to work!
@creaturefreak3d205
@creaturefreak3d205 7 күн бұрын
awesome Vid and explanation. I have this camera . Just wondering how to capture the pointcloud and export it in a 3d format. Are there any simple apps that can do this? I was able to see eaverything as you did in the Femto bolt viewer. Thanks for any help.
@JetsonHacks
@JetsonHacks 7 күн бұрын
Thank you for the kind words. Using the Orbbec SDK, you can look in the examples directory. Depending on which version of the SDK you are using (C, C++, Python), there are samples that save the point cloud to a file. For Python: github.com/orbbec/pyorbbecsdk/blob/main/examples/save_pointcloud_to_disk.py Thanks for watching!
@creaturefreak3d205
@creaturefreak3d205 6 күн бұрын
@@JetsonHacks Thanks Jetson! I figured it out , you have to Orbbec viewer /under Point Cloud View /you click start and will save the pointcloud. I'm trying to figure out how to scan in 360 degree using the camera. Any software available that can do that? I'm more of an artist then a programmer.
@JetsonHacks
@JetsonHacks 5 күн бұрын
@@creaturefreak3d205 I'm sure there is, but I haven't used any. Check with Orbbec.
@fabianpalacios6711
@fabianpalacios6711 7 күн бұрын
How should I do it if I want to install in a virtual environment? Should I modify something in the sh file?
@JetsonHacks
@JetsonHacks 5 күн бұрын
I'm not sure what virtual environment you're talking about. A Python one?
@fabianpalacios6711
@fabianpalacios6711 5 күн бұрын
@@JetsonHacks yes, a python virtual environment
@JetsonHacks
@JetsonHacks 5 күн бұрын
@@fabianpalacios6711 The nano_build_opencv shell script will build the OpenCV libraries and place them into the system usr space. It will also place the Python wrappers in system-site-packages. A virtual environment will not include system python packages unless you specify it on creation with an option like --system-site-packages in the case of virtualenv. If for some reason this doesn't work you should be able to copy or link opencv from its installation path to your virtual env's python path. Like: $ ln -s /usr/local/lib/python3.6/dist-packages/cv2/ /path/to/venv/lib/python3.6/site-packages/ You can read more about it here: github.com/mdegans/nano_build_opencv/issues/32
@12_auliaputriajuntira73
@12_auliaputriajuntira73 8 күн бұрын
halo, i can't find github camera-caps on your github
@JetsonHacks
@JetsonHacks 8 күн бұрын
github.com/jetsonhacks/camera-caps
@abdussametaslan4001
@abdussametaslan4001 8 күн бұрын
May be you can try Cordatus for remote managing and AI deployment for Jetsons.
@JetsonHacks
@JetsonHacks 8 күн бұрын
That sounds like an interesting In Band solution! Thanks for watching!
@hanshima_
@hanshima_ 8 күн бұрын
I never heard about this. Amazing!!
@JetsonHacks
@JetsonHacks 8 күн бұрын
This is a product that flys under the radar, it's mostly for professional users and people that have critical missions to fulfill. But if you need it, you need it. Thanks for watching!
@hanshima_
@hanshima_ 8 күн бұрын
@@JetsonHacks Yep. Currently, I maintain 5 Jetson Nano remotely. They have 4G connectivity. I configured Ngrok tunnels for each of them to connect with ssh and eventually VNC. I think that this product would be an overkill to me. Important to know the concept though.
@JetsonHacks
@JetsonHacks 8 күн бұрын
@@hanshima_ I think that's smart way to do it. As you might guess, the whole thing can escalate quickly and get out of hand as you keep adding Jetsons. It depends on the application, but if you have to absolutely make sure it works and the Jetsons are remote, the Allxon solution is a good place to start looking. It's so familiar to see cloud based services for managing networked computers, such as on AWS and Google Cloud, that device specific solutions like this seem natural.
@skittles6949
@skittles6949 9 күн бұрын
Hello. I'm getting the following error when attempting to manually flash ERROR: Flash Jetson Linux - flash: command terminated with error SUMMARY: DateTime Target Setup - target: Depends on failed component How should I go about fixing this?
@JetsonHacks
@JetsonHacks 8 күн бұрын
I'm not sure what the error means. Please ask the question on the official NVIDIA Jetson forum where a NVIDIA engineer can help you through the issue. Good luck, and thanks for watching!
@InsanityisSanity
@InsanityisSanity 10 күн бұрын
Just ordered an Orin AGX. Cant wait to start learning
@JetsonHacks
@JetsonHacks 10 күн бұрын
Congratulations! Lots of exciting work ahead. Thanks for watching!
@altagon
@altagon 10 күн бұрын
Hello, I have a funny problem: when I am trying to power board up it remains a brick, except three LED are going on but cooling fan jerks and not turning. Any idea how to start this baby? Thanks in advance. It is very important for me!
@JetsonHacks
@JetsonHacks 10 күн бұрын
I'm not sure where you are in the process. Did you flash the machine? You should be asking for help in the official NVIDIA Jetson TX2 forum where NVIDIA engineers can help you through the process: forums.developer.nvidia.com/c/agx-autonomous-machines/jetson-embedded-systems/jetson-tx2/81 Good luck!
@Akashpatel-um3uc
@Akashpatel-um3uc 12 күн бұрын
Thank you very much for this video. Very nicely explained. Streamlined the full process for me. Thanks and keep up the good work :)
@JetsonHacks
@JetsonHacks 11 күн бұрын
Thank you for the kind words, I'm glad you found it helpful. Thanks for watching!
@hjmdhcndjskjfcl
@hjmdhcndjskjfcl 12 күн бұрын
Thank you! Works great!!
@JetsonHacks
@JetsonHacks 11 күн бұрын
You are welcome. Thanks for watching!
@Orbbec3d
@Orbbec3d 15 күн бұрын
Thank you for the highly professional and in-depth review and testing of our product. May we share your video?🤗
@JetsonHacks
@JetsonHacks 15 күн бұрын
You are welcome, the Femto Bolt is a very nice camera. You may share the video, and thank you for the opportunity for the review.
@ownmicelio
@ownmicelio 16 күн бұрын
Wow this is incredible
@JetsonHacks
@JetsonHacks 16 күн бұрын
It's a very nice camera. Thanks for watching!
@erniea5843
@erniea5843 16 күн бұрын
This video is still providing high value, it’s like a mini master class
@JetsonHacks
@JetsonHacks 16 күн бұрын
Thank you very much for the kind words, I'm glad you found it useful. Thanks for watching!
@user-no5gh5ne5y
@user-no5gh5ne5y 17 күн бұрын
Can you please create a video how to flash Jetson AGX Orin using a microsd card for JetPack 6 revision 2?
@harshalbhat5638
@harshalbhat5638 18 күн бұрын
I don’t remember the username and password for my Nvidia orin AGX. What do I add here in the username and password?
@JetsonHacks
@JetsonHacks 18 күн бұрын
I'm not sure I understand the question. If you are flashing the system, you will be overwriting whatever the username and password might be.
@harshalbhat5638
@harshalbhat5638 18 күн бұрын
@@JetsonHacks I figured that out. The flashing fails at 83% saying waiting for the target to boot up it reached time out and then fails. The orin device fans spin up and stop intermittently. I also tried out your repo for booting up from external device. That also gave the same issue. What should be done here?
@JetsonHacks
@JetsonHacks 18 күн бұрын
@@harshalbhat5638 It's difficult tell what the issue is. It will depend on which version of JetPack you are trying to install. You will probably need to use the serial debug console to determine where the flashing procedure is stopping. If you are using JetPack 6, you most likely need to flash the eMMC to update the bootloader firmware. Your best bet is to ask for help on the official NVIDIA Jetson Orin Forum where a NVIDIA engineer can walk you through the issues you are having: forums.developer.nvidia.com/c/agx-autonomous-machines/jetson-embedded-systems/jetson-agx-orin/486
@__deepak__joshi__4402
@__deepak__joshi__4402 20 күн бұрын
Great camera and tutorial sir. I have a question, Does this give a point cloud even at night? Like a complete proper point cloud?
@JetsonHacks
@JetsonHacks 19 күн бұрын
Yes it does. The camera has an IR emitter which it uses to construct the point cloud. It does not work very well in direct sunlight for that reason. Most people use them indoors. Thanks for watching!
@burakcanbaz639
@burakcanbaz639 21 күн бұрын
It doesn't work as expected. I applied every step same as you. But nothing happens when i logged in. Env : Jetpack 6 runs on Jetson Orin Nano dev kit
@JetsonHacks
@JetsonHacks 20 күн бұрын
I just generated a new JetPack 6 system on a Jetson Orin Nano, and followed the video. The startup script appears after logging in. You appear to be having an issue of some sort, but it's difficult to tell from your description what it might be. Are you running the provided script? Does it run from the command line? What is your exact startup command that you placed in the startup application dialog?
@trelauney
@trelauney 21 күн бұрын
Very good to see the Background Culling demo. Though i've heard it referred to as Live Matte previosly. Different industry, i suppose.
@JetsonHacks
@JetsonHacks 21 күн бұрын
Background culling is an old term that came from wireframe polygon rendering. Live Matte sounds like a great marketing term! Thanks for watching!
@marcm3936
@marcm3936 21 күн бұрын
11 mins ago first
@JetsonHacks
@JetsonHacks 21 күн бұрын
You win! Thanks for watching!
@fabianpalacios6711
@fabianpalacios6711 22 күн бұрын
June 2024 and works on jetson nano 4GB. But I have a separate question, why is it that when running jtop on the Jetpack item it says Jetpack: Missing?
@JetsonHacks
@JetsonHacks 21 күн бұрын
Thanks for sharing this information. My guess is that the version of jtop needs to be updated to recognize the version you are running. Thanks for watching!
@prachtech1392
@prachtech1392 23 күн бұрын
hi i need to help from thailand. my jetson nano seeedstudio J1020 eMMC ubuntu 18.04 , jetpack 4.6 is defualt . i upgrade ubuntu 20.04 with upgrade on ubuntu but when restart can not login agian show A problem has occured .... i use recovery mode i can do it . but display choose jetpack for install i can not found choice to use , plesae tell me look way to fix this ploblem thank you
@JetsonHacks
@JetsonHacks 21 күн бұрын
JetPack for the Nano only supports Ubuntu 18.04, it does not support 20.04. That's why you can't find the JetPack install for it. You most likely will need to reflash the Jetson. You should be able to get support for Seeed or you can ask for help on the official NVIDIA Jetson Nano forum. Good luck on your project!
@prachtech1392
@prachtech1392 13 күн бұрын
@@JetsonHacks thank you, I can fix it when reinstall ubuntu 18.04
@JetsonHacks
@JetsonHacks 12 күн бұрын
@@prachtech1392 I'm glad you were able to get it to work.
@adampatni6219
@adampatni6219 23 күн бұрын
nvidia should pay you millions, absolute legend
@JetsonHacks
@JetsonHacks 23 күн бұрын
lol. Thank you for the kind words. And thanks for watching!
@pranayamaurya-xe2gq
@pranayamaurya-xe2gq 25 күн бұрын
Hey Jetson hacks, I want to use jetson on drone and i want to live transfer video Via RF, is there anyway to do that ?, I'm using jetson orin nano.
@JetsonHacks
@JetsonHacks 24 күн бұрын
Check out arkelectron.com/product/ark-jetson-pab-carrier/ Thanks for watching!
@poplu7076
@poplu7076 26 күн бұрын
Sir, once we install no machine and then when we try to connect to our jetson nano(jetson nano isn't connected to an external monitor, it is only connected to a power supply and network adapter) it shows no display found on the no machine. Sir, can you also please tell how else is it possible to connect the device to laptop
@JetsonHacks
@JetsonHacks 25 күн бұрын
You should be able to SSH into the Jetson.
@poplu7076
@poplu7076 25 күн бұрын
@@JetsonHacks yessir thankyou
@JetsonHacks
@JetsonHacks 24 күн бұрын
@@poplu7076 You are welcome. Good luck on your project!
@poplu7076
@poplu7076 24 күн бұрын
@@JetsonHacks thankyou very much .. will update you once the uni project is done.
@UplenchwarRavindra
@UplenchwarRavindra 26 күн бұрын
01/07 12:05:27,988 INFO [548381564944] (backend-v4l2.cpp:753) Enumerating UVC video0 realpath=/sys/devices/70090000.xusb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video0 01/07 12:05:28,227 INFO [548381564944] (backend-v4l2.cpp:753) Enumerating UVC video1 realpath=/sys/devices/70090000.xusb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video1 01/07 12:05:28,232 INFO [548381564944] (backend-v4l2.cpp:753) Enumerating UVC video2 realpath=/sys/devices/70090000.xusb/usb2/2-1/2-1.4/2-1.4:1.3/video4linux/video2 This is the thing i am getting while trying to open realsense viewer. What can be the problem
@diegorossi5433
@diegorossi5433 26 күн бұрын
Hi, how could I use ultralytics docker container, pass through a USB camera feed, and open the GUI of cv2 cap. I have not been able to do it yet (have achieved to open the camera and manipulate it through python, but I am not able to show the live feed), love your videos :)
@JetsonHacks
@JetsonHacks 25 күн бұрын
I haven't worked with the Ultralytics docker container. I suggest that you ask the question on the official NVIDIA Jetson Nano forum, where a large group of developers and engineers can share their experience. Thanks for watching!
@deplorablesecuritydevices
@deplorablesecuritydevices 26 күн бұрын
Before anyone else wastes their time this does not work on jetson orin nano
@JetsonHacks
@JetsonHacks 26 күн бұрын
Not sure what you mean by "does not work". I've built it on the JON and did not have any issues.
@deplorablesecuritydevices
@deplorablesecuritydevices 26 күн бұрын
@@JetsonHacks I went through all of the steps and I see what you see when I look at Jtop but when I enter the magic numbers to tell the python script to run with cuda I get the error "setUpNet DNN module was not built with CUDA backend switching to CPU"
@JetsonHacks
@JetsonHacks 26 күн бұрын
@@deplorablesecuritydevices If you are running it in Python, did you set up the PYTHONPATH and install it correctly? You should be following this video: kzbin.info/www/bejne/eHSxn6SKe85gfdUsi=D13iYiv9CEvki7ne
@deplorablesecuritydevices
@deplorablesecuritydevices 25 күн бұрын
@@JetsonHacks That didn't fix it but it seems to be related to this path variable. Also thank you for the help and thank you for the funny videos. I was grumpy until I saw the "wtf" clip in the middle of the link you shared.
@JetsonHacks
@JetsonHacks 25 күн бұрын
@@deplorablesecuritydevices Thank you for the kind words, and I hope you can trick it into working. I know that's it's not as straightforward a task as one might think.
@playthisnote
@playthisnote 26 күн бұрын
The jetson agx Orin, Can you test stable diffusion. And also a good video editing program like di Vinci. The ai suggest that you can run both on there. I have an old laptop and where as I’m not concerned with playing high end games it looks like this may be a good purchase to consider LLM running locally, stable diffusion, and general video editing 4k video for example.
@JetsonHacks
@JetsonHacks 26 күн бұрын
Here's a video of it running Stable Diffusion: kzbin.info/www/bejne/fp2rZIShiJZ5a7ssi=Mw26As_sPSHjIUdX This is probably not a good choice for a desktop/laptop replacement for tasks like video editing. However there is a lot of GPU accessible RAM for running LLMs. You can see many examples on www.jetson-ai-lab.com where a large number of different AI and ML examples are shown, along with examples. Everything is OpenSource, so it's inexpensive to get started. This includes LLMs, Text & Vision (VLM), Vision Transformers, RAG & Vector Database, ASR and TTS, Image Generation like Stable Diffusion and much more. Thanks for watching!
@playthisnote
@playthisnote 26 күн бұрын
@@JetsonHacks thanks. It was just a suggested tie me over suggestion by AI until I buy the 5 to 6k pc with gtx 4090 or 4080super…. But it assumes video editing would work fine on Orin. Which I was curious about. It even suggested for me to install davinci on both laptop and Orin and I use proxy files. Load up video files to edit, export proxy files to laptop, (edit in low quality mode) edit, move back to Orin to process. Very interesting concept.
@JetsonHacks
@JetsonHacks 26 күн бұрын
@@playthisnote I'm sure there are programs that you can use on the Orin that can edit video. The issue is that the Orin is an ARM machine, not x86 or Mac. This means that they're out of the mainstream for many applications, or it can be challenge to get support because it's a relatively small community in comparison. Blender does work, but I'm not sure about Resolve or Premiere. The Orin is a good machine, but its purpose is different than a desktop replacement.
@muratdogan2595
@muratdogan2595 28 күн бұрын
Hello sir, can we do these steps for Jetson nano and ros melodic as well?
@JetsonHacks
@JetsonHacks 26 күн бұрын
Yes, the steps are similar. Thanks for watching!
@saeidseyfi
@saeidseyfi Ай бұрын
Thanks a lot 🙏 💓
@JetsonHacks
@JetsonHacks Ай бұрын
You are welcome, and thanks for watching!
@LyuboslavPetrov
@LyuboslavPetrov Ай бұрын
Wow. Got here 2 years later and am speechless. Wow
@JetsonHacks
@JetsonHacks Ай бұрын
It's still pretty cool stuff. Thanks for watching!