Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-recording-case.md61 let isSupportVideoMode: boolean = sceneModes.indexOf(camera.SceneMode.NORMAL_VIDEO) >= 0;
68 …bility = cameraManager.getSupportedOutputCapability(cameraArray[0], camera.SceneMode.NORMAL_VIDEO);
177 … videoSession = cameraManager.createSession(camera.SceneMode.NORMAL_VIDEO) as camera.VideoSession;
H A Dcamera-dual-channel-preview.md353 … this.cameraManager.getSupportedOutputCapability(this.cameras[0], camera.SceneMode.NORMAL_VIDEO);
373 …this.session = this.cameraManager.createSession(camera.SceneMode.NORMAL_VIDEO) as camera.VideoSess…
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-recording-case.md61 let isSupportVideoMode: boolean = sceneModes.indexOf(camera.SceneMode.NORMAL_VIDEO) >= 0;
68 …bility = cameraManager.getSupportedOutputCapability(cameraArray[0], camera.SceneMode.NORMAL_VIDEO);
177 … videoSession = cameraManager.createSession(camera.SceneMode.NORMAL_VIDEO) as camera.VideoSession;
H A Dcamera-dual-channel-preview.md355 … this.cameraManager.getSupportedOutputCapability(this.cameras[0], camera.SceneMode.NORMAL_VIDEO);
375 …this.session = this.cameraManager.createSession(camera.SceneMode.NORMAL_VIDEO) as camera.VideoSess…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera.h173 NORMAL_VIDEO = 2, enumerator
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp566 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
620 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
677 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
747 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
813 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
1221 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
1713 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
1775 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
1839 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
1898 ret = OH_CaptureSession_SetSessionMode(captureSession, NORMAL_VIDEO);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Dcamera_8h.md96 | [Camera_SceneMode](_o_h___camera.md#camera_scenemode-1) {<br/>NORMAL_PHOTO = 1,<br/>NORMAL_VIDEO
H A D_o_h___camera.md168 | [Camera_SceneMode](#camera_scenemode) {<br/>NORMAL_PHOTO = 1,<br/>NORMAL_VIDEO = 2,<br/>SECURE_PH…
1901 | NORMAL_VIDEO | 普通视频模式。 |
H A Djs-apis-camera.md218 | NORMAL_VIDEO | 2 | 普通录像模式。详情见[VideoSession](#videosession11) |
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp29 {SceneMode::VIDEO, Camera_SceneMode::NORMAL_VIDEO},
34 {Camera_SceneMode::NORMAL_VIDEO, SceneMode::VIDEO},
H A Dcapture_session_impl.cpp27 {Camera_SceneMode::NORMAL_VIDEO, SceneMode::VIDEO},
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DCameraService.ts63 NORMAL_VIDEO: 2,
402 …nager.getSupportedOutputCapability(this.cameras[cameraDeviceIndex], camera.SceneMode.NORMAL_VIDEO);
1275 this.videoSession = this.cameraManager.createSession(camera.SceneMode.NORMAL_VIDEO);
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Dcamera_8h.md96 | [Camera_SceneMode](_o_h___camera.md#camera_scenemode-1) {<br>NORMAL_PHOTO = 1,<br>NORMAL_VIDEO = …
H A D_o_h___camera.md166 | [Camera_SceneMode](#camera_scenemode) {<br>NORMAL_PHOTO = 1,<br>NORMAL_VIDEO = 2,<br>SECURE_PHOTO…
1869 | NORMAL_VIDEO | Normal video mode.|
H A Djs-apis-camera.md218 | NORMAL_VIDEO | 2 | Normal record mode. For details, see [VideoSession](#video…
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts1655 NORMAL_VIDEO = 2,