You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xovis cameras follow the same structure in all its data formats. The xovis driver follows the general structure to extract the information. [content -> elements -> element -> measurement]
The solution for recognizing the different datatypes has been conducted with categorization; "Zone Dwell Time", "Line Count Data" and "Zone occupancy" now pushes data to a specific path, which setting is passed on with the json dumps.
The xovis cameras offers to push the following metrics:
At the moment only 1. "Line count data" is supported, but there seems to be more to extract.
This should be implemented through a plugin system similar to that which is used for storage engines.
The text was updated successfully, but these errors were encountered: