Test sample and canvas size
This commit is contained in:
parent
3812e9053a
commit
2fc92fc1ff
2 changed files with 21 additions and 13 deletions
|
|
@ -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/",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue