mcopy/app/lib/cam
Matt McWilliams 1fbde2d366 Caught a critical error with the filmout feature. Due to work on the server feature, all filmout functionality was being routed through the server, instead of just making it an optional display source if a client is connected. The use of the server.useServer() method was implemented and the filmout display method was updated to not return early. Special thanks to Sandy McLennan for catching this one. 2025-05-14 20:59:59 -04:00
..
Readme.md Correct lib jsdocs in modules. Update tests to catch new error in mscript. 2024-05-24 15:23:58 -04:00
index.d.ts Correct lib jsdocs in modules. Update tests to catch new error in mscript. 2024-05-24 15:23:58 -04:00
index.js Correct lib jsdocs in modules. Update tests to catch new error in mscript. 2024-05-24 15:23:58 -04:00
index.js.map Caught a critical error with the filmout feature. Due to work on the server feature, all filmout functionality was being routed through the server, instead of just making it an optional display source if a client is connected. The use of the server.useServer() method was implemented and the filmout display method was updated to not return early. Special thanks to Sandy McLennan for catching this one. 2025-05-14 20:59:59 -04:00
package.json Refactor cam module into cam module. 2019-03-21 14:59:46 -04:00

Readme.md

lib/cam

lib/cam~Camera

Class representing camera functions.

Kind: inner class of lib/cam

camera.init()

Kind: instance method of Camera

camera.listen()

Kind: instance method of Camera

camera.set()

Kind: instance method of Camera

camera.cap()

Kind: instance method of Camera

camera.move()

Kind: instance method of Camera

camera.exposure()

Kind: instance method of Camera

camera.connectIntval()

Kind: instance method of Camera

camera.connectProcessing()

Kind: instance method of Camera

camera.listener()

Kind: instance method of Camera

camera.end()

Kind: instance method of Camera