Zachary Werkhoven
Zachary Werkhoven
This one also appears to be related to reference initialization. Weirdly, this one is complaining that the reference button doesn't exist. ```MATLAB Invalid or deleted object. Error in margo>reference_pushbutton_Callback (line...
I'm wondering if the camera got disconnected here. Margo doesn't really save the camera's settings. It reads the current values off of the camera when it boots up. Margo doesn't...
This one also seems to be failing due to an empty image: ``` Error using undistortImage>parseInputs (line 112) Expected Image to be nonempty. ``` Can you describe the steps that...
I see two errors here that sound like something might be going on with the camera: ``` Error using undistortImage>parseInputs Expected Image to be nonempty. ``` and ``` Warning: No...
Issue should be fixed with on the most recent versions of the `master` branch after: https://github.com/de-Bivort-Lab/margo/tree/feature/zwerkho-001-update-deprecated-functions
I think the likely culprits here are either 1) the camera failing to initialize in MATLAB, or 2) the camera getting stuck in an infinite loop during when Margo tries...