All posts by admin

AI on the Jetson Nano LESSON 51: Improving NVIDIA Jetson Inference Library for RPi Camera


 

Here are the lines of code I used in the video to fix the gstreamer command. You can copy them below. copy all the code, including the trailing colon

 

 

Robotics Training LESSON 6: Controlling DC Motor Speed with the L298N

In this video lesson we see how the speed of the Robot Car can be changed by doing analogWrite commands to the Enable pins on the L298N DC motor controllers. The code below presents the results we developed in the video.

 

Jetson Xavier NX Lesson 9: Tracking Objects with Two Cameras in OpenCV

In this lesson we use OpenCV to track an object of interest based on HSV color value. We are running two cameras in parallel, and track the same object in both cameras.  The code below is provided for your convenience, and is the code developed in the video lesson. If you want to play along at home, you can get your NVIDIA Jetson Xavier NX  HERE

In this lesson, we are running two raspberry pi cameras. I like the following ones and have verified that they work on the Xavier NX. You can pick your cameras up HERE.

 

 

AI on the Jetson Nano LESSON 50: Introduction to Deep Learning and Deep Neural Networks

In this video we introduce key concepts in the area of Machine Learning, Deep Neural Networks, and Deep Learning. We use the code below to demonstrate a simple image recognition capability.

 

Robotics Training LESSON 5: Programming Core DC Motor Control Functions

In this video tutorial, we show how to program the Elegoo Smart Car 3 to have simple core capabilities. We create code that will move the car forward or backward by a user defined distance. We also have functions that allow the car to turn by a user defined angle. With these simple functions, we can program the car to move along a path we define. Below is the code we developed in this video.