Skip to content

fix(SCamera): replace assert by warning when creating cameras

Emilie WERNERT requested to merge fix-scamera-assert into dev

What does this MR do?

Allow to use ::videoQt::editor::SCamera when we don't know if the input CameraSeries will be initialized or not, so the cameras will be generated if the cameraSeries is empty.

How to test it?

  • Check any activity using ::videoQt::editor::SCamera and check that it still work.
Edited by Emilie WERNERT

Merge request reports