Skip to content

Instantly share code, notes, and snippets.

View TIS-Edgar's full-sized avatar

Edgar TIS-Edgar

  • The Imaging Source
  • Germany
View GitHub Profile
@TIS-Edgar
TIS-Edgar / gist:7d9cfc346a36d6062d36
Created September 8, 2015 11:03
udev camera iteration
void find_device()
{
struct udev* udev = udev_new();
if (!udev)
{
setError(Error("Unable to create udev reference.", EIO));
return device_list;
}
@TIS-Edgar
TIS-Edgar / aravis_gst_exampple_mono.patch
Created November 24, 2014 08:33
aravis_gst_exampple_mono.patch
diff --git a/examples/aravis/c/gstexample.c b/examples/aravis/c/gstexample.c
index 0c10eba..499fc7e 100644
--- a/examples/aravis/c/gstexample.c
+++ b/examples/aravis/c/gstexample.c
@@ -39,10 +39,10 @@
#include <arv.h>
/* our camera variables */
-#define CAMERA "The Imaging Source Europe GmbH-46210199"
-#define WIDTH 2592
@TIS-Edgar
TIS-Edgar / aravis_0.3.2_configure
Created September 10, 2014 06:40
aravis 0.3.2 normal configuration output
./configure --enable-viewer --enable-gst-plugin --enable-gst-0.10-plugin --enable-introspection=yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes