arcore-android-sdk
arcore-android-sdk copied to clipboard
How to modify exposure time and ISO with C API?
Dear ar team,
I find there is SharedCamera object in Java API, it can be controll exposure time and ISO by using Camera2 API. But there is not similar API in C version,so we can not touch CameraDevice by Camera2 API.
Is there any way to modify exposure time and ISO with C API?