Mr.K
Mr.K
I also meet the question . I solve the questsion after I browse the address https://stackoverflow.com/questions/37213634/createfilea-fails-to-open-hid-device-in-windows . After then, I am meeting the question about read buffer, which show code...
with CreateFileA's params, e.g. replacing GENERIC_READ | GENERIC_WRITE with STANDARD_RIGHTS_READ | STANDARD_RIGHTS_WRITE. But I can't knwo why.....
Yes. I get the source package with git clone the lastest master.
I have already solve the problem . Thanks!
I guess the problem what cause is the VS complier version. I change the complier version to vs2013, and it solve.
system: ubuntu16.04 ros : kinect camera: kinect camera I am coding own camera Api. Met similar question about it. ``` def colorImgCB(colorData,depthData): filecad= folder+"JPEGImages/%s.jpg" % FileName filedepth= folder+"depth/%s.npy" % FileName...