Lines Matching refs:ImageRotation
2110 getPreviewRotation(displayRotation: number): ImageRotation
2130 | [ImageRotation](#imagerotation) | Preview rotation degree.|
2144 …(previewOutput: camera.PreviewOutput, imageRotation : camera.ImageRotation): camera.ImageRotation {
2145 let previewRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;
2158 setPreviewRotation(previewRotation: ImageRotation, isDisplayLocked?: boolean): void
2168 | previewRotation | [ImageRotation](#imagerotation) | Yes | Preview rotation angle.|
2183 …otation(previewOutput: camera.PreviewOutput, previewRotation : camera.ImageRotation, isDisplayLock…
2194 ## ImageRotation section
2241 | rotation | [ImageRotation](#imagerotation) | No | Yes | Rotation angle of the image. The defaul…
2397 rotation: camera.ImageRotation.ROTATION_0,
2454 rotation: camera.ImageRotation.ROTATION_0,
3328 getPhotoRotation(deviceDegree: number): ImageRotation
3348 | [ImageRotation](#imagerotation) | Photo rotation degree.|
3362 …estGetPhotoRotation(photoOutput: camera.PhotoOutput, deviceDegree : number): camera.ImageRotation {
3363 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;
3869 getVideoRotation(deviceDegree: number): ImageRotation
3889 | [ImageRotation](#imagerotation) | Video rotation degree.|
3903 …estGetVideoRotation(videoOutput: camera.VideoOutput, deviceDegree : number): camera.ImageRotation {
3904 let videoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;