From cdca4954a292dc53b67fa616bad94ad9c2f31e54 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 28 Feb 2011 11:17:08 +0100 Subject: Add preliminary "support" for Photron cameras --- src/uca.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/uca.c') diff --git a/src/uca.c b/src/uca.c index 0e9e184..cf9d9ed 100644 --- a/src/uca.c +++ b/src/uca.c @@ -15,6 +15,10 @@ #include "cameras/uca_ipe.h" #endif +#ifdef HAVE_PHOTRON_FASTCAM +#include "cameras/uca_photron.h" +#endif + struct uca_t *uca_init() { @@ -30,6 +34,9 @@ struct uca_t *uca_init() #endif #ifdef HAVE_IPE_CAM uca_ipe_init, +#endif +#ifdef HAVE_PH + uca_photron_init, #endif NULL }; -- cgit v1.2.3