skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Sync camera settings on init #25

Closed skywolf829 closed 6 months ago

skywolf829 commented 7 months ago

On init, the camera settings are not synced between backend and frontend. FoV/etc shown on frontend are not the ones actually being used on backend at start.

skywolf829 commented 7 months ago

Small update - should be fixed except for render scaling, which is rightnow frontend only value.

skywolf829 commented 6 months ago

Addressed this with a "connected" message send from backend to frontend after the connection is established. The render window will listen for this, and when it hears it, send the backend a message about the starting screen size for rendering.