-
Notifications
You must be signed in to change notification settings - Fork 21
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
Record stage position continually #74
Comments
Information for MAC 6000 stage:
|
In matlab we can use 'timer' object to continually execute some commands (e.g. send 'where x y' to stage and save positions) Note:
Where the input variables: hObject, eventdata, hFigure are not same input variables of GUI functions. Thus, we should use handles = guidata(hFigure); to get GUI variables. |
In Camera_stage_review GUI, the 'Start Video', 'Stop Video' button can record stage position. We use timer function to execute commands (get and save stage position) in every 2s. The positions will be saved in a csv file. |
Recording the stage position continuously can help a lot to track pathologist reading path.
The text was updated successfully, but these errors were encountered: