Start a new topic

Is it possible to set camera preview resolution?

Is it possible to set camera preview resolution?


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.

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

Hi,

is there any progress in that area?? I would be happy to have a higher resolution at the android-plugin-api.

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

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

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).

Best regards

Andreas
Login or Signup to post a comment