Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long exposure time #16

Open
theMenonlab opened this issue Aug 16, 2024 · 2 comments
Open

Long exposure time #16

theMenonlab opened this issue Aug 16, 2024 · 2 comments

Comments

@theMenonlab
Copy link

Hi Ximion,

I am attempting to modify Pomidaq so that I can image with longer exposure times and lower frame rates for imaging dim fluoescence. I have been successful with modifying the UCLA miniscope daq by changing the following lines in videoDevices.json. This worked for down to 1.5fps. Unfortunately when I try the same fix with Pomidaq and miniscopes.json the change was unsuccessful even after recompiling with cmake. Do you know how I could implement this change in Pomidaq and it's very useful Python interface?

displaySpinBoxValues":["1.5FPS", "2FPS", "5FPS", "10FPS", "15FPS", "20FPS", "25FPS", "30FPS"],
"displayTextValues": [1.5, 2, 5, 10, 15, 20, 25, 30],
"outputValues":[65000, 50000, 20000, 10000, 6667,5000, 4000, 3300],
"startValue": "1.5FPS",

Thanks,
Al Ingold

@ximion
Copy link
Member

ximion commented Aug 16, 2024

What did you do to try to implement this change in PoMiDAQ?
If the hardware can actually do what you want (it should work fine...), then all you would actually need to do is edit https://github.com/bothlab/pomidaq/blob/master/libminiscope/miniscopes.json to allow the new limits for your Miniscope, and then recompile PoMiDAQ.

@theMenonlab
Copy link
Author

It seems like you agree with the approach I have been using. When I tried modifying miniscopes.json and recompiling, Pomidaq and the python commands didn't seem to change frame rates at all. Maybe I was recompiling incorrectly. I will try again on Monday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants