node-red-contrib-provision

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i node-red-contrib-provision

Weekly Downloads

245

Version

1.1.2

License

MIT

Unpacked Size

26.6 kB

Total Files

4

Last publish

Collaborators

  • szoopa