Task Management

Running Tasks

Currently running background tasks. Click "Refresh Status" to update their status.

Running Tasks

Currently running background tasks. Click "Refresh Status" to update their status.

No running tasks found. Start a task below to see it here.

WebSocket Pose Session Tracker

This task connects to an input WebSocket to receive MediaPipe pose data, transforms the landmarks using wall calibration, detects hold touches based on hand proximity to SVG paths, and outputs session data to an output WebSocket. The task runs in the background using Celery with the specified default values.

Default Configuration:

  • Wall ID: 1
  • Input WebSocket: ws://192.168.88.2:8011/ws/pose/
  • Output WebSocket: ws://192.168.88.2:8011/ws/holds/
  • Proximity Threshold: 300.0 pixels
  • Touch Duration: 0.5 seconds
  • Reconnect Delay: 0.5 seconds
  • Route ID: 99

Note: Make sure Celery worker is running for tasks to execute. You can start it with: celery -A app worker -l info