Ask Your Question

amateurpirate's profile - activity

2020-12-02 09:38:34 -0600 asked a question Duplicate frames in saved file from cv2.VideoWriter

Duplicate frames in saved file from cv2.VideoWriter Setup specs can be found below. My VideoWriter writes @120fps, but

2020-11-05 12:47:54 -0600 received badge  Student (source)
2020-11-02 09:41:08 -0600 asked a question No effect from setting CAP_PROP_GAIN

No effect from setting CAP_PROP_GAIN OS: Windows 10 webcam: brand unknown, cheap, USB other settings: exposure 0.5ms, 12

2020-08-13 08:32:45 -0600 asked a question Increasing FPS on 2 USB cams streaming at the same time w/ Jetson Nano

Increasing FPS on 2 USB cams streaming at the same time w/ Jetson Nano I have 2 USB cams (260FPS, 640*360) in an Nvidia

2020-08-13 08:22:58 -0600 answered a question Method for Multiple Camera (more than 2) Stereo Calibration

You could consider using https://github.com/DeepLabCut/DeepLabCut for your project. Their calibration module can calibra

2020-08-13 08:22:56 -0600 answered a question cv2.CAP_PROP_EXPOSURE is different in ubuntu and windows, and what is the meaning of each the value of cv2.CAP_PROP_EXPOSURE ?

The negative integers represent an exponent base 2 of a second. I.e. -5 == 2^-5 == 0.03125 seconds or something like tha