top of page

How to Use (Product System)

To start the system on the Raspberry Pi, follow these step-by-step procedures:

  1. Plug the power supply into the USB port.

  2. Open Python 3 (IDLE).

  3. Open the file on Python 3 (IDLE).

  4. Run the file.

​

When the system is running, the user will be prompted by the system to choose whether to add a "New measurement" or view the "Customer Database". To add a new measurement, follow these steps:​

1.jpg

1. The user interface main menu, which includes two buttons: "New Measurement" for a new measurement project and "Customer Database" for accessing data saved from prior measurement projects.

2. In the client registration form, input the name of the user. You can also add notes if necessary.

​

The right corner frame which features action buttons for client images. "Take Photos" button allows photos to be taken in real time while the "Upload Photo" button allows pre taken photos to be uploaded. The "Back" button returns the user to the main menu.

​

2.jpg

3. The interface for the “Take Photo” function. The canvas frame on the left shows a guide for posing the client depending on the current step of the sequence of Front View, Right View, Left View and Back View. The left canvas frame displays the live video capture feed to properly position and instruct clients on how to pose for the camera.

4. The "Upload Photo" function. The upload button loads a file picker which allows the user to upload images submitted by clients from the web application. The system accepts the photos in a sequence of Front, Right, Left and Back with the same human detection algorithm as the “Take Photo” function but with a set distance of 200cm

5. The system interface of final measurements of the client along with personal information such as Project ID, Name, Date, Time, and Notes for specific type of clothes. After the process of photo capture of Front view, Right view, Left view, and Back view, the system displayed the final results of measurement of specific human body parts provided and measured into centimeters (cm). And finally, saved directly into the system database.

6. The database which is a record of past measurement projects. The user can view via Project ID along with client name, date, time, and notes for additional information about client requests and specific types of clothes. The search bar is located in the upper right corner of the interface for sorting and easily finding specific client data. Lastly, the action buttons, located in the left corner of the interface, include Refresh, Delete, Select of data file records to view and remove, and the back button to return to the main menu of the system.

bottom of page