CCExtractor / ultimate_alarm_clock

GNU General Public License v2.0
72 stars 128 forks source link

Feature: Photo Challenge in alarm clock #393

Open Kaps61929 opened 10 months ago

Kaps61929 commented 10 months ago

Description

  1. Functionality Overview:

    • Users initiate the Photo Challenge by capturing an image before setting the alarm, creating a unique visual key.
    • To turn off the alarm, users must match the stored image by capturing it again, ensuring a secure and engaging wake-up experience.
  2. Technical Implementation with OpenCV:

    • Leveraging the OpenCV module from pub.dev, our implementation focuses on image comparison.
    • Through feature extraction and matching algorithms, OpenCV ensures precise similarity checks, making the alarm deactivation process robust and reliable.
  3. User Impact:

    • Engaging Wake-Up Experience: Users enjoy a unique and interactive way to start their day, promoting a sense of accomplishment as they match images to deactivate the alarm.

    I want to work on this issue, so please consider assigning it to me.

Screenshots

No response

MarkisDev commented 10 months ago

Sounds interesting! I've assigned this to you.

Kaps61929 commented 9 months ago

@MarkisDev can you pls enable firestorage in firebase console

MarkisDev commented 9 months ago

@Kaps61929 I think we discussed this over Slack - we should probably stick to storing the pics locally since the alarms need to work offline as well.