From bbfe6fc6573a7f41969b1ef4d7a60eb8e97cba8c Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sat, 30 Apr 2022 15:58:17 -0400 Subject: [PATCH] Add option to use Processing with a server as a capture method triggered by the camera. Enter a url into the Settings panel in the Processing URL input box and select the radio button. --- app/index.html | 4 ++ app/lib/cam/index.js | 35 +++++++++- app/lib/cam/index.js.map | 2 +- app/lib/processing/index.js | 33 +++++++++ app/lib/processing/index.js.map | 1 + app/lib/ui/devices.js | 31 ++++++++- app/lib/ui/devices.js.map | 2 +- app/package-lock.json | 9 +++ app/package.json | 3 +- app/src/lib/ui/devices.ts | 34 +++++++++- data/cfg.json | 2 +- package-lock.json | 4 +- package.json | 3 +- .../mcopy_capture_server.pde | 67 +++++++++++++++++++ src/cam/index.ts | 32 ++++++++- src/globals.d.ts | 1 + src/processing/index.ts | 35 ++++++++++ 17 files changed, 283 insertions(+), 15 deletions(-) create mode 100644 app/lib/processing/index.js create mode 100644 app/lib/processing/index.js.map create mode 100644 processing/mcopy_capture_server/mcopy_capture_server.pde create mode 100644 src/processing/index.ts diff --git a/app/index.html b/app/index.html index 9f1935c..7a5cf85 100644 --- a/app/index.html +++ b/app/index.html @@ -419,6 +419,10 @@ +
+ + +

Light