I am trying to use nkinect on Raspberry Pi 3 B+ with Rapbian Streach Kernel 4.14.
I have successfully built the module with libfreenect . When initialising the NKinect class following error comes
FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
Aborted
In my code
var kinect = require('nkinect');
console.log(kinect.NKinect());
I am initialising inside console.log just to see the output.
My question is
Is it the expected behaviour when kinect is not connected ?
If not any pointer to solve it.
I am trying to use nkinect on Raspberry Pi 3 B+ with Rapbian Streach Kernel 4.14.
I have successfully built the module with libfreenect . When initialising the NKinect class following error comes
In my code
I am initialising inside console.log just to see the output.
My question is
Is it the expected behaviour when kinect is not connected ?
If not any pointer to solve it.