dimanche 16 décembre 2018

Is there a way to provide a custom cameraConfig that's not in the supportedCameraConfigs?

My project requires taking high-resolution pictures (around 5MP), but currently, the ARCore configurations are limited to roughly 2.1 (1920x1080). In order to update them, we're limited to providing values from the list returned by "getSupportedCameraConfigs" in the session.

Is there a way to create a custom camera config and insert use it? I tried using reflection but from what I can tell (also from seeing the actual code) the CameraConfig class uses some native methods to store its data so we can't override it or create it ourselves.

Has anyone found a way to override the pre-made list?





Aucun commentaire:

Enregistrer un commentaire