Retrieve the status details from a status event.
#include <camera/camera_api.h>
camera_error_t camera_get_status_details(camera_handle_t handle,
union sigval value,
camera_devstatus_t *devstatus,
uint16_t *devstatusextra)
BlackBerry 10.0.0
The handle returned by a call to the camera_open() function.
The sigval extracted from the struct sigevent that was delivered to your application.
The returned device status details. For more information, see camera_devstatus_t.
The returned extra device status details. For more information, see camera_devstatus_t.
Use this function to parse device status details from the sigval returned by a status event.
Status events are enabled using camera_enable_status_event(). For more information about event mode, see About event mode.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.