OpenCamView (Enigma2)
This is a new project currently in active development (work in progress).
Runtime / requirements:
- Platform: Enigma2
- Language: Python (compatible with Enigma2 Python 2.7 and Python 3.x images)
- Images: works on Enigma2-based systems such as OpenPLi, OpenATV, OpenViX and similar
- Package dependency: enigma2
Language behavior:
- Default UI strings are English.
- Polish translation is included.
- If the receiver language is Polish -> the plugin is shown in Polish.
- If the receiver language is not Polish -> the plugin is shown in English (fallback).
Changes and user guide (v1.2.x)
------------------------------------
OpenCamView is an Enigma2 plugin for viewing IP cameras via RTSP.
It lets you add/edit/delete cameras, start a live preview with one click,
and export camera entries to an Enigma2 bouquet or to an M3U playlist.
Key features:
- Central RTSP camera list inside Enigma2 (no PC channel editor required).
- Add cameras from the GUI: Name / IP / Port / Username / Password / RTSP Path.
- Live preview: select a camera and press OK.
- Edit and delete camera entries.
- Numeric shortcuts + RTSP help/examples.
- Export cameras to Enigma2 bouquet (4097 service type) and export to M3U.
- Language auto-switching (PL if system is PL, otherwise EN).
Remote control usage:
- OK : start live preview for the selected camera
- GREEN : Add camera
- YELLOW : Edit camera
- RED : Delete camera
- EXIT : Exit
Numeric shortcuts:
- 0 : Set selected camera as Door Station (Intercom)
- 1 : Open Door Station (Intercom)
- 2 : Export to Enigma2 bouquet
- create a new bouquet or append to an existing one
- optional starting channel/position number
- 3 : Export to M3U playlist
- output: /etc/enigma2/opencamview_cameras.m3u
- 4 : Help / RTSP examples
Camera field order:
1) Name
2) IP
3) Port (usually 554)
4) Username
5) Password
6) RTSP Path
RTSP Path (enter ONE matching your device):
- Hikvision / HQvision:
/Streaming/Channels/101
- Dahua / BCS / Imou:
/cam/realmonitor?channel=1&subtype=0
- TP-Link Tapo:
/stream1
- Chinese / No-Name cameras:
/live/ch0 or /11 or /stream
Config files:
- Camera list:
/etc/enigma2/opencamview.json
- M3U export:
/etc/enigma2/opencamview_cameras.m3u
Thnaks Pawel Pawelek