I've been searching for hours for the PRIMARY SOURCE that documents the shape keys I need to add to an avatar in Blender to provide facial animations in #NeosVR (probably also #VRChat?). The only solid lead I ever got was in the description of a two-hour long Youtube video with 1.6k views that references something called SRanipal and provided links to HTC's portal for Vive developers.
Was I able to find documentation of the commands? Yes, doing v4l2-ctl --help-vidcap, which is documented in the man page. That probably should have just been another man page.
Was I able to change the pixelformat on my camera to MJPG? Yes, by doing v4l2-ctl -d /dev/video0 --set-fmt-video=pixelformat=MJPG.
Does this make a difference when I do mpv /dev/video0 to check the video output? Nope! It gets set back to YUYV raw video at 5fps.
So I do actually need to figure out how to set the correct format in ffmpeg or whatever I use to stream to the loopback device?