Apurv Kiri

Results 3 comments of Apurv Kiri

I've only written to stream frames, but you can also implement it to record [http://docs.opencv.org/2.4/modules/highgui/doc/reading_and_writing_images_and_video.html#videowriter](http://docs.opencv.org/2.4/modules/highgui/doc/reading_and_writing_images_and_video.html#videowriter)

The scenario you have listed shouldn't happen if only one client connects and then disconnects. [IsOpen](https://github.com/kiriapurv/node-camera/blob/node-4.x/src/native/camera.cpp#L147) just returns [m_brk](https://github.com/kiriapurv/node-camera/blob/node-4.x/src/native/camera.cpp#L24) flag, which if is false; the running [capture loop](https://github.com/kiriapurv/node-camera/blob/node-4.x/src/native/camera.cpp#L86) must be...

It won't work out of the box. But you can start by adding windows related build parameters in [binding.gyp](https://github.com/kiriapurv/node-camera/blob/master/binding.gyp) to make it work.