KIWI-Eye
  1. KIWI-Eye

CHDK-PTP-Java

Public
  1. KIWI-Eye
  2. CHDK-PTP-Java

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
Mikołaj DobskiMikołaj Dobski
fa678791a33fixed zoom operation delay
Mikołaj DobskiMikołaj Dobski
678acb24c5blive view api cleanup
Mikołaj DobskiMikołaj Dobski
924e47502baupdated to gradle 2.x
Mikołaj DobskiMikołaj Dobski
b1debb535edexperimental new api
Mikołaj DobskiMikołaj Dobski
0d924aad198incresead ptp packet timeout to 10 sec
Nicolas DobskiNicolas Dobski
23fe86c6aafMerge pull request #1 from danielftavares/master change image soot resolution and identify shoot fail
daniel-tavaresdaniel-tavares
f3ce9fd5f79identify shoot fail
daniel-tavaresdaniel-tavares
c85e2c28dc3change image soot resolution
Mikołaj DobskiMikołaj Dobski
5f25ebd6a9dshortened some operations delay time SX50 now remains in auto-focus mode after zoom operation
Mikołaj DobskiMikołaj Dobski
81ca034bcc7updated readme
Mikołaj DobskiMikołaj Dobski
c777245a5b6updated camera api fixed getPicture for SX50HS implemented missing api functions for abstract and SX50HS cameras exte...
Mikołaj DobskiMikołaj Dobski
204ebe0ac71updated readme
Mikołaj DobskiMikołaj Dobski
c24e39e3206added artifactory integration
Mikołaj DobskiMikołaj Dobski
d3acb294a96gradle script upgrades some minor cleanup
Mikołaj DobskiMikołaj Dobski
6f259c5fe6bfixed taking pictures (changed "return shoot()" to just "shoot()") reintroduced plain API demo
Mikołaj DobskiMikołaj Dobski
cc1f0addf0eadded some missing documentation formatted code
daniel-tavaresdaniel-tavares
455f2f9c136keep alive in rec mode
daniel-tavaresdaniel-tavares
9b56b8edb12return several values from lua. getMode method
daniel-tavaresdaniel-tavares
ce4530d99f5execute lua query
daniel-tavaresdaniel-tavares
28243ca3f43gui improvement
daniel-tavaresdaniel-tavares
c2e05d5108aa lot
acamiloacamilo
7b13293e6d0Added more exception types. Put in a 100ms delay between init usb capture and the shoot command because i was getting...
acamiloacamilo
7f56fdaf1a1tried to detect malformed packets. didn't work
acamiloacamilo
d0c78bcff34Made PTPpacket throw an exception if it's too small.
acamiloacamilo
2bd4ba29fb3Made sure code throws exceptions without hanging. Reduced memory footprint and CPU utilization by *not* coping 42mb o...
acamiloacamilo
38ebe6a13bdMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
acamiloacamilo
734435ff081rolled jpeg capture code into AbstractCamera class
Alex CamiloAlex Camilo
fda93b076c4Update README.md
Alex CamiloAlex Camilo
84e6e439156Update README.md
Alex CamiloAlex Camilo
387ef23fb94Update README.md
Alex CamiloAlex Camilo
7a886c6a691Update README.md
Alex CamiloAlex Camilo
c7abba2a1b7Update README.md
Alex CamiloAlex Camilo
920cc7ed7afUpdate README.md
Alex CamiloAlex Camilo
f474c6b7e3cUpdate README.md
Alex CamiloAlex Camilo
2f64d3ae5f6Update README.md
alexalex
dacfa91a48dJPEGs work now. need to roll code into the camera objects.
alexalex
13d6358c1d3Merge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alexalex
276f5daaaf2Got fragmented jpeg data from a live capture. need to re-assemble.
Alex CamiloAlex Camilo
91ef5d59b73Update jpgRemoteShootNotes.md
Alex CamiloAlex Camilo
d27152f87ceUpdate jpgRemoteShootNotes.md
Alex CamiloAlex Camilo
f44952b9ec2Update jpgRemoteShootNotes.md
Alex CamiloAlex Camilo
37a269c3d1cUpdate jpgRemoteShootNotes.md
Alex CamiloAlex Camilo
013ca8dc3e4Update jpgRemoteShootNotes.md
Alex CamiloAlex Camilo
7217fb478dbUpdate jpgRemoteShootNotes.md
alexalex
c67d18f8303Merge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alexalex
ffcea4cdcdfNotes on jpeg capture and a wireshark PCAP.
Alex CamiloAlex Camilo
a29b9300051Update CHDKOppcodes.md whoops. fixed typo.
Alex CamiloAlex Camilo
b2b1702da50Update CHDKOppcodes.md ficed borked MD
alexalex
083ecae82c1Merge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alexalex
848c8a922eeAdded a camera class for the SX160IS. AF keypresses are the same the sx50
Alex CamiloAlex Camilo
9d85c89d6e1Merge pull request #1 from ankhazam/master Software engineering rage
Mikołaj DobskiMikołaj Dobski
3be88089453introduced: - ICamera interface - supported cameras enum - generic CHDK camera failsafe implementation - SX50HS camer...
Mikołaj DobskiMikołaj Dobski
a0ff2a019dareorganized module standalone demos
Mikołaj DobskiMikołaj Dobski
60d2ef1dae2Added some high level function API to Camera class: - MF/AF toogle - MF and zoom controls - playback/record mode toggle
Mikołaj DobskiMikołaj Dobski
b7c4e307abbincreased PTP buffer so that Canon SX50HS live view frame would fit
Mikołaj DobskiMikołaj Dobski
14eb2b8184aformatted all sources according to Eclipse's built-in "Java Conventions" style
Mikołaj DobskiMikołaj Dobski
17af072bccbmissing args in demo main
Mikołaj DobskiMikołaj Dobski
babffe5d9fcextracted standalone demo version from library entry point
Mikołaj DobskiMikołaj Dobski
e4d58962348root package rename
Mikołaj DobskiMikołaj Dobski
5c1accaedb3further packages and naming refactor
Mikołaj DobskiMikołaj Dobski
4013851c948initial repository reorganisation
Mikołaj DobskiMikołaj Dobski
96859906a52deleted obsolete files
Mikołaj DobskiMikołaj Dobski
c92aaded651merged changes with main repo
Mikołaj DobskiMikołaj Dobski
833dbaca745Merge remote-tracking branch 'alex/master' Conflicts: ImageFramePacket.bin src/camera/CHDKCamera.java src/packet/...
alexalex
cc4e8a68136code now throws approrpeate exceptions if camera gets yanked
Mikołaj DobskiMikołaj Dobski
95b0ffa3515changed caught exception
Mikołaj DobskiMikołaj Dobski
3214771fd8bforced the USBImageHello to switch the camera into capture mode before acquiring display data reworked sysouts to deb...
Mikołaj DobskiMikołaj Dobski
82b249cf70amisspelled the test sources directory
Mikołaj DobskiMikołaj Dobski
06f1fdc41d9switches camera to record mode
Mikołaj DobskiMikołaj Dobski
ba7572c09b0added logging
Mikołaj DobskiMikołaj Dobski
5214213b066moved tests to proper source set
Mikołaj DobskiMikołaj Dobski
7f3bc244278converted project to gradle
alexalex
c980989f778Deleating the old "lets figure out how this shit works" code.
alexalex
f1153c24c5cmaking camera object functional
alexalex
382e9acf133Got fast streaming working. started fleshing out the camera object.
alexalex
7470017a3e2Working on live view image parsing. Decoded first image.
alexalex
4e1b804c42apoking at image parsing
alexalex
9c9e1f0e6c5Whoops, forgot a class.
alexalex
82052e9246bUSB Hello code working with new Packet and PTPPacket classes.
alexalex
4c956358586Wrote a simple packet dissector
alexalex
8180b04e648Initial project creation in eclipse
Alex CamiloAlex Camilo
bc3c58aa213Initial commit