This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Custom Camera Hotfix
Added CustomCamera and CustomCameraUrl to config, enabling support for mpeg-stream based cameras until proper integration is completed.
You may use {IpAddress} in place of your printer IP as a placeholder.
Example of new config structure
{
"WebUi": false,
"DiscordSync": false,
"WebhookUrl": "",
"CustomCamera": true,
"CustomCameraUrl": "http://192.168.0.123/stream_url"
}
Example of new config structure (with placeholder)
{
"WebUi": false,
"DiscordSync": false,
"WebhookUrl": "",
"CustomCamera": true,
"CustomCameraUrl": "http://{IpAddress}:8080/?action=stream"
}