Re: cameracontrol, knowing the physical resolution of the camera

2021-04-30 Thread hakan--- via use-livecode
If you don’t set the rect at all you get an image at maximum resolution. At least I do on my Mac and my iPhone :) There is also a CameraControlGet( ”myCamera”, ”qualityPresets”) you can call. On my Mac it returns: photo,high,medium,low,352x288,640x480,1280x720,320x240,960x540,iFrame960x540,iFrame

cameracontrol, knowing the physical resolution of the camera

2021-04-23 Thread Klaus major-k via use-livecode
Hi all, we have this wonderful "cameracontrol" in LC. :-) Is there a way to get the physical resolution of the devices camera BEFORE we do -> cameracontrollset "el camera", tRect Or at least its aspect ratio? Know what I mean? We definitively need this info to be able to set up a correct RECT f