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.
Is
node-realsenseintended to work with SR300 cameras ? At least thePerson&Objectmodules.I tried running the examples using a SR300 but I couldn't make it work. For example running the
pt_tutorial_1raises the following errorWhen changing the depth option to
{ width : 640, height : 480, frameRate : 30, isEnabled : true }:Does even the Intel RealSense Linux SDK is intended to work as the repository name does now include
zr300in its name ?Is the
SR300deprecated and theZR300should be used instead ? I hasn't been able to find this information on the Intel RealSense website.