I use two cameras to take different pictures at the same time, and then I access the corresponding ones http://192.168.200.1:8080/jpg?q=10?t=633640914 How can I access the pictures captured by another camera when the address shows only one camera’s image
Since you used mapp View as a tag, I’m assuming you want to display multiple camera images within a single screen in your mapp View visualization?
You can use multiple WebViewer widgets on a single page of your visualization. The address (URL) for each stream or image is set via the src
(source) property in the widget’s settings.
If needed, you can bind a string and update its content dynamically at runtime.
I hope that helps!