Replies: 3 comments 6 replies
-
Thank you for testing. As eazy-bookscanner is based on https://github.com/acamilo/CHDK-PTP-Java each new Camera needs its own Class specifiying the "click"s needed for zooming etc., see: https://github.com/acamilo/CHDK-PTP-Java/tree/master/src/main/java/chdk/ptp/java/camera and https://github.com/acamilo/CHDK-PTP-Java/blob/master/src/main/java/chdk/ptp/java/SupportedCamera.java . So checking out the library and eazy-bookscanner locally, adding specs/code for your camera to library, compiling it and recompiling eazy-bookscanner with the changed library should be enough. Is it possible for you to test it? |
Beta Was this translation helpful? Give feedback.
-
Hi, yes the steps are right. Unfortunately it needs some build tool (java
jdk and maven)... I will be at home on saturday evening, then I could
implement a first version for you for testing...
ericwm ***@***.***> schrieb am Fr., 27. Mai 2022, 17:17:
… Thank you kindly for replying so promptly. I have been trying for many
weeks to get my cameras working with spreads but with very inconsistent
results. I am not skilled in any programing languages but am always ready
to try and learn something new so forgive me if some of my questions are
pretty basic. I understand from your reply that I need to do the following-
1. Create a new library file called A810.java and add it to the
library. This file must contain the necessary command for focus etc. for
the A810.
2. I have to edit the SupportedCamera.java file and add -
import chdkptp.java camera A810Camera; say around line 7
and
add in public enum Supported Camera{A810 (0x04a9), 0x323f),
A810Camera.class},
If my assumption is correct then my next hurdle is where in all the
eazybookscanner folders can I find the library files and the
SupportedCamera file.
For a first attempt I would try and use the contents of the A220 file just
to see if I can get my camera recognized and then sort out the control
functions afterwards.
Do I need any software tools to edit the files and do the recompiling.
Thank You
—
Reply to this email directly, view it on GitHub
<#6 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMF5C2LXE2LQGICFB37LR3VMDRPBANCNFSM5W4BA6EQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I just finished a first version using configuration instead Java code for each camera. To give you a configuration example for your camera, I need the clicks needed to set your camera to "autofocus" starting from different current focus mode: 0=auto, 1=MF, 3=infinite, 4=macro, 5=supermacro Example: if current mode is "0" (=auto): no clicks are needed If current mode is "macro", the following clicks are needed (for my A2200) to change to autofocus:
maybe the manual https://www.canon.de/support/consumer_products/products/cameras/digital_compact/powershot_a_series/powershot_a810.html?type=manuals&language= helps, too. After reporting I will give you a proper configuration to test |
Beta Was this translation helpful? Give feedback.
-
I have installed eazy bookscanner on a ubuntu 20.04 platform but it does not detect two chdk enabled cannon cameras connected to the usb ports. I have used these cameras on a chdkptp installation and they both work ok. Any suggestions as to how I can go about fixing this. Thank You
Beta Was this translation helpful? Give feedback.
All reactions