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
There should be an exhibit mode which is different from the regular mode to ensure data privacy at the exhibit place. The following aspects could be implemented:
a certain number of movements should be available as visual examples. They can be imported from the statistics page. Can we import them from the special birds list (besondere Vögel)? So that every time different special birds are shown. Besides the video also the other attributes should be shown (audio, weight, prediction). The visual examples should have no effect on the lists at the bottom (birds today, birds yesterday).
all movements which are recorded at the exhibit should be deleted after 15 min.
the environment data should be stored continuously and not be deleted.
the prediction is regularly only shown when it is min 30 %. For the exhibit mode this value should be changeable, i.e. a lower value should be possible.
There should be a setting that the audio recording is completely prevented.
Exhibit Settings:
There should be a corresponding setting in the config.yaml. If exhibitMode is true, there should be settings applied, which are stored in the exhibit_config.yaml. Of course it would also be possible to define these settings directly in the config.yaml but as they are not relevant to all users they would be rather confusing than helpful. In the exhibit_config.yaml the following values are stored:
audioRecording: true # The audio recording is prevented and not stored.
predictionThreshold: 30 # The threshold to show/store predictions is set to 30 %
movementStorageDuration: 15 # Duration in min how long movements are stored/shown on the Open Data Platform.
optional numberVisualExamples: 6 # Number of birds loaded from statistics which are shown as visual examples
We are waiting for feedback of some exhibitors concerning the above mentioned points. Subsequently, the implementation would be realized.
The text was updated successfully, but these errors were encountered:
I am unsure how useful it is to store the exhebit settings on the station. Because in this case it would mean that the setting had to be send from the station with every request. In my opinion it would be more useful to have a option on the website during the station creation. I think there should be a checkbox with presentation mode and when this is checked the other questions like predictionThreshold and movementStorageDuration should be open and able to set. Then this can saved directly on the server and read out if needed by the server itself. The audio recording can also be set on the station, because it makes no sense to send it.
There should be an exhibit mode which is different from the regular mode to ensure data privacy at the exhibit place. The following aspects could be implemented:
Exhibit Settings:
config.yaml
. IfexhibitMode
istrue
, there should be settings applied, which are stored in theexhibit_config.yaml
. Of course it would also be possible to define these settings directly in theconfig.yaml
but as they are not relevant to all users they would be rather confusing than helpful. In theexhibit_config.yaml
the following values are stored:audioRecording: true # The audio recording is prevented and not stored.
predictionThreshold: 30 # The threshold to show/store predictions is set to 30 %
movementStorageDuration: 15 # Duration in min how long movements are stored/shown on the Open Data Platform.
numberVisualExamples: 6 # Number of birds loaded from statistics which are shown as visual examples
We are waiting for feedback of some exhibitors concerning the above mentioned points. Subsequently, the implementation would be realized.
The text was updated successfully, but these errors were encountered: