|
ADTF Qt5
|
| Plugin Filename | adtf_qt5.adtfplugin |
|---|---|
| Plugin Description | adtf_qt5.plugindescription |
| Plugin Name | Qt5 Plugin |
| License | ADTF Subscription |
| Support Mail | support@digitalwerk.net |
| Homepage URL | https://adtf.dev/ |
| Plugin Version | 1.99.99 |
|---|---|
| Plugin File Version | 1.0 |
| adtf | 3.24.0 |
| adtf::ucom | 3.1.0 |
| Name | Qt5 JavaScript Processor |
|---|---|
| CID | javascript.filter.adtf.cid |
| Description | Use this filter to program a basic logic using Javascript code. Note: This is only recommended for quick filter algorithms. If you need performance, C++ is still the best solution. |
| Type | Filter |
| Name | Value | Type | Description | Subproperties |
|---|---|---|---|---|
| log_channels/default/fatal_action | 2 | tUInt32 | The default action when a fatal error is reported. | Value List: Stop session = 2 Shutdown ADTF = 3 Abort to crash handler = 4Value Range: minimum = maximum = Filename Extension Filter: |
| log_channels/default/log_level | 35 | tUInt8 | The log level for this channel. | Value List: None = 0 Error = 10 Warning = 20 Info = 30 Detail = 35 Dump = 40 All = 255Value Range: minimum = maximum = Filename Extension Filter: |
| log_channels/default/recoverable_action | 0 | tUInt8 | The action to perform when a recoverable error is reported. | Value List: Log only = 0 Treat as fatal = 1Value Range: minimum = maximum = Filename Extension Filter: |
| script_file_name | cFilename | Path to used script file. | Value Range: minimum = maximum = Filename Extension Filter: | |
| synchronous_trigger_processing | true | tBool | If enabled triggers will be delayed until they have been processed within the script. | Value Range: minimum = maximum = Filename Extension Filter: |
| Dynamic Input Pins | true |
|---|---|
| Dynamic Output Pins | true |
| Dynamic Input Binding Pins | true |
| Dynamic Output Binding Pins | true |
| IID |
|---|
| reference_clock.vision.streaming.adtf.iid |
This is a filter wrapping the functionality of QJSEngine from the Qt framework.
Providing a simple way to use JavaScript code as filter in a filter graph, receiving and sending samples.
The following global javascript Objects are available in your scripts:
For all other available wrapper classes and objects please see adtf::javascript::scripting.