Skip to content

Commit 8293ed1

Browse files
Update
1 parent ecc61a1 commit 8293ed1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
| 2.4.3 | 25.03.2024 | - Frame class updated.<br />- ConfigReader class updated.<br />- Documentation updated. |
6565
| 2.4.4 | 25.07.2024 | - CMake structure updated. |
6666
| 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. |
6868

6969

7070
# Library files
@@ -545,10 +545,10 @@ enum class VStabiliserParam
545545
| FPS | Frames per second of input video. |
546546
| PROCESSING_TIME_MKS | Read only. Processing time, mks. Processing time for last video frame. |
547547
| 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. |
552552

553553

554554

@@ -730,10 +730,10 @@ public:
730730
| fps | float | Frames per second of input video. |
731731
| processingTimeMks | int | Read only. Processing time, mks. Processing time for last video frame. |
732732
| 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. |
737737
738738
**None:** *VStabiliserParams class fields listed in Table 4 **must** reflect params set/get by methods setParam(...) and getParam(...).*
739739

0 commit comments

Comments
 (0)