Create Orbbec depth silhouette
create_orbbec_depth_silhouetteBuild a depth silhouette setup for Orbbec/Kinect, providing synthetic or file fallbacks and validation warnings, while keeping silhouette and depth preview outputs stable.
Instructions
Create an Orbbec/Kinect-compatible depth silhouette scaffold with synthetic/file fallbacks, stable silhouette_out and depth_preview TOPs, and explicit hardware/SDK validation warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Generated baseCOMP name. | orbbec_depth_silhouette |
| active | No | Start device/file source active where supported. | |
| invert | No | Invert the silhouette mask. | |
| smooth | No | Blur size for mask smoothing. | |
| source | No | Depth source path. Synthetic is the offline-safe default. | synthetic |
| movie_file | No | Movie/depth file for source=file. | |
| parent_path | No | Parent COMP for the Orbbec silhouette. | /project1 |
| far_threshold | No | Far depth cutoff. | |
| near_threshold | No | Near depth cutoff. | |
| source_top_path | No | Existing TOP path to select instead of creating a device/file source. |