From 29b0567b035ec45c1d78423a8d96821cdaf85787 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 24 Oct 2011 09:22:36 +0200 Subject: Fix: pco.dimax record & readout mode I won't go into detail how retarded a decision from pco is and how much time it cost... --- src/uca.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uca.h') diff --git a/src/uca.h b/src/uca.h index c4a9128..f194392 100644 --- a/src/uca.h +++ b/src/uca.h @@ -298,6 +298,7 @@ extern const char *uca_unit_map[]; /**< maps unit numbers to corresponding #define UCA_ERR_FRAME_TRANSFER 0x10000009 #define UCA_ERR_ALREADY_REGISTERED 0x1000000A #define UCA_ERR_NOT_IMPLEMENTED 0x1000000B +#define UCA_ERR_NO_MORE_IMAGES 0x1000000C struct uca_camera_priv; /** -- cgit v1.2.3