-
Notifications
You must be signed in to change notification settings - Fork 29
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
collapse/resize params drawer #64
Comments
For reference, this is the acquisition window: The window can't be resized once it's opened, but @fnsangiul says you can change the window size before clicking "run" by editing the
So things that might be nice here: Make the window resizeablethe window is initialized here:
specifically: Miniscope-DAQ-QT-Software/source/videodevice.cpp Lines 162 to 164 in a9482d4
Since The default Miniscope-DAQ-QT-Software/source/Miniscope_V4_BNO.qml Lines 10 to 12 in a9482d4
so I think we just need to set move controls to a separate panecurrently the controls are overlaid on the image, which could get in the way. additionally important controls are hidden in the top drawer and not very discoverable. I think we should probably move those off to a panel on the side so they don't obscure the frame at all. Also since ppl will be using this software while doing a surgery, we should probably also add hotkey bindings to some of the controls, particularly the focus plane, so people can mash at them without needing to use the mouse. |
Got a verbal issue from someone at poster session yesterday, they say their main problem was that they want to hide the params pane while they are doing surgeries - gets in the way of the video.
The text was updated successfully, but these errors were encountered: