Replies: 3 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Run |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also check that NetworkManager and wpa_supplicant are properly configured: https://github.com/svpcom/wifibroadcast/wiki/Setup-HOWTO |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, firstly this is a very awesome project and together with wifibroadcast it creates a strong tool for FPV.
I'm using NVIDIA Jetson TX2 (8GB) with JetPack version 7.1 (# R32 (release), REVISION: 7.1, GCID: 29818004, BOARD: t186ref, EABI: aarch64, DATE: Sat Feb 19 17:07:00 UTC 2022). I'm using an onboard CSI camera from the development kit and Pixhawk autopilot.
I have a bunch of questions,
gst-launch-1.0 nvarguscamerasrc ! nvvidconv ! omxh264enc ! 'video/x-h264, framerate=(fraction)30/1, stream-format=(string)byte-stream' ! h264parse ! rtph264pay mtu=1400 config-interval=1 pt=96 ! udpsink host=127.0.0.1 port=5600
Then, I'm using mavproxy route to redirect telemetry from autopilot usb to port,
mavproxy.py --baudrate 115200 --out 127.0.0.1:14551 --state-basedir=/tmp
Then, I've compiled osd project and just simply running ./osd command to get the video with telemetry OSD as the output. The QUESTION is as follows, when the video just appears I can see the picture fine, but within 1-2 seconds it goes gray with some artifacts like on the television screen. I keep osd running and cover the camera lens with my finger and then quickly remove my finger and I can see the clear picture again for 1-2 seconds and then it goes grey again, why does this happen???
2. I require to do the following,
I will also require the telemetry to be sent in both directions via the same UDP ethernet channel, however, your projects are based on wifi, and I'm trying to understand how I can send my traffic via UDP ethernet, instead of wifi broadcast? It'd be good to start with understanding on how to run osd project and instead of seeing the video on the jetson screen it's sent to a udp source?
Thanks for your time, I would really appreciate to have some pointers on the questions above as I'm fairly new to the topic and trying to wrap my brain around it.
Beta Was this translation helpful? Give feedback.
All reactions