daccordeon / gravexplain

Continuous gravitational wave searches in a table-top experiment
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Investigating webcam data capture #5

Closed daccordeon closed 4 years ago

daccordeon commented 4 years ago
daccordeon commented 4 years ago

I forgot that we're really just trying to track a point, and I know software for that! This is tracker, I'll see if it works, if it does and I don't have anything else I'll have a go at OpenCV stuff in python. https://physlets.org/tracker/

daccordeon commented 4 years ago

image

daccordeon commented 4 years ago

ran Tracker on prepare signal with period 10s captured at 30fps results were very clean, see tracker_signal.pdf tracker_signal.pdf

daccordeon commented 4 years ago

starting in on OpenCV, it's a great package! lots of fun, it directly provides bgr (like rgb) numpy arrays, so finding the green channel is a piece-of-cake (bottom-left):

opencvfun

daccordeon commented 4 years ago

https://pythonprogramming.net/loading-images-python-opencv-tutorial/

new goals:

daccordeon commented 4 years ago

noisy_tracker_signal.pdf

daccordeon commented 4 years ago

something to spend time on:

daccordeon commented 4 years ago

rings done

daccordeon commented 4 years ago

webcam works fine, despite the 480p grainy capture this should have been closed last week