- Sort Posts
- 3 replies
- Last post
Vuforia configuration API
April 4, 2013 - 1:22am #3
Vuforia configuration API
June 21, 2017 - 7:40am #2
Hi,
is there a known problem with vuforia->unity builds for android not recognizing and saving the vuforia configuration settings made within the unity editor?
on my android build i need to manually set e.g., the default camera direction from CAMERA_DEFAULT to CAMERA_FRONT, every time i restart the app.
is there a way to "save" this setting?
thanks.
B.
Hi, Vuforia allows you to change various settings, such as:
Camera mode => see: https://developer.vuforia.com/resources/api/class_q_c_a_r_1_1_camera_device
Camera Focus Mode => see: https://developer.vuforia.com/resources/api/class_q_c_a_r_1_1_camera_device
Video Background Configuration => see: https://developer.vuforia.com/resources/api/struct_q_c_a_r_1_1_video_background_config
QCAR Hints, in particular to support simultaneous tracking of multiple image targets (see function QCAR::setHint() and HINT enum: https://developer.vuforia.com/resources/api/namespace_q_c_a_r#a17108d1eda8fecd388763d04746c0b69
There is no settings about tracking tolerance or similar, though.