Stephen Dade
Stephen Dade
I've confirmed the freezing happen when using RTSP. Can you test RTP too - that works ok for me.
> I use Ubuntu 22.04 system to run Rpanion-server, I can't output video, I burn the official configuration Raspberry Pi image to output video, I don't know what the problem...
Update: I've added a patch to make streaming more stable on Ubuntu22 - I changed to software x264 encoding and it works much better. Give that a go and see...
Try disabling logging
> Checking for program 'python' : /home/mcx/anaconda3/envs/py2.7/bin/python Ok, Python 2.7 here in the ardupilot build process > File "/home/mcx/anaconda3/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() You're running Python 3.7 here when...
I'm able to upload using a similar setup (Copter on master, Pixhawk1, MAVProxy from install 1.8.66). It is quite slow - around 15-25kByte/sec. A 33Mb terrain file took ~33min -...
What version of wxpython are you using? Use ``pip3 list`` to get the version. I'm using 4.0.7 On my Ubuntu box, I'm getting scroll buttons: 
I've confirmed the issue on WSL. Interestingly, if I run MAVProxy from Windows directly (not via WSL) I do get the scrollbars. Maybe be some issue with the display or...
The MAVProxy modules need to run _within_ MAVProxy. So, you'd first run ``mavproxy.py`` and connect to your vehicle. Within the MAVProxy terminal you then type ``module load GPSInput``.