Skip to content

Solvro/hardware-solvro-bot-office-cam

Repository files navigation

hardware-solvro-bot-office-cam

Usage

To run locally with a file input:

uv run solvrocam file <path/to/file>

To stop seeing ultralytics logs in terminal output:

uv run solvrocam file <path/to/file> 1>/dev/null

To stop seeing solvrocam logs in terminal output:

uv run solvrocam file <path/to/file> 2>/dev/null

To narrow the scope of solvrocam logs to a higher log level (DEBUG, INFO, WARNING, ERROR, CRITICAL):

LOG_LEVEL=WARNING uv run solvrocam file <path/to/file> 2>/dev/null

To stop seeing all terminal output:

uv run solvrocam file <path/to/file> &>/dev/null

To specify the processing stage output you want to see in the preview:

uv run solvrocam file -o captured <path/to/file>

see uv run solvrocam file --help for available stages

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •