intel / node-realsense

MIT License
24 stars 21 forks source link

SR300 support #227

Open MatthieuLemoine opened 7 years ago

MatthieuLemoine commented 7 years ago

Is node-realsense intended to work with SR300 cameras ? At least the Person & Object modules.

I tried running the examples using a SR300 but I couldn't make it work. For example running the pt_tutorial_1 raises the following error

what(): uvc subdevice 1 cannot provide 320x240:Z16@30Hz DEPTH

When changing the depth option to { width : 640, height : 480, frameRate : 30, isEnabled : true } :

what(): Option unsupported

Does even the Intel RealSense Linux SDK is intended to work as the repository name does now include zr300 in its name ?

Is the SR300 deprecated and the ZR300 should be used instead ? I hasn't been able to find this information on the Intel RealSense website.