Home
last modified time | relevance | path

Searched refs:CAMERR_BUSY (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/stv0680/
H A Dlibrary.c381 if (errinf.error != CAMERR_BUSY) in stv0680_capture()
383 } while (errinf.error == CAMERR_BUSY); in stv0680_capture()
415 if (errinf.error != CAMERR_BUSY)
417 } while (errinf.error == CAMERR_BUSY);
H A Dstv0680.h28 #define CAMERR_BUSY 1 macro