Update dummy test and fix sample coords
This commit is contained in:
parent
16bc7aeede
commit
bfe0064ce8
2 changed files with 17 additions and 37 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=(960, 1240, 3), frame_interval=0.01
|
||||
shape=(240, 320, 3), canvas_shape=(1920, 2480, 3), frame_interval=0.01
|
||||
),
|
||||
"/camera/",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue