Changelog Timeline
Stay up to date with new patches
July 6 2023
- ViewportTab: More viewport dockspace refactors, reinitialize viewport dockspace each time application starts
- Devices: Refresh devices when new network camera has been added
- Networking: Update NetworkSceneListResponsePkt structure, it should return all available scenes and currently opened scenes
- Network: Rename CameraRawHandleId -> CameraRawHandleID
- ViewportTab: Possibly fix viewport windows being in abnormal places after application restart, possibly closes /issues/86
- Networking: Refactor registring network devices
- Viewport: Allow closing and creating new viewports refactor viewports dockspace code a bit
July 5 2023
- DeviceMgr: Fix crash on uninstalling network camera, tempfix
- Network: Do not clear device store when adding a network device
- Network: Fix crash on registering network camera and properly add network camera to device mgr
- update comments
- Networking: Use member variable HandlerID instead of hash of struct as handlerID Hash of struct is not stable, as we edit ie. name then we would need to edit mobile app as well Also dart natively supports up to uint64 values, working with unsigned long l
July 4 2023
- hand detection testing phase
- change the way output packets are read from graph
- fix playback loop; don't try to fill empty frame with edges
- fix typo in /commit/6a763ca9a0435b11f755e0281da6b76e0c4ecc77
- ViewportTask: Remove loading of triangulation data from triangulation task and use dedicated RecordingLoadTask for it
- Remove deadcode
- Packet viewer: use boost:: demangler when generating packet schemas Networking: Implement upload image from network device pkt
- Protocol viewer: Turn packet/response schemas into button and copy schema to clipboard
- Networking: Slightly clean-up making and sending packets Change default bind address to 0.0.0.0 Fix socket stream closing when sending a binary message
July 3 2023
- steps toward holistic
- Networking: Display response handler ID and it's schema in protocol viewer Implement CreateNewSceneResponsePkt response
- codestyle and comment updates
- Networking: Implement basic mobile - server communication, implement basic list scenes packet refactor here and there, few files renamed for clarity init network camera device
July 1 2023
- CustomWidgets: Implement clipping bar for playback
June 30 2023
- move graph creation more towards compilation
June 27 2023
- enable opencl
- protobuf updated to 3.21.12
June 26 2023
- use protobuf from vcpkg instead of recompiling for mediapipe