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
When I follow the code with my own csv.file (which I implemented by adapting the getFrames() to use file.choose instead of choose.files), when I run the line
framelines = lapply(movies,function(movie){groupframes(movie,seconds = 0.05)})
I get an error saying that in the groupframe function: function(frames,seconds=NULL,fps=.session$fps) -> object '.session' is not found.
When I follow the code with my own csv.file (which I implemented by adapting the getFrames() to use file.choose instead of choose.files), when I run the line
framelines = lapply(movies,function(movie){groupframes(movie,seconds = 0.05)})
I get an error saying that in the groupframe function: function(frames,seconds=NULL,fps=.session$fps) -> object '.session' is not found.
Originally posted by @Mette-Jill in #2 (comment)
The text was updated successfully, but these errors were encountered: