node-hikvision-api icon indicating copy to clipboard operation
node-hikvision-api copied to clipboard

NodeJS Module for Hikvision IPC HTTP API

Results 10 node-hikvision-api issues
Sort by recently updated
recently updated
newest added

Hi, Is this project still active or..?

when i run the code it complains about 'self is not defined' hikvision.js:70

Hi, is it possible to turn of the IR leds using API? thx

I am getting the following error when I tried to run the example code given in the github. Please find the details given below: ``` $ node ipnode.js Connected to...

Hello, Is it possible to control local Alarm output of camera?

I get an exception thrown like this immediately after the 'connect' event fires. Debugger listening on [::]:5858 events.js:160 throw er; // Unhandled 'error' event ^ ReferenceError: self is not defined...

Please add the missing dependency `request`

I'm using the api as per the example but I'm running 5 instances. ``` var hikvision1 = new ipcamera.hikvision(options1); var hikvision2 = new ipcamera.hikvision(options2); etc ... ``` It works well...

After if (code === 'linedetection') code = 'LineDetection'; Please add if (code === 'fielddetection') code = 'FieldDetection';

Hi @nayrnet I see this repo is no longer active but can you please help to give some information, How to use Restful APIs to connect HikVision Acusense cameras ?...