From aa6ebf67fa2601a5fc087423be3ad40d742e1cd3 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 23 Feb 2011 10:26:25 +0100 Subject: Set camera name (so we have at least some kind of feedback which camera is used) --- test/test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/test.c b/test/test.c index 7e29a88..87e1b21 100644 --- a/test/test.c +++ b/test/test.c @@ -14,6 +14,9 @@ int main(int argc, char *argv[]) uca->cam_set_dimensions(uca, &width, &height); + if (uca->camera_name != NULL) + printf("Camera name: %s\n", uca->camera_name); + uca_destroy(uca); return 0; } -- cgit v1.2.3