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

AttributeError: 'Capture' object has no attribute 'set_panelCorners' #164

Open
Matesanz opened this issue Aug 11, 2021 · 0 comments
Open

Comments

@Matesanz
Copy link

Matesanz commented Aug 11, 2021

Problem

When running Tutorial3 I step on this problem in the first cell:

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
<ipython-input-1-01d92525bd97> in <module>
     15                 [[807,632],[648,634],[645,473],[805,471]]]
     16 
---> 17 cap.set_panelCorners(panelCorners)

AttributeError: 'Capture' object has no attribute 'set_panelCorners'

Fix:

Change this line in first code cell:

cap.set_panelCorners(panelCorners)

to:

cap.set_panel_corners(panelCorners)
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

No branches or pull requests

1 participant