-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
software-uiAny issue related to the graphical user interfaceAny issue related to the graphical user interface
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
software-uiAny issue related to the graphical user interfaceAny issue related to the graphical user interface