This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder