Lines Matching refs:photo

3 … APIs for you to set information such as resolution, flash, focal length, photo quality, and rotat…
43 4. Select the output stream capability supported by the camera device and create a photo output str…
45 …_o_h___camera.md#oh_cameramanager_createphotooutputwithoutsurface) to create a photo output stream.
73 // Create a photo output stream without passing a surface ID.
81 …ne-time photo capture callback, which is defined as **PhotoAvailable**. If your application requir…
109 // One-time photo capture callback.
110 void OnPhotoAvailable(Camera_PhotoOutput *photoOutput, OH_PhotoNative *photo) {
113 Camera_ErrorCode errCode = OH_PhotoNative_GetMainImage(photo, &imageNative);
392 // Call the NDK API to take a photo and trigger the PhotoAvailable callback.
410 6. Create a photo session. For details, see [Camera Session Management (C/C++)](./native-camera-ses…
419 // Set the session mode to the photo mode.
426 7. (Optional) Set photo capture parameters.
428 …You can set camera parameters to adjust photo capture functions, including the flash, zoom ratio, …
518 8. Trigger photo capture.
533 …tatus of the photo output stream, including the start of the photo stream, the start and end of th…
535photo capture start events. This event can be registered when a **PhotoOutput** instance is create…
564 - Register the **'onFrameEnd'** event to listen for photo capture end events. This event can be reg…
573 - Register the **'onError'** event to listen for photo output errors. The callback function returns…