Hi!
I am new to this world and have some questions that I am having a hard time finding the answers to:
Is there a benefit of running at an lower fps (rgbcam.setFps())? I am running the camera with manual focus and exposure at 1080p which can be run at 60fps. Do I want to lower that for some reason?
Do I want to use rgbcam.setIspScale(1, 2) when running at 1080p? Will it allow for higher fps or something? When do I want to use setIspScale()?
If I do not want to show the image on the host side, is there a way to send the numpy array directly from the camera to the host for faster processing speeds?
Thanks!