Replies: 1 comment 12 replies
-
|
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hardware:ASUS Tinkerboard S (rk3288)
Wifi module:ASUS AC56 USB(rtl8812au)
OS:TinkerOS with linux kernal 4.4
Wifi Driver:patched driver v5.6.4.2
Camera: IMX219
Both RX and TX have the same environment and tested indoor.
wifibroadcast.cfg settings for video:
TX video:
gst-launch-1.0 rkcamsrc device=/dev/video0 io-mode=4 isp-mode=2A tuning-xml-path=/etc/cam_iq/IMX219.xml ! queue ! video/x-raw,format=NV12,width=1280,height=720,framerate=24/1 ! queue ! mpph264enc ! 'video/x-h264,stream-format=(string)byte-stream' ! rtph264pay ! queue ! udpsink host=127.0.0.1 port=5600 -v
RX video played with QgroundControl.
wfb-cli gs:
ping from tx to rx tunnel lost about 10%-20% packages.
Video trans with test script.
I have perfect video trans with LAN, but because of package lost I can not even see any continuous image through wifibroadcast. I tried to change settings such like wifi_channel, msc_index and bandwidth got no changes. And I have tested 4 same ASUS AC56 wifi modules with exactly same results. Please help me.
Beta Was this translation helpful? Give feedback.
All reactions