npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-provision

v1.1.2

Published

Node-RED node for provisioning and fetching alarm status

Downloads

552

Readme

Node-RED Contrib Provision

node-red-contrib-provision to niestandardowy węzeł dla Node-RED umożliwiający integrację z kamerami marki Provision. Węzeł pozwala na odpytywanie kamer o zdarzenia związane z inteligentną analityką, co pozwala na wykrywanie i monitorowanie takich zdarzeń jak ruch, przekroczenie linii, detekcja twarzy, wejścia i wyjścia z obszarów, oraz inne funkcje dostępne w nowoczesnych kamerach Provision.

Funkcje

Węzeł ten łączy się z kamerami Provision przez HTTP/XML, aby uzyskać dostęp do danych o:

  • Detekcji ruchu (motion detection)
  • Przekroczeniu linii (line crossing)
  • Wtargnięciu na obszar perymetru (perimeter intrusion)
  • Wejściu i wyjściu z określonego obszaru (AOI entry/leave)
  • Pozostawieniu bagażu (luggage detection)
  • Detekcji twarzy (face detection)
  • Sabotażu i zmianie sceny (scene change)

Węzeł może także śledzić liczby osób i pojazdów przechodzących przez strefy, jeśli kamera obsługuje funkcję liczenia (statystyki).

Konfiguracja Węzła

Węzeł Provision jest dostępny w kategorii I-Future w Node-RED po zaimportowaniu lub zainstalowaniu pakietu. Aby go skonfigurować, wykonaj poniższe kroki:

  1. Adres IP: Podaj adres IP kamery Provision, z którą ma się łączyć węzeł.
  2. Typ detekcji: Wybierz typ zdarzenia, które chcesz monitorować:
    • motion: wykrywanie ruchu
    • line: przekroczenie linii
    • aoiEntryAlarm: wejście w obszar
    • aoiLeaveAlarm: wyjście z obszaru
    • perimeter: naruszenie strefy ochronnej
    • vfd: detekcja twarzy
    • sceneChange: wykrycie zmiany sceny lub sabotażu
    • statistics: śledzenie liczby osób i pojazdów wchodzących i wychodzących ze strefy
  3. Dane logowania: Wprowadź nazwę użytkownika i hasło wymagane do autoryzacji.
  4. Opcjonalne ustawienia: Możesz włączyć dodatkowe opcje, takie jak integracja z Ampio oraz śledzenie statystyk liczby osób i pojazdów.

Przykładowe Dane Wyjściowe

W zależności od wybranego typu detekcji, węzeł zwraca dane w formacie JSON, które mogą zawierać:

  • Informacje o stanie alarmu (1 dla aktywnego alarmu, 0 w przeciwnym przypadku).
  • Szczegółowe statystyki liczby osób i pojazdów.

Przykład wyjścia dla opcji statistics:

{
  "payload": {
    "person": { "entry": 12, "leave": 8, "stay": 4 },
    "vehicles": { "entry": 3, "leave": 2, "stay": 1 }
  }
}


link do sklepu: https://ifutureshop.eu/pl/menu/monitoring-ip-475.html



[ENG]
# Node-RED Contrib Provision

**node-red-contrib-provision** is a custom Node for **Node-RED** that enables integration with **Provision** brand cameras. It allows users to query cameras for events related to intelligent analytics, enabling the detection and monitoring of events such as motion, line crossing, face detection, entry and exit from specific areas, and other features available in modern Provision cameras.

## Features

This Node communicates with Provision cameras over HTTP/XML, providing access to data on:
- **Motion detection**
- **Line crossing**
- **Perimeter intrusion**
- **Entry and exit from specific areas** (AOI entry/leave)
- **Unattended baggage detection**
- **Face detection**
- **Scene change/sabotage detection**

Additionally, if supported by the camera, the node can track the number of people and vehicles passing through designated areas (statistics).

## Node Configuration

The **Provision** node appears in the `I-Future` category in Node-RED once the package is installed. To configure the node, follow these steps:

1. **IP Address**: Enter the IP address of the Provision camera.
2. **Detection Type**: Select the type of event to monitor:
   - `motion`: motion detection
   - `line`: line crossing
   - `aoiEntryAlarm`: area entry alarm
   - `aoiLeaveAlarm`: area exit alarm
   - `perimeter`: perimeter intrusion detection
   - `vfd`: face detection
   - `sceneChange`: scene change or sabotage detection
   - `statistics`: tracking the number of people and vehicles entering and exiting an area
3. **Login Credentials**: Enter the username and password for camera access.
4. **Optional Settings**: You can enable options such as **Ampio integration** and tracking for people and vehicle statistics.

### Sample Output Data

Depending on the chosen detection type, the node returns JSON data that may contain:
- Alarm status (1 for an active alarm, 0 otherwise).
- Detailed statistics for the number of people and vehicles.

Example output for the `statistics` option:
```json
{
  "payload": {
    "person": { "entry": 12, "leave": 8, "stay": 4 },
    "vehicles": { "entry": 3, "leave": 2, "stay": 1 }
  }
}

link to the store: https://ifutureshop.eu/pl/menu/monitoring-ip-475.html