Zbigniew Majewski

Results 4 comments of Zbigniew Majewski

Hi, I believe it was just fixed in the newest version. Cheers for raising the issue.

I've checked the code and figured out using 'utc' instead of 'unix' param works fine with milliseconds.

I ended up creating a wrapper: ```js async function capture () { return new Promise((resolve, reject) => { NodeWebcam.capture('pic', cameraSettings, async (err, data) => { if (err) { return reject(err);...

Hi, I'm not sure if I understand the question. Can you please describe what "geojsons" are and how we could possibly use them in the library?