Add Frigate config merging and camera database updates
- Refactor Frigate generator to support adding cameras to existing configs - Add text-based YAML parsing to preserve formatting and comments - Implement duplicate camera/stream name detection and auto-numbering - Add support for inserting cameras into existing go2rtc and cameras sections - Update UI: add textarea for existing config input and generate button - Preserve user's existing configuration when adding new cameras - Add example config template for new users - Update ConfigPanel to initialize Frigate tab instead of auto-generating - Add FrigateGenerator import to main.js - Add custom styles for Frigate config input and output sections - Support both empty config (create from scratch) and existing config (merge) modes Camera database updates: - Add OpenIPC firmware camera support (257 models) - Add Yi-Hack firmware variants (v4, v5, Allwinner, MStar) - Add Fang-Hacks firmware support - Add OpenMiko firmware support - Update Sonoff camera models - Update Thingino firmware camera models
This commit is contained in:
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"brand": "yi-hack-MStar",
|
||||
"brand_id": "yi-hack-mstar",
|
||||
"last_updated": "2025-11-11",
|
||||
"source": "github.com/roleoroleo/yi-hack-MStar",
|
||||
"website": "https://github.com/roleoroleo/yi-hack-MStar",
|
||||
"entries": [
|
||||
{
|
||||
"models": [
|
||||
"MSTAR INFINITY CHIPSET",
|
||||
"MStar",
|
||||
"Yi Home MStar",
|
||||
"Yi Dome MStar",
|
||||
"Generic MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_0.h264",
|
||||
"notes": "MStar Infinity chipset - High resolution video"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"MSTAR INFINITY CHIPSET",
|
||||
"MStar",
|
||||
"Yi Home MStar",
|
||||
"Yi Dome MStar",
|
||||
"Generic MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_1.h264",
|
||||
"notes": "MStar Infinity chipset - Low resolution video"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"MSTAR INFINITY CHIPSET",
|
||||
"MStar",
|
||||
"Yi Home MStar",
|
||||
"Yi Dome MStar",
|
||||
"Generic MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_2.h264",
|
||||
"notes": "MStar Infinity chipset - Audio only"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"YI HOME 1080P MSTAR",
|
||||
"Yi 1080p MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_0.h264",
|
||||
"notes": "Yi Home 1080p MStar - HD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"YI HOME 1080P MSTAR",
|
||||
"Yi 1080p MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_1.h264",
|
||||
"notes": "Yi Home 1080p MStar - SD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"YI DOME 1080P MSTAR",
|
||||
"Yi Dome MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_0.h264",
|
||||
"notes": "Yi Dome 1080p MStar - HD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"YI DOME 1080P MSTAR",
|
||||
"Yi Dome MStar"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_1.h264",
|
||||
"notes": "Yi Dome 1080p MStar - SD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"AQARA CAMERA G2H",
|
||||
"Aqara G2H",
|
||||
"G2H"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_0.h264",
|
||||
"notes": "Aqara Camera G2H with yi-hack-MStar - HD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"AQARA CAMERA G2H",
|
||||
"Aqara G2H",
|
||||
"G2H"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_1.h264",
|
||||
"notes": "Aqara Camera G2H with yi-hack-MStar - SD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_0.h264",
|
||||
"notes": "Generic MStar based camera - HD stream"
|
||||
},
|
||||
{
|
||||
"models": [
|
||||
"Other"
|
||||
],
|
||||
"type": "FFMPEG",
|
||||
"protocol": "rtsp",
|
||||
"port": 554,
|
||||
"url": "/ch0_1.h264",
|
||||
"notes": "Generic MStar based camera - SD stream"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user