You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varcamera=newSpectralWorkbench.Camera();// Spectrum would need to detect images in the constructor varspectrum=newSpectralWorkbench.Spectrum(camera.fetchImage({resolution: '800x600',// default; optional}));
I've broken out an initial step for this in #56 -- to simply port over the existing capture.js file from spectral-workbench, and hook it up. Later, we can do tighter integration!
Feature request
Webcam capture is currently implemented only in the parent SpectralWorkbench project, and needs porting into this library.
See specficially: https://github.com/publiclab/spectral-workbench/blob/master/app/assets/javascripts/capture.js
The interface could be:
Also see the new getUserMedia camera selection API in publiclab/spectral-workbench#353
The text was updated successfully, but these errors were encountered: