Skip to content
View azidanit's full-sized avatar
Block or Report

Block or report azidanit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. yolo_asv_ros_autonomous_control yolo_asv_ros_autonomous_control Public

    C++

  2. Vision-Based-Drone-Precission-Landing Vision-Based-Drone-Precission-Landing Public

    Python 1

  3. MPP-Solar-8048-Automation MPP-Solar-8048-Automation Public

    Python

  4. yolo_asv_esp32 yolo_asv_esp32 Public

    C++

  5. threaded_opencv_videocapture.py threaded_opencv_videocapture.py
    1
    class ThreadedCamera(object):
    2
        def __init__(self, src=0):
    3
            self.capture = cv2.VideoCapture(src)
    4
            self.capture.set(cv2.CAP_PROP_BUFFERSIZE, 2)
    5