kritzikratzi / edsdk4j

Canon SDK for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import edsdk.processing.ProcessingCanonCamera; Errors

wolski opened this issue · comments

in edsdk.api.CanonCamera the import edsdk.processing.ProcessingCanonCamera fails.

uh. sorry, that's not meant to be there (yet).
if you can please just remove the line for now. i'm gonna push again in a few days.

At line:
99 of CanonCamera.java

the import is used
result = loadLibrary(new File(ProcessingCanonCamera.class.getProtectionDomain().getCodeSource().getLocation().toURI().getSchemeSpecificPart())
.getParentFile());

Should I hard code the dll location here?

I am quite curious to get it working... looks like an exciting project. Do you know travis? https://travis-ci.org? It is an CI server and works with github.

yea yea, just remove that for now.
it's used to find the location of the dlls when the project is loaded from the processing environment. it's not of use for without a lot of other classes (which i haven't pushed to github just yet).

travis: neat... might take a look, one day, ... when i have time :)

fixed