Hi,
In a Android App, I start a CameraComponent with the following code:
When the image capture is done, I stop the camera with the following code:
When I want to capture a new picture, the setting "CameraComponent1.Quality := TVideoCaptureQuality.MediumQuality" is no longer applied, the camera use its default setting!
Where is the problem? In my code or in the CameraComponent?