Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exhibit mode #58

Open
4 of 10 tasks
tomniers opened this issue Oct 1, 2023 · 1 comment
Open
4 of 10 tasks

exhibit mode #58

tomniers opened this issue Oct 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@tomniers
Copy link
Contributor

tomniers commented Oct 1, 2023

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.

@tomniers tomniers added the enhancement New feature or request label Oct 1, 2023
@njakuschona
Copy link
Member

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.

njakuschona added a commit that referenced this issue Oct 29, 2023
njakuschona added a commit that referenced this issue Oct 29, 2023
@github-project-automation github-project-automation bot moved this to To do in View Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants