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

Création d'une interface web et mise en place du hotspot #26

Merged
merged 29 commits into from
Nov 7, 2023

Conversation

Remove travis.yml (Doesn't use)
@EtienneSchmitz EtienneSchmitz added this to the SDK - 1.0.0 milestone Oct 18, 2023
@EtienneSchmitz EtienneSchmitz marked this pull request as draft October 18, 2023 08:37
@EtienneSchmitz EtienneSchmitz self-assigned this Oct 18, 2023
remove flask configutation in rpi
WIP for the home page
Add logo "Région Nouvelle-Aquitaine"
Add watchdog for develop experience in flask
Remove purge in config (upgrade)
Supress in index.css all things about footer and header
Use a logo without transparency
Update the header and footer with tailwind
- Change camera function to send the result not only the img.
- Add WebRPC on the API part

It's WIP, WebRTC doesn't work for the moment (and run)
Implement a dedicated thread to handle object access and detection concurrently.
This enhancement aims to improve performance and responsiveness by offloading the detection workload to a separate thread, ensuring non-blocking access to objects.
Add todo for hotspot and wifi
If there is no program, the table is not display

Add run button work !
- Reduced the delay in frame capture to improve real-time performance.
- Moved the detect_objects function to its own thread for concurrent processing.
Add modes, double webrtc (detected and original image)
@EtienneSchmitz EtienneSchmitz marked this pull request as ready for review November 7, 2023 18:16
@EtienneSchmitz EtienneSchmitz merged commit ee294d6 into main Nov 7, 2023
@EtienneSchmitz EtienneSchmitz deleted the interface branch November 8, 2023 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment