VisioForge (c) 2025

Search Results for

    Enum VmbAccessModeType

    Access mode for cameras.

    Namespace: VisioForge.Core.GenICam.AlliedVision
    Assembly: VisioForge.Core.dll
    Syntax
    public enum VmbAccessModeType
    Remarks

    Used in VmbCameraInfo as flags, so multiple modes can be announced. While in VmbCameraOpen(), no combination must be used.

    Fields

    Name Description
    Exclusive

    Read and write access without permitting access for other consumers.

    Full

    Read and write access.

    None

    No access.

    Read

    Read-only access.

    Unknown

    Access type unknown.