diff options
Diffstat (limited to 'src/uca-camera.h')
-rw-r--r-- | src/uca-camera.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/uca-camera.h b/src/uca-camera.h index 23d1915..59443b2 100644 --- a/src/uca-camera.h +++ b/src/uca-camera.h @@ -45,7 +45,8 @@ typedef enum { UCA_CAMERA_ERROR_NOT_IMPLEMENTED, UCA_CAMERA_ERROR_WRONG_WRITE_METADATA, UCA_CAMERA_ERROR_END_OF_STREAM, - UCA_CAMERA_ERROR_TIMEOUT + UCA_CAMERA_ERROR_TIMEOUT, + UCA_CAMERA_ERROR_DEVICE, } UcaCameraError; typedef enum { |