Yersu Mit
Yersu Mit
arbitrarily trying a similarly named file also fails laudix@RPi0-CameraUpstairs:~/rpos $ node rpos.ts /home/laudix/rpos/rpos.ts:29 import http = require("http"); ^^^^^^ SyntaxError: Unexpected token import at createScript (vm.js:80:10) at Object.runInThisContext (vm.js:139:10) at Module._compile...
in #54 @RogerHardiman says "check you have compiled rpos.ts into rpos.js" here is my listing laudix@RPi0-CameraUpstairs:~/rpos $ ls -l total 680 drwxr-xr-x 2 laudix laudix 4096 Jun 3 22:17 bin...
I tried rerunning the install; still no file afterwards laudix@RPi0-CameraUpstairs:~/rpos $ npm install npm WARN [email protected] requires a peer of typescript@~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev ||...
so. I wiped the SD card and reloaded the image (using a RPi Zero w/ camera attached) `uname -a` `Linux raspberrypi 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l...
Here's the output from step 3: --------------------------- Not really sure if the warnings are expected. .................................................... laudix@RPi0-CameraUpstairs:~/securitycamera/rpos $ npm install npm WARN deprecated [email protected]: Typings is deprecated in favor of...
Just to make this 'issue' complete... Once I used the instructions (including step 4) I am now able to detect and view my RPI from "ONVIF Device Manager v2.2.250"
Suggestion. Modify Step 4 layout to match the other steps so the required command is not overlooked. Specifically have "npx gulp" on a new line and indented, and prefix the...
FWIW my setup is Raspberry Pi Zero with PI Camera, streaming to Amazon Fire TV Cube. ONVIF detection doesn't work, but using the RTSP port directly does. (good enough for...
Hmm. I chose the "mpromonet RTSP server" because of the comment, in the instructions, "Pi users will probably prefer ..." it. Is there a means to switch to gstreamer ?...
I've not examined the code (I've never used nodeJS before; it's been a python journey on Raspberry) so this may be silly, but what about recieving the full stream from...