Skip to content

Exclude Camera Simulator devices from discovery #58

@rk-exxec

Description

@rk-exxec

How can I exclude the Camera Simulator devices that are included with the 2025-3 version of VimbaX from being discovered?
I dont want to limit discovery to an interface or TL, since I cannot be sure which is used.

My current workaround is

with VmbSystem.get_instance() as vmb:
    for cam in vmb.get_all_cameras():
        if "Simulator" in cam.get_transport_layer().get_name(): continue
        ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions