You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| frame |[Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) object for processing (input and result frame). Particular video filter implementation must keep original video frame resolution (width and height), **sourceId** and **frameId** fields. |
269
+
| frame |[Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) object for processing (input and result frame). Particular video filter implementation must keep original video frame resolution (width and height), **sourceId** and **frameId** fields. |
270
270
271
271
**Returns:** TRUE if frame processed or FALSE if not. If filter disabled the method should return TRUE without video frame processing.
| mask | Filter mask is [Frame](https://rapidpixel.constantrobotics.com/docs/service-libraries/frame.html) object with **GRAY**, **NV12**, **NV21**, **YV12** or YU12 pixel format. Filter omits image segments, where filter mask pixel values equal 0. |
285
+
| mask | Filter mask is [Frame](https://rapidpixel.constantrobotics.com/docs/Service/Frame.html) object with **GRAY**, **NV12**, **NV21**, **YV12** or YU12 pixel format. Filter omits image segments, where filter mask pixel values equal 0. |
286
286
287
287
**Returns:** TRUE if the filter mask was set or FALSE if not.
288
288
@@ -621,7 +621,7 @@ params2.decode(buffer, size);
621
621
622
622
## Read params from JSON file and write to JSON file
623
623
624
-
**VFilter** depends on open source [ConfigReader](https://rapidpixel.constantrobotics.com/docs/service-libraries/config-reader.html) library which provides method to read params from JSON file and to write params to JSON file. Example of writing and reading params to JSON file:
624
+
**VFilter** depends on open source [ConfigReader](https://rapidpixel.constantrobotics.com/docs/Service/ConfigReader.html) library which provides method to read params from JSON file and to write params to JSON file. Example of writing and reading params to JSON file:
0 commit comments