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

feat: Add rotation functionality for camera view #35

Merged
merged 4 commits into from
Sep 18, 2024
Merged

Conversation

royshil
Copy link
Contributor

@royshil royshil commented Sep 13, 2024

No description provided.

This commit adds support for capturing video from a URL in the Windows operating system. Previously, the code only supported capturing video from a file. With this change, the `TimerThread` class now checks if the camera type is not a file or a URL, and if it is Windows, it uses the dshow backend to capture video from a URL.
- Removed unused import statements and variables
- Improved error handling by displaying error messages using QMessageBox instead of status bar messages
- Updated UI layout in mainwindow.ui to accommodate new features

Closes #123
@royshil royshil merged commit 40da39e into main Sep 18, 2024
5 checks passed
@royshil royshil deleted the roy.image_rotation branch September 18, 2024 13:12
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.

1 participant