LaurentBerger / LedBlinkingFrequency

Find led blinking frequency using your webcam
4 stars 3 forks source link

How detect led blinking on high frequency like 24khz ? #1

Open pradeep-chauhan opened 6 years ago

pradeep-chauhan commented 6 years ago

I want to detect led blinking on high frequency. here is my code:

int SENSITIVITY_VALUE = 63; int BLUR_SIZE = 3;; vector imageArray;

// Get masking

// Detect motion

Input image something like this:- screen shot 2018-05-02 at 6 19 42 pm

LaurentBerger commented 6 years ago

I give an answer

My method is not good with your image because image is saturated (led roi pixel values are 255).