Frameviewprops
Overview
frameViewProps applies to frameView and configures how the off-screen frame buffer is registered as an output and its pixel format.
Field Table
Key |
Type |
Default |
Binding |
UI Effect / Limits |
|---|---|---|---|---|
|
bool |
|
no |
whether to automatically register the frame buffer as a named output on creation |
|
string |
|
no |
the name used when registering the output; when empty, the backend decides the default name |
|
string enum, |
|
no |
frame buffer pixel format |
Example
"frameViewProps": {
"autoRegisterOutput": true,
"outputName": "camera_preview",
"colorFormat": "RGB888"
}