streamfog_clear_effects
Remove all active AR assets, face filters, and overlays to return camera feed to a clean, unfiltered baseline.
Instructions
Strip all active AR assets, face filters, and canvas overlays in Streamfog.
Returns the camera feed to a clean, unfiltered video baseline. Dispatches the 'ClearEffects' action to Streamer.bot.
Return Format
{"success": true, "message": "All effects cleared — camera returned to baseline", "data": {"action": "ClearEffects"}}
Examples
await streamfog_clear_effects()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||