Lines Matching refs:photo
5 This topic provides sample code that covers the complete deferred photo delivery process to help yo…
11 After obtaining the output stream capabilities supported by the camera, create a photo stream. The …
130 console.error('photo mode not support');
167 // Create a photo output stream.
222 // Add the photo output stream to the session.
307 quality: camera.QualityLevel.QUALITY_LEVEL_HIGH, // Set the photo quality to high.
308 rotation: camera.ImageRotation.ROTATION_0 // Set the rotation angle of the photo to 0.
310 // Use the current photo capture settings to take photos.
313 console.error(`Failed to capture the photo ${err.message}`);
316 console.info('Callback invoked to indicate the photo capture request success.');
319 …er the photo capture is complete, call the following APIs to close the camera and release the sess…
329 // Release the photo output stream.