Hello,
According to Advance Camera API in vuforia 6 sdk ,We can set camera parametetrs like Exposure,AWB etc using CameraFields using following methods given in doucumentation under Advance Camera API section.
https://library.vuforia.com/articles/Solution/What-s-New-in-Vuforia-6
virtual bool setField(const char* key, const char* value) = 0;
virtual bool setField(const char* key, Vuforia::Int64 value) = 0;
virtual bool setField(const char* key, float value) = 0;
virtual bool setField(const char* key, bool value) = 0;
virtual bool setField(const char* key, Vuforia::Int64 intRange[2]) = 0;
.But I am not able to understand that where and with what values we can set AR camera parameters using above methods .
Thanks in advance.
Ambika
Hi
I just want to use advanced camera api for control exposure. I've seen some post and tutorial and just try below code for get camera parameter fields.
Unfortunately. I can get any key in Unity. so I try to Android native code. It works fine.
How to make use advanced camera api? My system like below that.
Please let me know any idea.
Thanks,