i have some trouble with the Poll Time of an image, the default is set to 1000 which should be updated every second. The Point is the Image is updated every 10 Seconds.
UID: ipcamera:generic:5590f48d61
pollTime: 1000
if i set it to 2000 the log says:
2023-01-22 09:13:02.346 [WARN ] [era.internal.handler.IpCameraHandler] - The Image channel is set to update more often than 8 seconds. This is not recommended. The Image channel is best used only for higher poll times. See the readme file on how to display the cameras picture for best results or use a higher poll time.
2023-01-22 09:13:02.446 [WARN ] [era.internal.handler.IpCameraHandler] - The Image channel is set to update more often than 8 seconds. This is not recommended. The Image channel is best used only for higher poll times. See the readme file on how to display the cameras picture for best results or use a higher poll time.
2023-01-22 09:13:02.453 [WARN ] [era.internal.handler.IpCameraHandler] - The Image channel is set to update more often than 8 seconds. This is not recommended. The Image channel is best used only for higher poll times. See the readme file on how to display the cameras picture for best results or use a higher poll time.
2023-01-22 09:13:02.531 [WARN ] [era.internal.handler.IpCameraHandler] - The Image channel is set to update more often than 8 seconds. This is not recommended. The Image channel is best used only for higher poll times. See the readme file on how to display the cameras picture for best results or use a higher poll time.
2023-01-22 09:13:02.550 [WARN ] [era.internal.handler.IpCameraHandler] - The Image channel is set to update more often than 8 seconds. This is not recommended. The Image channel is best used only for higher poll times. See the readme file on how to display the cameras picture for best results or use a higher poll time.
2023-01-22 09:13:02.655 [WARN ] [era.internal.handler.IpCameraHandler] - The Image channel is set to update more often than 8 seconds. This is not recommended. The Image channel is best used only for higher poll times. See the readme file
Not sure. I think the message refers to this part of the bindings docs:>
If your camera has a snapshot URL, provide it to the binding via the config called snapshotUrl after first testing the URL in any browser. When using FFmpeg instead of a provided URL to create snapshots, it requires more CPU that you can turn on and off via the pollImage channel using a switch or rule.
Snapshots generated by FFmpeg use the key frames (iFrames) to lower the CPU load, and since some cameras only produce a key frame every 2+ seconds with their default settings, this will effect how often a snapshot is produced. Some cameras allow the key frame to be created every second or a different amount by the user, refer to your cameras manual and support on how to do this.