Skip to content

Camera: snapshot and display resolution at full resolution #20

@biodotpe

Description

@biodotpe

Summary

Setting high camera resolutions causes OS-level crashes during streaming or snapshot capture.

Description

The operating system crashes when using high-resolution settings for either live streaming or snapshots.

Case 1: Display Resolution

Steps:

  • Open the Camera Config tab.
  • Set Display Resolution to 1920×1080.
  • Start video streaming.

Result:

  • The operating system crashes.

Case 2: Snapshot Resolution

Steps:

  • Set Snapshot Resolution to the full sensor resolution.
  • Trigger a snapshot.

Result:

  • The operating system crashes.

Expected Behavior

  • Resolution limits should be validated and/or constrained.
  • Streaming or snapshot capture should fail gracefully if resources are insufficient.
  • The OS should not crash due to resolution settings.

Actual Behavior

  • OS crashes when streaming at 1920×1080.
  • OS crashes when taking snapshots at full sensor resolution.

Notes:
These issues may indicate missing resolution validation, memory limits, or insufficient error handling in the camera pipeline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    software-uiAny issue related to the graphical user interface

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions