1. KIWI-Eye

CHDK-PTP-Java

Public
AuthorCommitMessageCommit dateIssues
Mikołaj Dobski
fa678791a33fixed zoom operation delay
Mikołaj Dobski
678acb24c5blive view api cleanup
Mikołaj Dobski
924e47502baupdated to gradle 2.x
Mikołaj Dobski
b1debb535edexperimental new api
Mikołaj Dobski
0d924aad198incresead ptp packet timeout to 10 sec
Nicolas Dobski
23fe86c6aafMMerge pull request #1 from danielftavares/masterchange image soot resolution and identify shoot fail
daniel-tavares
f3ce9fd5f79identify shoot fail
daniel-tavares
c85e2c28dc3change image soot resolution
Mikołaj Dobski
5f25ebd6a9dshortened some operations delay timeSX50 now remains in auto-focus mode after zoom operation
Mikołaj Dobski
81ca034bcc7updated readme
Mikoł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 Dobski
204ebe0ac71updated readme
Mikołaj Dobski
c24e39e3206added artifactory integration
Mikołaj Dobski
d3acb294a96gradle script upgradessome minor cleanup
Mikołaj Dobski
6f259c5fe6bfixed taking pictures (changed "return shoot()" to just "shoot()")reintroduced plain API demo
Mikołaj Dobski
cc1f0addf0eadded some missing documentationformatted code
daniel-tavares
455f2f9c136keep alive in rec mode
daniel-tavares
9b56b8edb12return several values from lua.getMode method
daniel-tavares
ce4530d99f5execute lua query
daniel-tavares
28243ca3f43gui improvement
daniel-tavares
c2e05d5108aa lot
acamilo
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
acamilo
7f56fdaf1a1tried to detect malformed packets.didn't work
acamilo
d0c78bcff34Made PTPpacket throw an exception if it's too small.
acamilo
2bd4ba29fb3Made sure code throws exceptions without hanging.Reduced memory footprint and CPU utilization by *not* coping 42mb of buffer everytime a packet comes in.
acamilo
38ebe6a13bdMMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
acamilo
734435ff081rolled jpeg capture code into AbstractCamera class
Alex Camilo
fda93b076c4Update README.md
Alex Camilo
84e6e439156Update README.md
Alex Camilo
387ef23fb94Update README.md
Alex Camilo
7a886c6a691Update README.md
Alex Camilo
c7abba2a1b7Update README.md
Alex Camilo
920cc7ed7afUpdate README.md
Alex Camilo
f474c6b7e3cUpdate README.md
Alex Camilo
2f64d3ae5f6Update README.md
alex
dacfa91a48dJPEGs work now.need to roll code into the camera objects.
alex
13d6358c1d3MMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alex
276f5daaaf2Got fragmented jpeg data from a live capture.need to re-assemble.
Alex Camilo
91ef5d59b73Update jpgRemoteShootNotes.md
Alex Camilo
d27152f87ceUpdate jpgRemoteShootNotes.md
Alex Camilo
f44952b9ec2Update jpgRemoteShootNotes.md
Alex Camilo
37a269c3d1cUpdate jpgRemoteShootNotes.md
Alex Camilo
013ca8dc3e4Update jpgRemoteShootNotes.md
Alex Camilo
7217fb478dbUpdate jpgRemoteShootNotes.md
alex
c67d18f8303MMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alex
ffcea4cdcdfNotes on jpeg capture and a wireshark PCAP.
Alex Camilo
a29b9300051Update CHDKOppcodes.mdwhoops. fixed typo.
Alex Camilo
b2b1702da50Update CHDKOppcodes.mdficed borked MD
alex
083ecae82c1MMerge branch 'master' of https://github.com/acamilo/CHDK-PTP-Java
alex
848c8a922eeAdded a camera class for the SX160IS. AF keypresses are the same thesx50