I've verified that input_uvc.so is in usr/lib, but for some reason, the terminal output says that it can't find it. There also an error message about "elfclass". Does anybody know how to fix this?
$ ./mjpg_streamer -i "/usr/lib/input_uvc.so -r 320x240 -f 6" -o "output_http.so -p 8080"
MJPG Streamer Version.: 2.0
ERROR: could not find input plugin
Perhaps you want to adjust the search path with:
# export LD_LIBRARY_PATH=/path/to/plugin/folder
dlopen: /usr/lib/input_uvc.so: wrong ELF class: ELFCLASS32