Skip to content

Improve cross-platform compatibility and camera support #2

Description

@nico-abe6

The current plugin implementation has limited support across operating systems and camera types, mainly due to compilation conditionals and lack of runtime checks.

Make the plugin fully functional across multiple operating systems and compatible with different camera types by:

  • Reviewing and correcting all compilation conditionals (#ifdef, etc.) to ensure compatibility on Windows, Linux, and macOS if applicable.
  • Implementing runtime checks to detect the type of connected camera and handle each case appropriately.
  • Ensuring that unsupported or unavailable camera configurations are gracefully managed without causing runtime errors.

This would significantly improve the robustness and portability of the plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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