Lines Matching refs:photo
5 This topic provides sample code that covers the complete high-performance photo capture process to …
7 …nce Photo Capture (for System Applications Only) (ArkTS)](camera-deferred-photo.md), [Device Input…
11 After obtaining the output stream capabilities supported by the camera, create a photo stream. The …
13 
129 console.error('photo mode not support');
165 // Create a photo output stream.
216 // Add the photo output stream to the session.
231 // Release the photo object after the flushing is complete.
254 // Check whether deferred photo delivery is supported.
258 // Enable deferred photo delivery.
260 // Check whether deferred photo delivery is enabled.
342 quality: camera.QualityLevel.QUALITY_LEVEL_HIGH, // Set the photo quality to high.
343 rotation: camera.ImageRotation.ROTATION_0 // Set the rotation angle of the photo to 0.
345 // Use the current photo capture settings to take photos.
348 console.error(`Failed to capture the photo ${err.message}`);
351 console.info('Callback invoked to indicate the photo capture request success.');
354 …er the photo capture is complete, call the following APIs to close the camera and release the sess…
364 // Release the photo output stream.