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/nullTo stop seeing solvrocam logs in terminal output:
uv run solvrocam file <path/to/file> 2>/dev/nullTo 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/nullTo stop seeing all terminal output:
uv run solvrocam file <path/to/file> &>/dev/nullTo 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