-
Notifications
You must be signed in to change notification settings - Fork 33
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
Invalid Memory issue while executing E04-Live_View.java #32
Comments
I have an issue similar to vidyapiquor:
I'm using EDSDKv0308W. Could you help me? |
i haven't maintained this library in a long time (around edsdk2.14 or smthg like that). maybe @WolfgangFahl knows what's up with bindings for newer versions of the edsdk... (i see there's some generated code, but it's not used yet by the api.* classes). |
That's unfortunate, difficult to see why you get this error. I will investigate more on this issue later, but with my camera I have not encountered this error with my live view implementation tests. |
There are generated classes because the error is happening running a JAR in Windows. Now I'll try to reproduce this error with my MacBook with debug (or configure a development enviroment on a windows machine). |
Thank you, I'll try also your new API! ;-) |
I've forced CanonUtils.isLiveViewEnabled to true (because I don't need to know if is enabled live view, it's always disabled and I know that). Never printed this:
If I try this, I get an empty file IMG_001.jpg: It's a problem of the EDSDK? Another thing, I have always this error:
E01_Simple output:
Never happened to you? ah, my camera is a EOS 3000D. Thank you |
@stefanocapitanio I have released version 1.0.0 that I consider usable in production, try it and tell me if you get same error. |
Hi,
I am trying to run the java wrapper for my canon EOS 1300D and it is giving erro of type INVALID MEMORY ACCESS after debug i got the issue in this line "err = CanonUtils.toEdsError( CanonCamera.EDSDK.EdsCreateMemoryStream( new NativeLong( 0 ), streamRef ) );" after this line my code is giving error. please help.
The text was updated successfully, but these errors were encountered: