You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My name is Surya. I am a PhD student at Caltech, in Joe Parker's lab working under the supervision of Jess Kanwal. We are using your software to track the behavior of some beetles, but are running into some issues finding files on our computer.
The workflow was fairly simple- I downloaded Matlab, cloned bento, set the path appropriately, opened bento, pointed bento to the folder the videos were in and tried to load a video. However, bento threw me an error saying it couldn't find the files. I assumed it was because I had spaces in the filepaths so I moved the videos to my Desktop and tried again, with no luck.
Here is the stracktrace of the error:
>> bento
Error using matlab.ui.control.Table/set
Invalid or deleted object.
Error in redrawBuilder (line 17)
set(gui.t,'columnwidth',mat2cell(colSizes,1,ones(1,length(colSizes))));
Error using build_experiment
Error while evaluating Figure SizeChangedFcn.
Error using unpackExperiment
I wasn't able to find/load a video at:
/Users/suryanarayananhari/Desktop/Camera2_Right_Dalwt_CHCstrippedAnt_2steptouch_run403_2022_12_13_14_42_11.mp4
Error in transferExptToGui (line 24)
[mouse,enabled,pth,hotkeys] = unpackExperiment(raw);
Error in processTable (line 15)
transferExptToGui(M,parent);
Error using bento
Error while evaluating UIControl Callback.
Operation terminated by user during guidata
Any ideas on what the issue may be? I am on a Mac.
The text was updated successfully, but these errors were encountered:
Hi,
My name is Surya. I am a PhD student at Caltech, in Joe Parker's lab working under the supervision of Jess Kanwal. We are using your software to track the behavior of some beetles, but are running into some issues finding files on our computer.
The workflow was fairly simple- I downloaded Matlab, cloned bento, set the path appropriately, opened bento, pointed bento to the folder the videos were in and tried to load a video. However, bento threw me an error saying it couldn't find the files. I assumed it was because I had spaces in the filepaths so I moved the videos to my Desktop and tried again, with no luck.
Here is the stracktrace of the error:
Any ideas on what the issue may be? I am on a Mac.
The text was updated successfully, but these errors were encountered: