This shows you the differences between two versions of the page.
iothings:proiecte:2025sric:digitalcamera [2025/05/25 22:42] adrian.vladescu |
iothings:proiecte:2025sric:digitalcamera [2025/05/28 21:35] (current) adrian.vladescu |
||
---|---|---|---|
Line 123: | Line 123: | ||
| 2 | x < 80 && Y < 80 | Filter menu (4 filters) | | | 2 | x < 80 && Y < 80 | Filter menu (4 filters) | | ||
| 3 | galleryMode && x < 60 or x > 180 | Prev/Next Buttons | | | 3 | galleryMode && x < 60 or x > 180 | Prev/Next Buttons | | ||
+ | |||
+ | {{ :iothings:proiecte:2025sric:img_2426.jpeg?200 |}} | ||
3. Real Time Filter Processing | 3. Real Time Filter Processing | ||
Line 205: | Line 207: | ||
Triggers the Flask server to save the current last_frame as a .jpg file, and the gallery images are fetched by file naming using /snapshots/name and rendered one by one, the user can access all of the photos by tapping the edge of the screen to change the current photo displayed. | Triggers the Flask server to save the current last_frame as a .jpg file, and the gallery images are fetched by file naming using /snapshots/name and rendered one by one, the user can access all of the photos by tapping the edge of the screen to change the current photo displayed. | ||
+ | ==== Final Product ==== | ||
+ | |||
+ | After successfully uploading the ESP32 firmware and setting up the Python server, the final project should appear as follows: | ||
+ | |||
+ | ESP32 Display: | ||
+ | |||
+ | {{ :iothings:proiecte:2025sric:img_2494.jpeg?400 |}} | ||
+ | Web Server | ||
+ | |||
+ | Home Page: | ||
+ | |||
+ | {{ :iothings:proiecte:2025sric:livecamera.png?400 |}} | ||
+ | |||
+ | Gallery: | ||
+ | |||
+ | {{ :iothings:proiecte:2025sric:gallery.png?400 |}} | ||
==== Issues and Solutions ==== | ==== Issues and Solutions ==== |