Home
last modified time | relevance | path

Searched refs:deviceiInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp6047 auto deviceiInfo = cameraInput->GetCameraDeviceInfo(); in SwitchDevice() local
6048 CHECK_ERROR_RETURN_RET_LOG(!deviceiInfo || in SwitchDevice()
6049 (deviceiInfo->GetPosition() != CAMERA_POSITION_FRONT && in SwitchDevice()
6050 deviceiInfo->GetPosition() != CAMERA_POSITION_FOLD_INNER), false, "No need switch camera."); in SwitchDevice()