Searched refs:NORMAL_VIDEO (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-recording-case.md | 61 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 D | camera-dual-channel-preview.md | 353 … 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 D | camera-recording-case.md | 61 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 D | camera-dual-channel-preview.md | 355 … 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 D | camera.h | 173 NORMAL_VIDEO = 2, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 566 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 D | camera_8h.md | 96 | [Camera_SceneMode](_o_h___camera.md#camera_scenemode-1) {<br/>NORMAL_PHOTO = 1,<br/>NORMAL_VIDEO …
|
H A D | _o_h___camera.md | 168 | [Camera_SceneMode](#camera_scenemode) {<br/>NORMAL_PHOTO = 1,<br/>NORMAL_VIDEO = 2,<br/>SECURE_PH… 1901 | NORMAL_VIDEO | 普通视频模式。 |
|
H A D | js-apis-camera.md | 218 | NORMAL_VIDEO | 2 | 普通录像模式。详情见[VideoSession](#videosession11) |
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.cpp | 29 {SceneMode::VIDEO, Camera_SceneMode::NORMAL_VIDEO}, 34 {Camera_SceneMode::NORMAL_VIDEO, SceneMode::VIDEO},
|
H A D | capture_session_impl.cpp | 27 {Camera_SceneMode::NORMAL_VIDEO, SceneMode::VIDEO},
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/ |
H A D | CameraService.ts | 63 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 D | camera_8h.md | 96 | [Camera_SceneMode](_o_h___camera.md#camera_scenemode-1) {<br>NORMAL_PHOTO = 1,<br>NORMAL_VIDEO = …
|
H A D | _o_h___camera.md | 166 | [Camera_SceneMode](#camera_scenemode) {<br>NORMAL_PHOTO = 1,<br>NORMAL_VIDEO = 2,<br>SECURE_PHOTO… 1869 | NORMAL_VIDEO | Normal video mode.|
|
H A D | js-apis-camera.md | 218 | 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.ts | 1655 NORMAL_VIDEO = 2,
|