Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LM_STUDIO_URL | No | LM Studio API endpoint URL for visual analysis | http://localhost:1234/v1/chat/completions |
| OBSBOT_DEVICE | No | Camera device path | /dev/video0 |
| OBSBOT_VL_MODEL | No | Vision-language model name for LM Studio | qwen2.5-vl-7b-instruct |
| OBSBOT_OUTPUT_DIR | No | Directory for captured images | /tmp/obsbot |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_gimbal_position | Get current camera gimbal position (pan, tilt, zoom) with human-readable directions |
| control_gimbal | Control camera gimbal. Pan: NEGATIVE=RIGHT, POSITIVE=LEFT. Tilt: POSITIVE=UP, NEGATIVE=DOWN. |
| center_camera | Return camera to center position (pan=0, tilt=0, zoom=0) |
| take_snapshot | Capture camera snapshot with optional LM Studio visual analysis |
| look_and_analyze | Move camera to position and take analyzed snapshot |
| scan_area | Systematically scan area with multiple snapshots |
| check_system_status | Check camera system health and LM Studio availability |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |