KIWI-Eye
  1. KIWI-Eye

CHDK-PTP-Java

Public
AuthorCommitMessageCommit dateIssues
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
23fe86c6aafMMerge pull request #1 from danielftavares/masterchange 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 timeSX50 now remains in auto-focus mode after zoom operation
Mikołaj DobskiMikołaj Dobski
81ca034bcc7updated readme
Mikołaj DobskiMikołaj Dobski
c777245a5b6updated camera apifixed getPicture for SX50HS implemented missing api functions for abstract and SX50HS cameras extended api demo formatted text (using eclipse built-in style)
Mikołaj DobskiMikołaj Dobski
204ebe0ac71updated readme
Mikołaj DobskiMikołaj Dobski
c24e39e3206added artifactory integration
Mikołaj DobskiMikołaj Dobski
d3acb294a96gradle script upgradessome 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 documentationformatted 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 camera crashes.ran the formatter on everything
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 of buffer everytime a packet comes in.
acamiloacamilo
38ebe6a13bdMMerge 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
13d6358c1d3MMerge 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
c67d18f8303MMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alexalex
ffcea4cdcdfNotes on jpeg capture and a wireshark PCAP.
Alex CamiloAlex Camilo
a29b9300051Update CHDKOppcodes.mdwhoops. fixed typo.
Alex CamiloAlex Camilo
b2b1702da50Update CHDKOppcodes.mdficed borked MD
alexalex
083ecae82c1MMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alexalex
848c8a922eeAdded a camera class for the SX160IS. AF keypresses are the same thesx50