|
64 | 64 | | 2.4.3 | 25.03.2024 | - Frame class updated.<br />- ConfigReader class updated.<br />- Documentation updated. | |
65 | 65 | | 2.4.4 | 25.07.2024 | - CMake structure updated. | |
66 | 66 | | 2.5.0 | 29.09.2024 | - Add new HOLD_MSEC action command.<br/>- Change signature of encodeCommand(...) method and executeCommand(...) method. | |
67 | | -| 2.6.0 | 16.04.2025 | - Add new parameters. | |
| 67 | +| 2.6.0 | 16.04.2025 | - Add new parameters. | |
68 | 68 |
|
69 | 69 |
|
70 | 70 | # Library files |
@@ -545,10 +545,10 @@ enum class VStabiliserParam |
545 | 545 | | FPS | Frames per second of input video. | |
546 | 546 | | PROCESSING_TIME_MKS | Read only. Processing time, mks. Processing time for last video frame. | |
547 | 547 | | LOG_MODE | Logging mode. Values: 0 - Disable, 1 - Only file, 2 - Only terminal, 3 - File and terminal. | |
548 | | -| BACKEND | Backend. Value depends on implementation. | |
549 | | -| CUSTOM_1 | Custom param 1. Value depends on implementation. | |
550 | | -| CUSTOM_2 | Custom param 2. Value depends on implementation. | |
551 | | -| CUSTOM_3 | Custom param 3. Value depends on implementation. | |
| 548 | +| BACKEND | Compatational backend. Value depends on implementation. | |
| 549 | +| CUSTOM_1 | Custom param 1. Value depends on implementation. | |
| 550 | +| CUSTOM_2 | Custom param 2. Value depends on implementation. | |
| 551 | +| CUSTOM_3 | Custom param 3. Value depends on implementation. | |
552 | 552 |
|
553 | 553 |
|
554 | 554 |
|
@@ -730,10 +730,10 @@ public: |
730 | 730 | | fps | float | Frames per second of input video. | |
731 | 731 | | processingTimeMks | int | Read only. Processing time, mks. Processing time for last video frame. | |
732 | 732 | | logMod | int | Logging mode. Values: 0 - Disable, 1 - Only file, 2 - Only terminal, 3 - File and terminal. | |
733 | | -| backend | int | Backend. Value depends on implementation. | |
734 | | -| custom1 | float | Custom param 1. Value depends on implementation. | |
735 | | -| custom2 | float | Custom param 2. Value depends on implementation. | |
736 | | -| custom3 | float | Custom param 3. Value depends on implementation. | |
| 733 | +| backend | int | Computational Bbackend. Value depends on implementation. | |
| 734 | +| custom1 | float | Custom param 1. Value depends on implementation. | |
| 735 | +| custom2 | float | Custom param 2. Value depends on implementation. | |
| 736 | +| custom3 | float | Custom param 3. Value depends on implementation. | |
737 | 737 |
|
738 | 738 | **None:** *VStabiliserParams class fields listed in Table 4 **must** reflect params set/get by methods setParam(...) and getParam(...).* |
739 | 739 |
|
|
0 commit comments