From 8357d53a6d9cbb118f7b7f0a54d7f7cae53c4e21 Mon Sep 17 00:00:00 2001 From: Pierre Minssen <pierre.minssen@supelec.fr> Date: Mon, 7 Jan 2019 11:20:33 +0100 Subject: [PATCH] fix parametre virtual cam --- viscaoveriplib/fake_camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viscaoveriplib/fake_camera.py b/viscaoveriplib/fake_camera.py index fe3ad56..b06f8ed 100644 --- a/viscaoveriplib/fake_camera.py +++ b/viscaoveriplib/fake_camera.py @@ -8,7 +8,7 @@ import viscaoveriplib.responds_messages as default_resp class FakeCamera(command_lib.Command, inq_command_lib.Inquiry): def __init__(self, UDP_IP_SEND ="127.0.0.2", UDP_PORT_SEND = 5007, UDP_IP_RECEIVE = "127.0.0.1", - seq_num: hex = '00000000', debug=False): + seq_num: hex = '00000000', debug=False, virtualcam = False): """ Simulation of a camera for testing purposes in one python console run camera.py with the virtual cam True -> cam = Camera() -- GitLab