The Following User Says Thank You to darethehair For This Useful Post: | ||
![]() |
2008-08-05
, 20:58
|
|
Posts: 273 |
Thanked: 104 times |
Joined on Mar 2007
@ Manitoba, Canada
|
#52
|
. . . and fix that .deb package.
Packages should NEVER touch /usr/local and it seems to have totally nuked my PATH.
![]() |
2008-08-10
, 14:49
|
Posts: 13 |
Thanked: 1 time |
Joined on Dec 2007
|
#53
|
![]() |
2008-08-10
, 17:47
|
|
Posts: 273 |
Thanked: 104 times |
Joined on Mar 2007
@ Manitoba, Canada
|
#54
|
![]() |
2008-08-12
, 11:45
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#55
|
![]() |
2008-08-13
, 20:19
|
|
Posts: 273 |
Thanked: 104 times |
Joined on Mar 2007
@ Manitoba, Canada
|
#56
|
![]() |
2008-08-23
, 07:31
|
Posts: 8 |
Thanked: 1 time |
Joined on Mar 2007
@ USA
|
#57
|
![]() |
2008-08-24
, 04:06
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#58
|
... I was wondering if there are any workarounds...
After it is detected, it crashes and reboots after one command.
![]() |
2008-09-26
, 16:15
|
Posts: 1 |
Thanked: 3 times |
Joined on Sep 2008
|
#59
|
![]() |
2008-12-09
, 13:43
|
Posts: 542 |
Thanked: 117 times |
Joined on Sep 2008
@ 52 N, 6 E
|
#60
|
For those who are interested: I have done some test with Python+gphoto2 and my program can capture multiple images, change camera configs and then quickly capture new images without crashing tablet. Also you need to initialize gphoto2 only once, meaning that after short "warmup time" you can capture images almost instantly.
I planned releasing this code after it was ready, but I have been quite busy last few months so I haven't had time to develope this any further. When I have more time I might continue. If you feel adventureus you can try to do something useful with my code, but keep in mind that it has only about 10 hours of testing/coding under its belt and about 10 minutes of planning. I'm quite sure that all coding should be redone.
Also note that this is my first python program and I mainly do development for non OOP-language (Matlab) and that I don't have very good knowladge about libgphoto2, so code is quite messy
Code is not stable and will probably still crash your tablet. If you use program as root, it tries to control USB (otg<->host). This should prevent crashing (Problem seems to be related to one (possible) kernel bug, but I can't find my bookmark).
Note that by messing with camera configs you can possible brick your camera. If you try to change camera configs to something that is not supporte by camera, it might freeze (try removing battery). I have done all developing with Nikon D300 and it was capable of recovering from freezes, but don't count on that.
Program needs libgphoto2 and libgphoto2-python bindigs that you can find from
http://gphoto.svn.sourceforge.net/vi...photo2-python/
svn co https://gphoto.svn.sourceforge.net/s...gphoto2-python
If you have anything to ask (or you want to pressure me to continue developing, you can contact me by email (it's in the source).
http://www.iki.fi/matti.jukola/gapture.zip
Anyways, I have tried to assist you (and the others) by again struggling to compile this stuff, and you can find my final results (as always) on this page:
http://darethehair.googlepages.com/software.html
I got rid of references to the older versions on this page.
I have changed the location of the binaries/libraries (see other post), so please read the 'README' file first. Of course, I take absolutely no responsibility if your tablet blows up and your camera melts down
Let me know how it works for you -- my brief experiments suggest that it is much more stable for my own cameras.