The image aspect ratios for the first and second channels can differ significantly.
For example, the first channel is 16:9, while the second is 4:3.
This creates a number of problems:
- For example, when executing the thumbnail_onmouseover() function, the aspect ratio is calculated based on the size of the "thumb," which in turn is calculated based on the aspect ratio of the first channel. As a result, when using a player other than MJPEG, the image will be cropped.
- Or, if events are recorded from the second channel, the aspect ratio will also be distorted.
Perhaps in both cases mentioned above, it's possible to avoid introducing an additional resolution for the second channel?
And it seems to me that the best option would be to automatically obtain the camera's resolution rather than manually set it.
I suggest we discuss this.
The image aspect ratios for the first and second channels can differ significantly.
For example, the first channel is 16:9, while the second is 4:3.
This creates a number of problems:
Perhaps in both cases mentioned above, it's possible to avoid introducing an additional resolution for the second channel?
And it seems to me that the best option would be to automatically obtain the camera's resolution rather than manually set it.
I suggest we discuss this.