Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md3356 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;
3358 photoRotation = photoOutput.getPhotoRotation(deviceDegree);
3359 console.log(`Photo rotation is: ${photoRotation}`);
3365 return photoRotation;
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md3363 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;
3365 photoRotation = photoOutput.getPhotoRotation(deviceDegree);
3366 console.log(`Photo rotation is: ${photoRotation}`);
3372 return photoRotation;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12917 …int32_t photoRotation = photoOutput_1->GetPhotoRotation(PhotoCaptureSetting::RotationConfig::Rotat… variable
12918 EXPECT_EQ(photoRotation, PhotoCaptureSetting::RotationConfig::Rotation_270);