Skip to content
Snippets Groups Projects
Commit 8357d53a authored by Pierre Minssen's avatar Pierre Minssen
Browse files

fix parametre virtual cam

parent 3be6b31c
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment