aboutsummaryrefslogtreecommitdiff
path: root/Gem/dc1394-videoplugin.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-09-15 22:01:00 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-09-15 22:01:00 +0000
commitbec3062f8091a6742db26a4eb047377745d3d423 (patch)
tree61601f85aa8da92b6a91ca806cf2edf42cd12e68 /Gem/dc1394-videoplugin.pd
parent96d88000113b5f05586d9f7d10978bc90ce3c035 (diff)
Gem fe8d7345a0bd357673f1d5943c871bf938deafac linux/amd64
built 'master:fe8d7345a0bd357673f1d5943c871bf938deafac' for linux/amd64
Diffstat (limited to 'Gem/dc1394-videoplugin.pd')
-rw-r--r--Gem/dc1394-videoplugin.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/Gem/dc1394-videoplugin.pd b/Gem/dc1394-videoplugin.pd
new file mode 100644
index 0000000..da778d2
--- /dev/null
+++ b/Gem/dc1394-videoplugin.pd
@@ -0,0 +1,14 @@
+#N canvas 4 90 730 247 10;
+#X text 56 64 mode can be MANUAL \, AUTO and ONE_PUSH.;
+#X text 57 118 in AUTO mode \, the camera adjusts itself the parameter
+all the time.;
+#X text 56 79 in MANUAL mode \, the parameter's value is set with;
+#X text 55 18 if your device supports it \, you can change the mode
+of a parameter (aka feature) with the message;
+#X msg 296 33 set featureMode mode;
+#X msg 357 79 set feature value;
+#X text 547 12 example :;
+#X text 57 158 in ONE_PUSH mode \, the camera adjusts itself the parameter
+only once.;
+#X msg 542 76 set Gain 124;
+#X msg 544 31 set GainMode AUTO;