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

Add new capture methods capture2d/capture3d/capture2d3d #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johningve
Copy link
Contributor

These methods are intended to replace capture which is now deprecated.

These methods are intended to replace `capture` which is now deprecated.
@johningve johningve requested a review from a team as a code owner November 28, 2024 08:24
@@ -47,9 +47,127 @@ def __str__(self):
def __eq__(self, other):
return self.__impl == other._Camera__impl

def capture2d3d(self, settings):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we change the "samples" directory and README snippets to use these new functions?

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

Successfully merging this pull request may close these issues.

2 participants