onCameraOpened method
void
onCameraOpened()
Implementation
void onCameraOpened() {
service.enableGravitySensor(true);
service.setVideoResolutionMode(TUIResolutionMode.portrait);
}
void onCameraOpened() {
service.enableGravitySensor(true);
service.setVideoResolutionMode(TUIResolutionMode.portrait);
}