Filmout release 1.5.0.

This commit is contained in:
sixteenmillimeter 2020-01-20 01:37:38 -05:00
parent 49ba9a090b
commit ed75924e24
15 changed files with 72 additions and 25 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.4.21",
"version": "1.5.0",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -79,6 +79,15 @@
},
"light": false,
"projector_second": true
},
"oxberry": {
"label": "Oxberry",
"cam": {
"time": 550,
"delay": 50,
"momentary": 130
},
"light": false
}
},
"cmd": {

File diff suppressed because one or more lines are too long

View File

@ -188,6 +188,7 @@ class FilmOut {
}
//cancel video
}
//callback after
onFilmout(evt, args) {
let state;
let color = [255, 255, 255];
@ -204,7 +205,7 @@ class FilmOut {
seq.setLight(1, color);
grid.state(1);
if (light.disabled) {
light.enable();
//light.enable();
}
this.state.frame = 0;
this.state.frames = state.frames;

File diff suppressed because one or more lines are too long

2
app/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.4.21",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-app",
"version": "1.4.21",
"version": "1.5.0",
"description": "GUI for the mcopy small gauge film optical printer platform",
"main": "main.js",
"scripts": {

View File

@ -192,6 +192,7 @@ class FilmOut {
}
//cancel video
}
//callback after
onFilmout (evt : any, args : any) {
let state : any;
let color : number[] = [255, 255, 255];
@ -213,7 +214,7 @@ class FilmOut {
grid.state(1);
if (light.disabled) {
light.enable();
//light.enable();
}
this.state.frame = 0;

View File

@ -1,5 +1,5 @@
{
"version": "1.4.21",
"version": "1.5.0",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -17,7 +17,8 @@
"black": {
"before": 0,
"after": 0
}
},
"light": false
},
"jk103": {
"label": "JK103",
@ -52,7 +53,8 @@
"black": {
"before": 250,
"after": 250
}
},
"light": false
},
"intval3": {
"label": "INTVAL3",
@ -60,7 +62,8 @@
"time": 630,
"delay": 50,
"momentary": 0
}
},
"light": false
},
"jk_mono": {
"label": "MONO's JK",
@ -76,6 +79,15 @@
},
"light": false,
"projector_second": true
},
"oxberry": {
"label": "Oxberry",
"cam": {
"time": 550,
"delay": 50,
"momentary": 130
},
"light": false
}
},
"cmd": {

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "mcopy-cli",
"version": "1.4.21",
"version": "1.5.0",
"description": "CLI for controlling the mcopy optical printer platform",
"main": "index.js",
"scripts": {

View File

@ -1,5 +1,5 @@
{
"version": "1.4.21",
"version": "1.5.0",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -17,7 +17,8 @@
"black": {
"before": 0,
"after": 0
}
},
"light": false
},
"jk103": {
"label": "JK103",
@ -52,7 +53,8 @@
"black": {
"before": 250,
"after": 250
}
},
"light": false
},
"intval3": {
"label": "INTVAL3",
@ -60,7 +62,8 @@
"time": 630,
"delay": 50,
"momentary": 0
}
},
"light": false
},
"jk_mono": {
"label": "MONO's JK",
@ -76,6 +79,15 @@
},
"light": false,
"projector_second": true
},
"oxberry": {
"label": "Oxberry",
"cam": {
"time": 550,
"delay": 50,
"momentary": 130
},
"light": false
}
},
"cmd": {

View File

@ -1,10 +1,10 @@
/**
* This is a customized firmware originally designed to
* control the Oxberry camera at the . This uses an 8 Solid State Relay
* control the Oxberry camera at the . This uses a single 5VDC relay
* board wired into the "EXPOSE" trigger switch of an Oxberry control box.
*
* Pins
* 07 - CH4 -
* 09 - Trigger for relay
*/
boolean debug_state = false;

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.4.21",
"version": "1.5.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mcopy",
"version": "1.4.21",
"version": "1.5.0",
"description": "Small gauge film optical printer platform",
"main": "build.js",
"directories": {

View File

@ -1,5 +1,5 @@
{
"version": "1.4.21",
"version": "1.5.0",
"ext_port": 1111,
"profiles": {
"mcopy": {
@ -17,7 +17,8 @@
"black": {
"before": 0,
"after": 0
}
},
"light": false
},
"jk103": {
"label": "JK103",
@ -52,7 +53,8 @@
"black": {
"before": 250,
"after": 250
}
},
"light": false
},
"intval3": {
"label": "INTVAL3",
@ -60,7 +62,8 @@
"time": 630,
"delay": 50,
"momentary": 0
}
},
"light": false
},
"jk_mono": {
"label": "MONO's JK",
@ -76,6 +79,15 @@
},
"light": false,
"projector_second": true
},
"oxberry": {
"label": "Oxberry",
"cam": {
"time": 550,
"delay": 50,
"momentary": 130
},
"light": false
}
},
"cmd": {