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
Currently Jarvis saves things in a Recording_... folder, and we rename that to <session-name>_videos. But we might switch to something else for recording the videos, and they might be saved in another folder.
It was proposed that we should store the name of this folder in the config. @AtMostafa Is this what you meant?
I just realized that the renaming function doesn't care where the videos are stored currently because it looks for videos anywhere in the session, so that should not be necessary..
But it does make assumptions that:
the extension is .avi
files end with an underscore and the camera's ID (e.g. Camera_blabla_1.avi)
Putting the extension in the config (and giving it as an argument to rename_raw_videos_of_session) makes sense to me.
What about the name? Can we assume that it will end like this or should we find a more flexible way of figuring out the camera ID? Or just return to this problem if we switch away from Jarvis?
The text was updated successfully, but these errors were encountered:
I think naming a video file as "Camera_{camera_id}.avi" is good for now. I don't think we will be switching from Jarvis anytime soon for video acquisition (video acquisition tool has been pretty stable), and other softwares would use similar naming convention.
Currently Jarvis saves things in a
Recording_...
folder, and we rename that to<session-name>_videos
. But we might switch to something else for recording the videos, and they might be saved in another folder.It was proposed that we should store the name of this folder in the config. @AtMostafa Is this what you meant?
I just realized that the renaming function doesn't care where the videos are stored currently because it looks for videos anywhere in the session, so that should not be necessary..
But it does make assumptions that:
.avi
Camera_blabla_1.avi
)Putting the extension in the config (and giving it as an argument to
rename_raw_videos_of_session
) makes sense to me.What about the name? Can we assume that it will end like this or should we find a more flexible way of figuring out the camera ID? Or just return to this problem if we switch away from Jarvis?
The text was updated successfully, but these errors were encountered: