One issue with doing this was the database only stores the first two decimal places of the frame rate.... easy fixed...
Code: Select all
alter table Monitors modify MaxFPS decimal(5,5);
alter table Monitors modify AlarmMaxFPS decimal(5,5);
While source column is in red, viewing the live image doesn't work (no image).
Viewing events works fine.
It looks like a small job, but I haven't managed to find exactly what needs tweaking yet - it's a job for someone who knows the internal workings a bit better than someone who's spent an afternoon playing in the code (i.e. me).