Searched refs:photoRotation (Results 1 – 3 of 3) sorted by relevance
3356 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;3358 photoRotation = photoOutput.getPhotoRotation(deviceDegree);3359 console.log(`Photo rotation is: ${photoRotation}`);3365 return photoRotation;
3363 let photoRotation: camera.ImageRotation = camera.ImageRotation.ROTATION_0;3365 photoRotation = photoOutput.getPhotoRotation(deviceDegree);3366 console.log(`Photo rotation is: ${photoRotation}`);3372 return photoRotation;
12917 …int32_t photoRotation = photoOutput_1->GetPhotoRotation(PhotoCaptureSetting::RotationConfig::Rotat… variable12918 EXPECT_EQ(photoRotation, PhotoCaptureSetting::RotationConfig::Rotation_270);