I'm getting a camera image using CameraDevice.Instance.GetCameraImage(). And the image will be used as an input of some algorithm, which needs the image to be of a spesified size. It seems that the size of the image from CameraDevice.Instance.GetCameraImage() corresponds to the device's setting or something like that.
Is there a way to change the image size? I would appreciate it very much if anyone could answer this.