Using iTerm, I'm SSHing into my raspberry pi (raspbian) to control a home security system I've setup.
I need to change the focus of my camera, so I'm running v4l2-ctl -c focus_absolute=0
on my terminal.
I've been doing this for weeks, and it hasn't given me any issues. Today, when running the command I've started getting the following error:
VIDIOC_S_EXT_CTRLS: failed: Invalid or incomplete multibyte or wide character
focus_absolute: Invalid or incomplete multibyte or wide character
What could be causing it to suddenly be throwing this error? I've been running the exact same command for weeks without a problem.