Charlie Lee
Charlie Lee
Reimplement resolution selection. This will probably have to be similar to the pre v1.0 method where we loop through a number of resolutions and see if the camera supports them....
* Useful if you want to do something like capturing on twos * Option for this will be in the sidebar * Stored per take * Should be able to...
Reimplement onion skinning with some additional options. * Switch to toggle showing the last frame and the "pinned" frame * To pin a frame: select it in the frame reel...
When you write right click on a captured frame, a context menu should show with options like: * delete frame x * play from frame x
* Should reimplement a toggle to loop playback. * Looping should include the live view feed. Or there could be an option in the sidebar/preferences?
Need to figure out a good place for these in v1.0
Should add an error boundary component to capture any uncaught exceptions and send them to the logger. https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary
We are currently using the `dangerouslySetInnerHTML` prop in React which is probably bad!