Home
last modified time | relevance | path

Searched refs:camera (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/multimedia/camera_framework/
H A Dcamera_manager.h20 * @brief Provide the definition of the C interface for the camera module.
31 * @brief Declare the camera manager concepts.
45 #include "camera.h"
61 * @param status the {@link Camera_StatusInfo} of each camera device.
86 * @brief A listener for camera devices status.
100 * @brief Register camera status change event callback.
111 * @brief Unregister camera status change event callback.
170 * @brief Gets supported camera descriptions.
185 * @brief Delete supported camera.
197 * @brief Gets the supported output capability for the specific camera an
[all...]
H A Dcamera_device.h20 * @brief Provide the definition of the C interface for the camera module.
31 * @brief Declare the camera device concepts.
45 #include "camera.h"
52 * @brief Gets the sensor orientation attribute for a camera device.
54 * @param camera the {@link Camera_Device} which use to get attributes.
58 * {@link #CAMERA_SERVICE_FATAL_ERROR} if camera service fatal error.
61 Camera_ErrorCode OH_CameraDevice_GetCameraOrientation(Camera_Device* camera, uint32_t* orientation);
H A Dcamera.h20 * @brief Provide the definition of the C interface for the camera module.
29 * @file camera.h
31 * @brief Declare the camera base concepts.
52 * @brief camera manager object.
62 * @brief Enum for camera error code.
104 * Can not use camera cause of conflict.
114 * Can not use camera cause of preempted.
131 * @brief Enum for camera status.
182 * @brief Enum for camera position.
205 * @brief Enum for camera typ
745 Camera_Device* camera; global() member
[all...]

Completed in 3 milliseconds