Android Photo Alerts

Job ID: 33825166

Budget: €750 – €1,500 EUR

Objective: Using an android smartphone we want to receive alerts based on photos that are taken automatically by the phone and processed locally with a given objective.

- Steps:
- Obtain current GPS location.
- When the current GPS location is different by X meters from the previous position, execute TASK PHOTO.
- The X meters must be configured from an external HTTPS SERVER - made by us.
- After completing the task photo, the smartphone will have photos in its gallery, it should use the TASK IMAGE PROCESSING in your to decide if it sends an ALERT to our HTTPS SERVER.
- It should be possible to request from the smartphone using the HTTPS SERVER, the:
- quantity of photos, the names of all the photos, a specific photo.

The Alert:
- Json format: {"image_processed": image_name, "color_detected": color_name}

Task Photo:
- Configure the Zoom to a value
- Configure the photo mode: like nocturn, day, etc...
- Take picture and save it to gallery
- All configurations should be changed via HTTPS SERVER

Task Image Processing:
- After taking the pictures, the smartphone should analyse the pictures.
- It should be able to detect colors in the image.
- via HTTPS SERVER we can configure which color we are looking for.
- The smartphone will send alert if it detects the chosen color.