daharoni / Miniscope_DAQ_Software

Data acquisition source code for Miniscope project.
MIT License
15 stars 16 forks source link

Recording button greyed out when acquiring from behavior and miniscope cam #3

Open jonnew opened 7 years ago

jonnew commented 7 years ago

To reproduce:

jonnew commented 7 years ago

After looking through source code, I figured out that I need to select a ROI on the behavior cam before recording.

daharoni commented 7 years ago

Forcing and ROI to be selected before recording was a design choice specifically for our lab. We run mice usually in rectangular environments or linear tracks and from day to day often the behavior camera or environment/track get shift a bit (likely from people not being careful about keeping the recordings consistent). So a simple solution was to require an ROI be selected right around the edges of the environment/track resulting in more consistent behavior videos from day to day.

I can see why this would not be idea in many cases and will put it on my todo list.