Stacking in autofocus with temp capture Thing
This commit is contained in:
parent
46458ca8a1
commit
d8878e40da
3 changed files with 6 additions and 165 deletions
|
|
@ -14,6 +14,9 @@ from typing import Annotated, Mapping, Optional, Sequence
|
|||
import os
|
||||
import shutil
|
||||
import glob
|
||||
import os
|
||||
import shutil
|
||||
import glob
|
||||
|
||||
from fastapi import Depends
|
||||
import numpy as np
|
||||
|
|
@ -31,6 +34,9 @@ from .camera import RawCameraDependency as Camera
|
|||
from .camera import CameraDependency as WrappedCamera
|
||||
from .stage import StageDependency as Stage
|
||||
from .capture import CaptureThing
|
||||
import numpy as np
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
CaptureDep = direct_thing_client_dependency(CaptureThing, "/capture/")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue