У нас вы можете посмотреть бесплатно Basic Video Transmission from NAVQ to QGroundControl for NXP Hovergames или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
This is a simple piece of code that will transmit Video from NAVQ into QGroundControl. After being stumped for the 1st few days of having the NAVQ, I was relieved just to see this simple action working. Here is the code, just copy and paste it. sudo gst-launch-1.0 v4l2src ! video/x-raw,width=640,height=480,framerate=30/1 ! vpuenc_h264 bitrate=500 ! rtph264pay ! udpsink host=192.168.1.10 port=5000 sync=false you may also need to enter this line of code if its not working. stream_video.sh remember the "host" Ip address, needs to be the IP of the computer you are streaming to. (the computer that has qgroundcontrol running on it). The port 5000, needs to be set in qgroundcontrol, along side setting video to UDP h264. This code is operating Gstreamer, here is an excellent tutorial on it. I was glad to hear Paul say at the start of the tutorial, "gstreamer is one of the hardest things I have ever tried to learn!". No wonder ive been struggling! • Jetson Xavier NX Lesson 4: Understand...