I tried but still the same result. I recognized a method call in my camera.js:
Around Line 200 its calling the method:
_HWC.getPicture(options);
When I debug until this call, the _HWC object is not defined. Could you please check if you call the same method of this object in your camera.js? Maybe I accidentally messed up my code.
Thanks in advance.