Video pixelating

I’m trying to install exploreHD Controls in BlueOS to reduce pixelation, but I’m getting the following error when paste the script into the terminal.

https://drive.google.com/file/d/13pjshAygZl5ZyHmrtegMlpmNgAOR2me5/view?usp=sharing

Hi there,

What pipeline are you using to decode the H264 video? It seems like a decoding issue.

I’m using QGC 4.2.3 - I think that’s what you mean by the pipeline.

Try and experiment with the different methods of decoding in QGroundControl. In any case, if you are only using one or 2 cameras, you may not need H264 and can use VBR instead.

To install the DWE OS, you will need to go into terminal through Putty.

Then run,

curl -fsSL https://raw.githubusercontent.com/DeepwaterExploration/exploreHD_Controls/main/scripts/install-docker.sh | sudo -E bash -

Let me know if that works!

Thanks!