Hello,
In Cesium JS I want to open multiple cameras simultaneously using only single viewer and see multiple cameras in one screen. When I add an entity to the viewer, if entity is in the camera area, I want to see the entity from the camera without any extra processing. It’s like security camera systems in real life.
Therefore, a solution is sought that includes the following features:
-Supports multiple camera views on a single Cesium viewer.
-Ability to watch multiple camera recordings on a single screen.
-Enables the features of the camera to be kept dynamically updated.
-When I add an entity, providing the appearance of the cameras of this entity.
I request your suggestions or guidance on how I can implement these features in the current situation or add them this way.
Thanks.