This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
Setter of MediaDeviceQuery.previewResolution does not work correctly. #15
Labels
question
Further information is requested
`
var query = new MediaDeviceQuery(MediaDeviceCriteria.FrontCamera);
cameraDevice = query.current as CameraDevice;
cameraDevice.previewResolution = (600, 270);
`
My code is as above.
But android logcat says:
2022-10-27 16:36:46.601 31143 31171 Debug NatML CameraDevice 1 preview resolution set to (640,360)
Why it says this difference?
The text was updated successfully, but these errors were encountered: