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 / 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
@TIS-Edgar
TIS-Edgar / Makefile
Created July 2, 2014 12:41
v4l2_openvc
all: opencv-test
opencv-test: main.cpp v4ldevice.cpp
$(CXX) -Wall -g -O0 -o opencv-test main.cpp v4ldevice.cpp $(shell pkg-config --libs-only-l opencv libv4l2)
clean:
$(RM) *.o