Test sample and canvas size

This commit is contained in:
Joe Knapper 2025-10-02 13:56:08 +01:00
parent 3812e9053a
commit 2fc92fc1ff
2 changed files with 21 additions and 13 deletions

View file

@ -33,7 +33,7 @@ def thing_server():
server = lt.ThingServer(settings_folder=temp_folder.name)
server.add_thing(
SimulatedCamera(
shape=(240, 320, 3), canvas_shape=(1920, 2480, 3), frame_interval=0.01
shape=(240, 320, 3), canvas_shape=(1000, 1500, 3), frame_interval=0.01
),
"/camera/",
)