So I’m running a JeVois A33 with painfully basic code (just spit back out the image that’s sent in with no actual vision processing) to test its usefulness in the Sandstorm period as a first-person camera.
However, due to bandwidth caps, I’m attempting to use the lowest possible resolution. When running at QQVGA (160x120), I get painfully intense artifacting, as shown in the attached image captured via guvcview:
This artifacting does not occur when running at QVGA (320x240).
For testing purposes, I suggest you just try one of the predefined PassThrough configurations.
You will need to use MJPG out through the Rio, so use that as a starting point.
Ultimately you will want something that looks like MJPG 320 240 20 YUYV 320 240 20 blah blah blah.
Make sure the script ends with outframe.sendCv(outimg,50)., if using Python.
The second parameter, “50”, is the compression level. 50% in this case.