Stream_name and capture_method args updated

This commit is contained in:
jaknapper 2025-05-02 13:40:41 +01:00 committed by Julian Stirling
parent 8bc0573ab1
commit de7ffb9d1e
3 changed files with 4 additions and 3 deletions

View file

@ -33,7 +33,7 @@ from labthings_fastapi.dependencies.invocation import InvocationLogger
from .camera import RawCameraDependency as Camera
from .camera import CameraDependency as WrappedCamera
from .stage import StageDependency as Stage
from .capture import CaptureThing, _save_capture
from .capture import CaptureThing
import numpy as np
from pydantic import BaseModel