Navio2 RPI 3 - default Raspbian

Yep, I know what this problem is about. This is a rather tedious one to fix yourself. I’ll add the fix to the next release. In the meantime, I suggest using a hacked version like this:

  1. First remove the wrong configured package

sudo apt-get remove uv4l-raspicam

  1. wget files.emlid.com/uv4l-raspicam_1.9.40_armhf_hack.deb
  2. sudo apt-get dpkg -i uv4l-raspicam_1.9.40_armhf_hack.deb && sudo apt-get install -f

This sequence got me to a state with the installed uv4l-raspicam package.