SDK Windows WebCamera

框选图片


        var data = {
            "filepath": "D:\\1.jpg",    // 是否保存本地,可选,为空不保存本地,否则按路径保存
            "left": 0,
            "top": 0,
            "right": 100,
            "bottom": 100
        }
        webCamera.imageArea(data, function (data) {

        }, function (err) {

        })