Posts

Showing posts from June, 2021

14-06-2021

Image
 MODULE-4  Module-4 Desktop App Continuation. This week we continued to develop Desktop App. We added Main Features. Add User  : Once the product user is logged in he should be able to add employee data to the database. Therefore an Add user button is provided.   Employee name and data can be updated. Upload image button pops up a window to add file from device.   Start and Stop Camera/Capture : Buttons to Start and stop Capturing the video source . It Starts a new window streaming the live video input. Active Entries: The Captured faces from the video source is updated and displayed on the app. The Recognized face name is displayed. Logout : Button for current user to logout. Application Snapshot:

07-06-2021

Image
  MODULE-4 This week we did module-4 i.e Desktop App.  Why Desktop App? The consumers of our product will be accessing CCTV Cameras and hence Desktop apps are better. Desktop apps are usually the preferred platform for Administrators We will be developing it using the EEL framework. Why EEL Framework? Eel is a light-weight Python library for making simple offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Eel hosts a local webserver, then lets you annotate functions in Python so that they can be called from Javascript, and vice versa. EEL  ARCHITECTURE  Code Snippets : EEL Code: Output :