bluerobotics / qgroundcontrol

Blue Robotics QGroundControl fork for internal use only.
http://qgroundcontrol.org
Other
22 stars 20 forks source link

Test video stream performance with lots of waves/ripples in frame #36

Closed jaxxzer closed 6 years ago

jaxxzer commented 7 years ago

https://drive.google.com/open?id=0B5HoJwmhA7VKSWRWZFRFMzE2bHJjVzFtR0lxcHVJbjY5YXBV

jaxxzer commented 7 years ago

https://drive.google.com/open?id=0B5HoJwmhA7VKV1FVZXVLWTZCbWZ3eFZFSEdISFZJcHZneTFz

jaxxzer commented 7 years ago

I've confirmed exactly this behavior on RPi cam v2 and ubuntu 14.04 on an i5 laptop w. 8g ram and ssd.

jaxxzer commented 7 years ago

Reverting this commit seems to have drastically improved this behavior. https://github.com/bluerobotics/qgroundcontrol/commit/ce3cba6e5603471e81a9a2cdedcbe8460dad8255

jaxxzer commented 6 years ago

This appears to be a problem with making every frame an I frame on the RPi camera. Removing the --intra 1 option from the raspivid command resolves the issue.