📄️ Sending VL Requests
When the VLSDKSettings file is assigned, the VLSDKManager automatically sends VL requests based on the values set in VLSDKSettings. By default, VL requests start being sent as soon as the Scene is activated without any additional steps.
📄️ State
VLSDK internally operates with the following states. Initially, it starts in the INITIAL state, and the state changes based on VL's operations. When the state changes, the OnStateChanged(TrackerState) event of VLSDKManager is triggered.
📄️ Events
VLSDKManager provides events that deliver various information related to VL recognition and the state of VLSDKManager.
📄️ Stopping and Resetting VL Requests Based on Device Pose
One of the unique features of VLSDK is its ability to manage sessions using device pose. This feature stops VL requests or resets the VLSDK session based on the device's pose.
📄️ Debug UI
VLSDK에서는 VLSDK의 현재 상태를 확인할 수 있는 Debug UI를 제공합니다. Debug UI를 이용하면 모바일 환경에서 테스트 시 별도의 코드를 작성하지 않아도 VLSDK가 어떻게 동작하고 있는지 확인할 수 있습니다.