Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradTkaczykCR committed Sep 5, 2024
1 parent e5db900 commit 3578055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ virtual bool stabilise(cr::video::Frame& src, cr::video::Frame& dst) = 0;

| Parameter | Description |
| --------- | ------------------------------------------------------------ |
| src | Source frame. The methods accepts only RAW frame data (not compressed pixel formats, see description of [Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) class). Particular implementation can support all, only one or few pixel formats listed in [Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) class description. |
| src | Source frame. The methods accepts only RAW frame data (not compressed pixel formats, see description of [Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) class). Particular implementation can support all, only one or few pixel formats listed in [Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) class description. |
| dst | Result frame. The pixel format of the result frame must be the same as source frame. If stabilization disabled (param **MODE** set to 0) the library must copy data from source frame to result frame. |

**Returns:** TRUE if video frame processed or FALSE in case any errors.
Expand Down

0 comments on commit 3578055

Please sign in to comment.