📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

intelbras-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intelbras-api

IntelbrasApi is a package created for communication with Intelbras DVRs API. It makes easier the api rest connection and parses incoming data (which is a string stream, mostly) to an usable format.

1.2.5
latest
Version published
Weekly downloads
4
-55.56%
Maintainers
1
Weekly downloads
 
Created

IntelbrasApi is a package created for communication with Intelbras DVRs API. It makes easier the api rest connection and parses incoming data (which is a string stream, mostly) to an usable format.

Quickstart:

   const cam = new Camera('1.2.3.4', 'username', 'password')
   
   for await (const snapshot of cam.receiveSnaphosts()) {
       fs.writeFile('snapshotImage.jpeg', snapshot.image)
   }

FAQs

Package last updated on 10 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts