Hi,
Using camex for taking pictures in my app which has been working well for a couple of years.
Client has just purchased Xiaomi Mi Note 10 which has a 108MP sensor and is capable, using the inbuilt camera application, of taking images at a resolution of 12032x9024.
Using camEx.GetSupportedPicturesSizes the maximum resolution reported resolution I see in B4A is half of that at 6016x4512. I did try setting the picture size to the higher resolution camEx.SetPictureSize(12032, 9024) but that results in an setParameters (failed) error.
Does anyone have suggestions ?
Thanks.
Using camex for taking pictures in my app which has been working well for a couple of years.
Client has just purchased Xiaomi Mi Note 10 which has a 108MP sensor and is capable, using the inbuilt camera application, of taking images at a resolution of 12032x9024.
Using camEx.GetSupportedPicturesSizes the maximum resolution reported resolution I see in B4A is half of that at 6016x4512. I did try setting the picture size to the higher resolution camEx.SetPictureSize(12032, 9024) but that results in an setParameters (failed) error.
Does anyone have suggestions ?
Thanks.