ivapylibs / puzzle_solver

1 stars 2 forks source link

Discrete data capture routine #43

Open pv33 opened 1 year ago

pv33 commented 1 year ago

Create routine to capture data upon keypresses. Save imagery to file with incrementing file counter. Use with #42

Hand in scene: change state. Hand leaves: trigger capture. change state.

pv33 commented 1 year ago

keypress method is easy for RGB only capture. argument is prefix. run capture loop for realsense. run as loop until q is pressed or something to that effect. capture triggered by Enter or C or D (for color/depth) or B (for both??) maybe even capture image plus binary mask of puzzle pieces so that can be used after the fact. (enter P for puzzle mask? then saves image plus binary mask; run more code though.)

run glove detector. configure a glove present/gone state.

pv33 commented 1 year ago

Started in on a package mary_perception for including these things. Need to work out the details ... baby steps.

pv33 commented 1 year ago

Run files: