*/
/**
+ * @internal
* @brief Set pid of client.
* @ingroup CAPI_MEDIA_CAMERA_MUSED_MODULE
* @param[in] camera The handle to the camera
int legacy_camera_set_client_pid(camera_h camera, int pid);
/**
+ * @internal
* @brief Emit signal to notify some information.
* @ingroup CAPI_MEDIA_CAMERA_MUSED_MODULE
* @param[in] camera The handle to the camera
const char *interface_name, const char *signal_name, int value);
/**
+ * @internal
* @brief Set gdbus connection created from outside.
* @ingroup CAPI_MEDIA_CAMERA_MUSED_MODULE
* @param[in] camera The handle to the camera
int legacy_camera_set_gdbus_connection(camera_h camera, void *gdbud_connection);
/**
+ * @internal
* @brief Creates a new camera handle for controlling a network camera.
* @remarks A @a camera must be released using legacy_camera_destroy().
* @param[in] device The network camera to access