Is it possible to set particular camera preview resolution? What is default preview resolution? 640x480? Don't see such interface in CameraManager.
Anroid Native SDK.
A
Andreas Schacherbauer
said
over 7 years ago
Hi Sergey, Changing the camera resolution is currently only (hidden) available on iOS. We start working on that for Android in the next weeks.
Best regards
Andreas
F
Ffischer1984
said
over 7 years ago
Hi,
is there any progress in that area?? I would be happy to have a higher resolution at the android-plugin-api.
A
Andreas Schacherbauer
said
over 7 years ago
Hi Fabian, We haven't finished work on this particular feature request, but have something called InputPlugins that will be released end of the month. The idea is that developer can implement there own camera access and pass them to the SDK. With that, you can freely define which camera resolution you want to use.
Best regards
Andreas
D
Different Development
said
over 7 years ago
Hi,
does the SDK intend to set the lowest available resolution? We have a FullHD camera, but when we initialize the SDK, the camera shows something like CIF / QCIF resolution... Is it normal? Or is there a way to override it?
Cheers,
Janos
A
Andreas Schacherbauer
said
over 7 years ago
Hi Janos, Per default the SDK uses the 640x480 preset. If you setup your own camera, the Wikitude SDK can/does not pick up any different resolution. You can have a look at the WTStartupConfiguration and use it do set a different preset or if you want to setup your own camera, wait until we release InputPlugins (shifted to mid May).
Sergey Klyutsev