diff --git a/viscaoveriplib/fake_camera.py b/viscaoveriplib/fake_camera.py
index fe3ad56654a8c3a98e22c85d2ce31f69cdca2c93..b06f8ed32b03ccc372739e3c9865e59db2418690 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()