Git Product home page Git Product logo

Comments (5)

rissom avatar rissom commented on July 19, 2024

Same here.
When I just delete the PropertyEvent type constraint from the function I get:

File "C:\Users\thorsten.rissom\source\repos\edsdk-python\examples\save_image.py", line 63, in
print(edsdk.GetPropertyData(cam, PropID.SaveTo))
TypeError: EdsGetPropertyData() takes exactly 3 arguments (2 given)

from edsdk-python.

aerialvis avatar aerialvis commented on July 19, 2024

Same here. You can also comment this line out and it works for me.

Same here. When I just delete the PropertyEvent type constraint from the function I get:

File "C:\Users\thorsten.rissom\source\repos\edsdk-python\examples\save_image.py", line 63, in print(edsdk.GetPropertyData(cam, PropID.SaveTo)) TypeError: EdsGetPropertyData() takes exactly 3 arguments (2 given)

from edsdk-python.

AirplanegoBrr avatar AirplanegoBrr commented on July 19, 2024

The PropertyEvent is missing in the callback_property function, however, callback_property is never even called so it could be removed or an example of it could be added
GetPropertyData should be defaulting to 0 if its not provided but it seems that, that doesn't work

from edsdk-python.

gustavo-alberto avatar gustavo-alberto commented on July 19, 2024

Looks like the callback_property function is trying to access the PropertyEvent but don't find it because is not imported. So I added the PropertyEvent in the from edsdk import () and commented the print(edsdk.GetPropertyData(cam, PropID.SaveTo)) in the main function. It worked.

Added the PropertyEvent in import
image

Commented the print in main function
image

from edsdk-python.

AirplanegoBrr avatar AirplanegoBrr commented on July 19, 2024

yeah- thats what #2 does.

from edsdk-python.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.