-
Notifications
You must be signed in to change notification settings - Fork 41
retries exceeded #173
Comments
Not able to start camera, tried reloading the config file after deleting it on server but still same error |
Can you provide context and your code:
|
Camera model - GT6400C (02-2701D) settings_file = CameraConfigurator._get_camera_settings_filename(camera.get_id())
|
still waiting for response!! |
For immediate support, please contact the official support channels: For now, updating the firmware of the camera is a good first step, since there is a newer version available. If this happens every time you try to load the settings, try Vimba6 instead of VimbaX. |
Is this latest version of VimbaX ? Can you please share the installation link, Thanks. |
First the link to the Firmware: https://www.alliedvision.com/en/support/firmware-downloads/ |
File "/app/vimba_client.py", line 75, in _start
CameraConfigurator.setup(camera, calibration)
File "/app/camera_configurator.py", line 32, in setup
camera.load_settings(settings_file, PersistType.All)
File "/opt/venv/lib/python3.10/site-packages/vmbpy/util/context_decorator.py", line 101, in wrapper
return func(*args, **kwargs)
File "/opt/venv/lib/python3.10/site-packages/vmbpy/util/runtime_type_check.py", line 58, in wrapper
return func(*args, **kwargs)
File "/opt/venv/lib/python3.10/site-packages/vmbpy/featurecontainer.py", line 207, in load_settings
call_vmb_c('VmbSettingsLoad',
File "/opt/venv/lib/python3.10/site-packages/vmbpy/util/tracer.py", line 131, in wrapper
result = func(*args, **kwargs)
File "/opt/venv/lib/python3.10/site-packages/vmbpy/c_binding/vmb_c.py", line 891, in call_vmb_c
getattr(_lib_instance, func_name)(*args)
File "/opt/venv/lib/python3.10/site-packages/vmbpy/c_binding/vmb_c.py", line 815, in _eval_vmberror
raise VmbCError(result)
vmbpy.c_binding.vmb_common.VmbCError: VmbCError(<VmbError.RetriesExceeded: -40>)
2023-11-16 07:50:48,359 INFO [vimba_client.py:95] VimbaCapture: Stopping streaming...
The text was updated successfully, but these errors were encountered: