mcopy/cli/lib
mmcwilliams 6612ffa6d1 Add jsdoc comments to cmd module 2019-07-26 18:30:10 -04:00
..
arduino Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
cam Remove unused "digital" attribute from camera state. 2019-06-18 16:50:28 -04:00
cmd Add jsdoc comments to cmd module 2019-07-26 18:30:10 -04:00
delay Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
device Add log to device module. This cli app is turning into a dog fast. Need to take a step back and reconsider. 2019-02-26 21:57:43 -05:00
devices Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
display Preview a frame using the webview. Select monitor to display images on. Wooo! 2019-06-26 20:08:49 -04:00
exec Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
exit Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
ffmpeg Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
ffprobe Filmout display monitor size with stats 2019-06-24 21:11:14 -04:00
filmout Filmout supports still images. Uses FFMPEG to convert to png, still. Should use sharp and re-sample the image to the maximum allowed for the screen in the smallest dimension. 2019-07-07 00:02:01 -04:00
intval Refactor intval module into Typescript. 2019-06-14 11:58:35 -04:00
light Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
log Update the silent log methods to return false. 2019-04-15 16:11:18 -04:00
mscript Add jsdoc comments to remaining methods. 2019-07-26 18:12:06 -04:00
proj Rename all uses of the previously-named "digital" module to "filmout" in proj module. 2019-06-18 16:52:26 -04:00
sequencer Rename all uses of the previously-named "digital" module to "filmout" in sequence module. Woo! Let's call that a patch. 2019-06-18 16:54:08 -04:00
settings Settings module restores state to a default on "restore" 2019-04-15 16:13:28 -04:00
spawn Install private modules in the cli project 2019-03-22 19:52:59 -04:00
system Add jsdoc comments to remaining methods. 2019-07-26 18:12:06 -04:00
Readme.md Install private modules in the cli project 2019-03-22 19:52:59 -04:00

Readme.md

Functions

dependencies(platform)

Evaluates system dependencies for digital projector features by executing processes with --help flag. If they do not exist, log to console

system()object

Profile the current system and return an object with data about the displays and dependencies for the digital projector feature.

dependencies(platform)

Evaluates system dependencies for digital projector features by executing processes with --help flag. If they do not exist, log to console

Kind: global function

Param Type Description
platform string Operating system type

system() ⇒ object

Profile the current system and return an object with data about the displays and dependencies for the digital projector feature.

Kind: global function
Returns: object - Object containing system information