SDK Windows WebCamera

开启自动拍照


        var data = {
            listPath: 'D://httpcamera',//图片保存目录
            filePathPrefix: 'LT'//图片名称前缀
        }
        webCamera.autoTakePhotos(data, function (data) {
            console.log(data)
        }, function (err) {
            console.log(err)
        })