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

Implement Control Panel for User Interactions #33

Open
Blindspot22 opened this issue Aug 13, 2024 · 0 comments
Open

Implement Control Panel for User Interactions #33

Blindspot22 opened this issue Aug 13, 2024 · 0 comments
Labels
ticket issues

Comments

@Blindspot22
Copy link
Owner

Description:

  • Develop a control panel in the UI that allows users to interact with the application, such as starting/stopping the video stream, switching algorithms, and adjusting settings.

Implementation Steps:

  • Identify the key controls needed in the panel, such as play/pause buttons, algorithm selection dropdown, and sliders for adjusting parameters.
  • Implement buttons for starting and stopping the video stream, linking them to the underlying video capture logic.
  • Create dropdown menus or toggles to allow users to switch between different background subtraction algorithms (MOG2, KNN).
  • Implement sliders or input fields to adjust parameters like threshold values, contour filtering criteria, and bounding box settings.
  • Test the control panel by interacting with each control and verifying that the corresponding changes are reflected in the video processing and visualization.
@Blindspot22 Blindspot22 added the ticket issues label Aug 13, 2024
@Blindspot22 Blindspot22 mentioned this issue Aug 13, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ticket issues
Projects
Status: Ready
Development

No branches or pull requests

1 participant