I have an OAK-1 W camera successfully recording decent quality video. However, I'm trying to increase the quality of the image and having great difficulty. Even setting the camera resolution to 4k or higher, the image quality is not changing. If you zoom at all, the image looks blotchy, almost like it's been vectorized. I can only assume this is an artifact of compression.
I thought that maybe this was because video stream images are always compressed, but I tried two additional steps.
- I set the video type to MJPEG and setLossless to true.
- I tried taking still images using the cam.still.link(xout.input)
Neither appears to fix the issue of low quality images. I can get the image itself to be extremely big (as in >10MB per image), but the quality is still horrible for anything not directly in front of the camera. Looking at this thread, these images look very crisp so it seems like it must be possible and I'm just missing something.
Any ideas for things to try would be super useful. Thank you!