Tidy post refactor of cameras
This commit is contained in:
parent
4368dc3d90
commit
0e3f4305b5
7 changed files with 22 additions and 46 deletions
|
|
@ -22,9 +22,7 @@ from scipy.ndimage import gaussian_filter
|
|||
from labthings_fastapi.utilities import get_blocking_portal
|
||||
from labthings_fastapi.decorators import thing_action, thing_property
|
||||
from labthings_fastapi.dependencies.metadata import GetThingStates
|
||||
from labthings_fastapi.types.numpy import NDArray
|
||||
from labthings_fastapi.server import ThingServer
|
||||
from pydantic import RootModel
|
||||
|
||||
from . import BaseCamera, JPEGBlob, ArrayModel
|
||||
from ..stage import StageProtocol as Stage
|
||||
|
|
@ -33,7 +31,6 @@ from ..stage import StageProtocol as Stage
|
|||
# higher related to a faster movement
|
||||
RATIO = 0.2
|
||||
|
||||
|
||||
class SimulatedCamera(BaseCamera):
|
||||
"""A Thing representing an OpenCV camera"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue