Lines Matching refs:ImageRotation
2103 getPreviewRotation(displayRotation: number): ImageRotation
2123 | [ImageRotation](#imagerotation) | 获取预览旋转角度。 |
2137 …(previewOutput: camera.PreviewOutput, imageRotation : camera.ImageRotation): camera.ImageRotation {
2138 let previewRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;
2151 setPreviewRotation(previewRotation: ImageRotation, isDisplayLocked?: boolean): void
2161 | previewRotation | [ImageRotation](#imagerotation) | 是 | 预览旋转角度 |
2176 …otation(previewOutput: camera.PreviewOutput, previewRotation : camera.ImageRotation, isDisplayLock…
2187 ## ImageRotation section
2234 | rotation | [ImageRotation](#imagerotation) | 否 | 是 | 图片旋转角度(默认0度,顺时针旋转)。 …
2390 rotation: camera.ImageRotation.ROTATION_0,
2447 rotation: camera.ImageRotation.ROTATION_0,
3321 getPhotoRotation(deviceDegree: number): ImageRotation
3341 | [ImageRotation](#imagerotation) | 获取拍照旋转角度。 |
3355 …estGetPhotoRotation(photoOutput: camera.PhotoOutput, deviceDegree : number): camera.ImageRotation {
3356 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;
3863 getVideoRotation(deviceDegree: number): ImageRotation
3883 | [ImageRotation](#imagerotation) | 获取录像旋转角度。 |
3897 …estGetVideoRotation(videoOutput: camera.VideoOutput, deviceDegree : number): camera.ImageRotation {
3898 let videoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;