Build a computer vision timer tracker | Opencv with Python tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 มี.ค. 2023
  • According to research by Mark Rosenfield of the State University of New York College of Optometry, " Computer Vision Syndrome, also known as digital eye strain, is the set of eye and vision problems associated with computer use."
    For these reasons, I decided to do a little OpenCV exercise to keep track of the time our eyes spend staring at a screen.
    With eye tracking, you can determine how long you are in front of the screen and receive an alert for taking a break.
    This tutorial will build this from scratch with OpenCV and Python.
    Blog post: pysource.com/2023/03/13/build...
    ➤ Courses:
    Full Computer Vision course: pysource.com/object-detection...
    Training Mask R-CNN PRO (Notebook + Mini-Course): pysource.com/mask-rcnn-traini...
    Blueprint: pysource.com/blueprint
    ➤ Follow me on:
    LinkedIn: / pysource
    ➤ For business inquiries:
    pysource.com/contact
    #computervision #opencv #timetracking
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 11

  • @imenecharabi8945
    @imenecharabi8945 ปีที่แล้ว +2

    Super fun and intresting, thank you !

  • @cutoutsolution
    @cutoutsolution ปีที่แล้ว

    Thank you so much

  • @cutoutsolution
    @cutoutsolution ปีที่แล้ว

    Using this concept I can use to make a device which detect the blinking eyes time if eyes stop blinking for small time then bill ring. It is useful for preventing the driver of car from sleeping during driving

  • @ANDYGBOX112
    @ANDYGBOX112 ปีที่แล้ว

    It is likely that the timer started at video is not interrupted when a face disappears from the frame. Right?

  • @kenblanch4178
    @kenblanch4178 ปีที่แล้ว

    Great Tutorial I follow it through but I get an Error On the line setWindowProperty copy as per video and could not find the Code link to this Video.

    • @pysource-com
      @pysource-com  ปีที่แล้ว +1

      Hi Ken, now we have also the blog post where you can get the code: pysource.com/2023/03/13/build-a-computer-vision-timer-tracker-opencv-with-python-tutorial/

  • @hushamibadi3480
    @hushamibadi3480 ปีที่แล้ว

    Hi bro, any idea on how to divert cv2 video to livestream on browser?

    • @leo1722467
      @leo1722467 ปีที่แล้ว

      You can use flask framework, and call thru html an img which is updated in while function, hope I could help a little.

    • @hushamibadi3480
      @hushamibadi3480 ปีที่แล้ว

      Thanks for answering also for awesome videos, can it be done without using server based tool like flask ?

  • @keepsecret7624
    @keepsecret7624 ปีที่แล้ว

    A bit difficult for me to understand .. A better method is a written tutorial - perhaps with an accompanying video but please definitely a written tutorial.

    • @pysource-com
      @pysource-com  ปีที่แล้ว

      we're also writing an article for this video. The link for the article will be available soon on the description.