Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fullscreen support to the camera stream view on macOS #3974

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

flickerfree
Copy link

@flickerfree flickerfree commented Apr 28, 2024

Modified wxMediaCtrl2 to use NSView::enterFullScreenMode and exitFullScreenModeWithOptions to toggle fullscreen.
You can enter/exit using one of the following:

  1. Left double clicking on the view.
  2. Clicking the fullscreen button that was added to the video view on the bottom right.
  3. Clicking on the video and pressing escape.

This pull request addresses issue #1192 for macOS.

image

Momin Al-Ghosien added 2 commits April 28, 2024 09:46
Modified wxMediaCtrl2 to use NSView::enterFullScreenMode and exitFullScreenModeWithOptions to toggle fullscreen.
You can enter/exit by clicking on the video and pressing escape. A fullscreen button was also added as an overlay to the video view that can be used to enter/exit fullscreen.
@flickerfree flickerfree marked this pull request as ready for review April 28, 2024 18:26
@lanewei120 lanewei120 requested review from bambu123 and lanewei120 May 6, 2024 03:01
@lanewei120 lanewei120 requested a review from SaltWei October 28, 2024 00:57
@bambu123
Copy link
Collaborator

bambu123 commented Oct 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants