Skip to content

Commit fb3ab9e

Browse files
Update links
1 parent 60c7cf7 commit fb3ab9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ virtual bool getFrame(Frame& frame, int32_t timeoutMsec = 0) = 0;
265265
266266
| Parameter | Value |
267267
| ----------- | ------------------------------------------------------------ |
268-
| frame | Output video frame (see [Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) class description). Video source class determines output pixel format. Pixel format can be set in [initVSource(...)](#initvsource-method) or [openVSource(...)](#openvsource-method) methods if particular video source supports it. |
268+
| frame | Output video frame (see [Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) class description). Video source class determines output pixel format. Pixel format can be set in [initVSource(...)](#initvsource-method) or [openVSource(...)](#openvsource-method) methods if particular video source supports it. |
269269
| timeoutMsec | Timeout to wait new frame data:<br/>- timeoutMs == -1 - Method will wait endlessly until new data arrive.<br/>- timeoutMs == 0 - Method will only check if new data exist.<br/>- timeoutMs > 0 - Method will wait new data specified time.<br />**Each video source implementation must provide described behavior.** |
270270
271271
**Returns:** TRUE if new data exists and copied or FALSE if not.
@@ -547,7 +547,7 @@ enum class VSourceParam
547547

548548
## VSourceParams class declaration
549549

550-
**VSourceParams** class used for video source initialization (**initVSource(...)** method) or to get all actual params ([getParams(...)](#getparams-method) method method). Also **VSourceParams** provide structure to write/read params from JSON files (**JSON_READABLE** macro, see [ConfigReader](https://rapidpixel.constantrobotics.com/docs/service-libraries/config-reader.html) class description) and provide methods to encode and decode params. Class declaration:
550+
**VSourceParams** class used for video source initialization (**initVSource(...)** method) or to get all actual params ([getParams(...)](#getparams-method) method method). Also **VSourceParams** provide structure to write/read params from JSON files (**JSON_READABLE** macro, see [ConfigReader](https://rapidpixel.constantrobotics.com/docs/Service/ConfigReader.html) class description) and provide methods to encode and decode params. Class declaration:
551551

552552
```cpp
553553
class VSourceParams

0 commit comments

Comments
 (0)