Bryon Lewis
Bryon Lewis
Was kind of paralyzed in trying to determine how to implement this in the track store. I think breaking it down into smaller tasks may help even if the implementation...
Doing this experimenting in trying to cram stuff to working has been helpful in figuring out some more details of what needs to be done. 1. useTrackStore will need to...
So useMediaController will have to contain multiple cameras, where some stuff refers to a global (among all cameras) value and others are a per camera key/value pair. `ready, playing, frome,...
I think I have the `useMediaController` modified to support multiple cameras. Next up is going to be taking the `ControlsContainer` moving it inside of the `AnnotationWrapper` and modifying the mediaController...
I have some multiple displays setup currently but not working perfectly. I think I can work a bit more on the track store and storing different cameras in sub trackMaps...
Modified the useTrackStore to have a function for `addCamera` which creates an `camTrackMap` which is used by the `LayerManager.vue` to draw individual cameras. It could still use the main filter...
First thing I think I will need a selectedCamera property that needs to be similar to the selectedTrack. When adding Tracks, deleting or editing tracks the selectedCamera needs to be...
I tried based on the description to reproduce (I don't have a touchscreen), but I couldn't either. When hit `1` on the keyboard did it swap into `edit` mode (blue...
Matt could you verify that running that pipeline through extra_video_frames.sh at 1 FPS is giving the proper frames. I took the video embedded frame numbers and ran the extraction and...
You need to resync the data in the settings. Different versions of the application have their own localstorage where that list exists. I think a better solution is to provide...