The Setup/CAM menu now displays which device an individual CAM is currently assigned to

This commit is contained in:
Klaus Schmidinger
2015-03-09 11:51:08 +01:00
parent eb7816259c
commit cc306290da
31 changed files with 122 additions and 31 deletions

View File

@@ -8596,10 +8596,12 @@ Video Disk Recorder Revision History
- Bumped all version numbers to 2.2.0.
- Official release.
2015-03-08: Version 2.3.1
2015-03-09: Version 2.3.1
- The new function cOsd::MaxPixmapSize() can be called to determine the maximum size
a cPixmap may have on the current OSD. The 'osddemo' example has been modified
accordingly. Plugin authors may want to use this function in case they use pixmaps
that are larger than the full OSD size. The default implementation sets this limit
to 2048x2048 pixel.
- The Setup/CAM menu now displays which device an individual CAM is currently
assigned to (suggested by Frank Neumann).