├── camera ├── consumer-rules.pro ├── src │ └── main │ │ ├── cpp │ │ ├── libexif │ │ │ ├── config.h │ │ │ └── libexif-0.6.21 │ │ │ │ ├── po │ │ │ │ ├── stamp-po │ │ │ │ ├── be.gmo │ │ │ │ ├── bs.gmo │ │ │ │ ├── cs.gmo │ │ │ │ ├── da.gmo │ │ │ │ ├── de.gmo │ │ │ │ ├── es.gmo │ │ │ │ ├── fr.gmo │ │ │ │ ├── it.gmo │ │ │ │ ├── ja.gmo │ │ │ │ ├── nl.gmo │ │ │ │ ├── pl.gmo │ │ │ │ ├── pt.gmo │ │ │ │ ├── ru.gmo │ │ │ │ ├── sk.gmo │ │ │ │ ├── sq.gmo │ │ │ │ ├── sr.gmo │ │ │ │ ├── sv.gmo │ │ │ │ ├── tr.gmo │ │ │ │ ├── uk.gmo │ │ │ │ ├── vi.gmo │ │ │ │ ├── en_AU.gmo │ │ │ │ ├── en_CA.gmo │ │ │ │ ├── en_GB.gmo │ │ │ │ ├── pt_BR.gmo │ │ │ │ ├── zh_CN.gmo │ │ │ │ ├── quot.sed │ │ │ │ ├── boldquot.sed │ │ │ │ ├── remove-potcdate.sin │ │ │ │ ├── POTFILES.in │ │ │ │ └── insert-header.sin │ │ │ │ ├── libexif │ │ │ │ ├── _stdint.h │ │ │ │ ├── fuji │ │ │ │ │ └── Makefile-files │ │ │ │ ├── canon │ │ │ │ │ └── Makefile-files │ │ │ │ ├── pentax │ │ │ │ │ └── Makefile-files │ │ │ │ └── olympus │ │ │ │ │ └── Makefile-files │ │ │ │ ├── AUTHORS │ │ │ │ ├── test │ │ │ │ ├── nls │ │ │ │ │ ├── print-localedir.c │ │ │ │ │ ├── check-localedir.in │ │ │ │ │ └── check-nls.in │ │ │ │ └── Makefile.am │ │ │ │ ├── libexif-uninstalled.pc.in │ │ │ │ ├── m4m │ │ │ │ └── Makefile.am │ │ │ │ ├── contrib │ │ │ │ ├── Makefile.am │ │ │ │ ├── watcom │ │ │ │ │ └── _stdint.h │ │ │ │ └── examples │ │ │ │ │ └── Makefile.am │ │ │ │ ├── doc │ │ │ │ ├── README.apidocs │ │ │ │ └── footer.html │ │ │ │ ├── libexif.pc.in │ │ │ │ ├── binary │ │ │ │ └── Makefile.am │ │ │ │ ├── auto-m4 │ │ │ │ └── ltversion.m4 │ │ │ │ └── README-Win32.txt │ │ ├── libgphoto2 │ │ │ ├── config.h │ │ │ └── libgphoto2-2.5.23 │ │ │ │ ├── po │ │ │ │ ├── stamp-po │ │ │ │ ├── cs.gmo │ │ │ │ ├── da.gmo │ │ │ │ ├── de.gmo │ │ │ │ ├── es.gmo │ │ │ │ ├── eu.gmo │ │ │ │ ├── fr.gmo │ │ │ │ ├── hu.gmo │ │ │ │ ├── it.gmo │ │ │ │ ├── ja.gmo │ │ │ │ ├── nl.gmo │ │ │ │ ├── pl.gmo │ │ │ │ ├── ru.gmo │ │ │ │ ├── sv.gmo │ │ │ │ ├── uk.gmo │ │ │ │ ├── vi.gmo │ │ │ │ ├── zh_CN.gmo │ │ │ │ ├── quot.sed │ │ │ │ ├── boldquot.sed │ │ │ │ ├── remove-potcdate.sin │ │ │ │ └── insert-header.sin │ │ │ │ ├── libgphoto2_port │ │ │ │ ├── po │ │ │ │ │ ├── stamp-po │ │ │ │ │ ├── de.po │ │ │ │ │ ├── eu.po │ │ │ │ │ ├── cs.gmo │ │ │ │ │ ├── da.gmo │ │ │ │ │ ├── de.gmo │ │ │ │ │ ├── es.gmo │ │ │ │ │ ├── eu.gmo │ │ │ │ │ ├── fi.gmo │ │ │ │ │ ├── fr.gmo │ │ │ │ │ ├── it.gmo │ │ │ │ │ ├── ja.gmo │ │ │ │ │ ├── nl.gmo │ │ │ │ │ ├── pl.gmo │ │ │ │ │ ├── ru.gmo │ │ │ │ │ ├── sk.gmo │ │ │ │ │ ├── sr.gmo │ │ │ │ │ ├── sv.gmo │ │ │ │ │ ├── uk.gmo │ │ │ │ │ ├── vi.gmo │ │ │ │ │ ├── pt_BR.gmo │ │ │ │ │ ├── zh_CN.gmo │ │ │ │ │ ├── zh_TW.gmo │ │ │ │ │ ├── quot.sed │ │ │ │ │ ├── boldquot.sed │ │ │ │ │ ├── POTFILES.in │ │ │ │ │ ├── remove-potcdate.sin │ │ │ │ │ └── insert-header.sin │ │ │ │ ├── iolib.sym │ │ │ │ ├── COPYING.LIB │ │ │ │ ├── ChangeLog │ │ │ │ ├── AUTHORS │ │ │ │ ├── README │ │ │ │ ├── doc │ │ │ │ │ ├── gphoto2-port-api.sgml │ │ │ │ │ └── Makefile.am │ │ │ │ ├── gphoto-m4 │ │ │ │ │ ├── gp-manual-documentation.m4 │ │ │ │ │ ├── Makefile.am │ │ │ │ │ ├── gp-subpackage.m4 │ │ │ │ │ ├── gp-udev.m4 │ │ │ │ │ ├── gp-check-doxygen.m4 │ │ │ │ │ ├── gp-manual-gtk-doc.m4 │ │ │ │ │ ├── gp-internal-docs.m4 │ │ │ │ │ └── gp-manual-fig2dev.m4 │ │ │ │ ├── ptpip │ │ │ │ │ └── Makefile-files │ │ │ │ ├── disk │ │ │ │ │ └── Makefile-files │ │ │ │ ├── serial │ │ │ │ │ └── Makefile-files │ │ │ │ ├── usbscsi │ │ │ │ │ └── Makefile-files │ │ │ │ ├── libgphoto2_port.pc.in │ │ │ │ ├── libusb1 │ │ │ │ │ └── Makefile-files │ │ │ │ ├── usb │ │ │ │ │ └── Makefile-files │ │ │ │ ├── usbdiskdirect │ │ │ │ │ └── Makefile-files │ │ │ │ ├── vusb │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── README.txt │ │ │ │ ├── auto-m4 │ │ │ │ │ └── ltversion.m4 │ │ │ │ ├── libgphoto2_port-uninstalled.pc.in │ │ │ │ ├── installcheck.mk │ │ │ │ └── test │ │ │ │ │ └── Makefile.am │ │ │ │ ├── packaging │ │ │ │ ├── Makefile.am │ │ │ │ ├── ChangeLog │ │ │ │ ├── rpm │ │ │ │ │ ├── Makefile.am │ │ │ │ │ └── Makefile.in │ │ │ │ ├── linux-hotplug │ │ │ │ │ ├── Makefile.am │ │ │ │ │ └── 90-gphoto-camera-policy.fdi │ │ │ │ └── generic │ │ │ │ │ └── Makefile.am │ │ │ │ ├── camlibs │ │ │ │ ├── camlib.sym │ │ │ │ ├── template │ │ │ │ │ ├── README.template │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── minolta │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── dimagev │ │ │ │ │ │ ├── COPYING │ │ │ │ │ │ └── Makefile-files │ │ │ │ ├── sonydscf1 │ │ │ │ │ ├── README.sonydscf1 │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── mustek │ │ │ │ │ ├── AUTHOR │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── STATUS │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── image.h │ │ │ │ │ └── rs232.h │ │ │ │ ├── kodak │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── dc120 │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ └── Makefile-files │ │ │ │ │ ├── dc240 │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ ├── Makefile-files │ │ │ │ │ │ └── dc240.h │ │ │ │ │ ├── dc3200 │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ └── Makefile-files │ │ │ │ │ ├── ez200 │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ ├── Makefile-files │ │ │ │ │ │ └── Protocol.txt │ │ │ │ │ ├── dc210 │ │ │ │ │ │ ├── TODO │ │ │ │ │ │ └── Makefile-files │ │ │ │ │ └── CAMERAS │ │ │ │ ├── fuji │ │ │ │ │ ├── fuji.c │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── PROTOCOL │ │ │ │ ├── jd11 │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── decomp.h │ │ │ │ ├── konica │ │ │ │ │ ├── COPYING │ │ │ │ │ ├── qm150.c │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── qm150.txt │ │ │ │ │ ├── README.konica │ │ │ │ │ ├── localization │ │ │ │ │ │ └── Makefile.am │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── TODO │ │ │ │ ├── largan │ │ │ │ │ └── lmini │ │ │ │ │ │ ├── README.largan-lmini │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ ├── lmini_ccd.h │ │ │ │ │ │ └── Makefile-files │ │ │ │ ├── ptp2 │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── TODO │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── olympus-wrap.h │ │ │ │ ├── canon │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── crc.h │ │ │ │ │ ├── doc │ │ │ │ │ │ └── Makefile.am │ │ │ │ │ ├── .indent.pro │ │ │ │ │ └── Makefile-files │ │ │ │ ├── casio │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── casio-qv.c │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── ycctoppm.h │ │ │ │ │ └── camtojpeg.h │ │ │ │ ├── digita │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── dimera │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── CREDITS │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── TODO │ │ │ │ ├── jamcam │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── README.jamcam │ │ │ │ ├── ricoh │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── sierra │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── stv0680 │ │ │ │ │ ├── LICENCE │ │ │ │ │ ├── bayer.c │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── demosaic_sharpen.c │ │ │ │ │ ├── 680_commands_and_communication_sdk.pdf.gz │ │ │ │ │ ├── sharpen.h │ │ │ │ │ ├── README.pdf │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── CREDITS │ │ │ │ │ ├── demosaic_sharpen.h │ │ │ │ │ └── bayer.h │ │ │ │ ├── sx330z │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── directory │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── panasonic │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── l859 │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ ├── Makefile-files │ │ │ │ │ │ ├── TODO │ │ │ │ │ │ └── README.panasonic-l859 │ │ │ │ │ ├── README.panasonic │ │ │ │ │ ├── coolshot │ │ │ │ │ │ ├── Makefile-files │ │ │ │ │ │ ├── ChangeLog │ │ │ │ │ │ └── README.panasonic-coolshot │ │ │ │ │ └── Makefile-files │ │ │ │ ├── pccam600 │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── README.pccam600 │ │ │ │ │ └── Makefile-files │ │ │ │ ├── polaroid │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── dlink350f.h │ │ │ │ ├── spca50x │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── ChangeLog.gsmart │ │ │ │ │ ├── README.spca50x │ │ │ │ │ ├── ChangeLog.benq │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog.spca504_flash │ │ │ │ ├── soundvision │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── BUGS │ │ │ │ │ └── Makefile-files │ │ │ │ ├── agfa-cl20 │ │ │ │ │ ├── pic-header.txt │ │ │ │ │ ├── STATUS │ │ │ │ │ ├── README.agfa-cl20 │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── digigr8 │ │ │ │ │ ├── digi_postprocess.c │ │ │ │ │ └── Makefile-files │ │ │ │ ├── jl2005c │ │ │ │ │ ├── README.jl2005bcd-compression │ │ │ │ │ ├── jpeg_memsrcdest.h │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── jl2005bcd_decompress.h │ │ │ │ ├── pentax │ │ │ │ │ ├── README.pentax │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── js0n.h │ │ │ │ │ └── Makefile-files │ │ │ │ ├── sq905 │ │ │ │ │ ├── TODO │ │ │ │ │ └── Makefile-files │ │ │ │ ├── gsmart300 │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── Makefile-files │ │ │ │ ├── lg_gsm │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── README.lg_gsm │ │ │ │ ├── samsung │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── barbie │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── hp215 │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── adc65 │ │ │ │ │ ├── TODO │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── Changelog │ │ │ │ ├── aox │ │ │ │ │ └── Makefile-files │ │ │ │ ├── ax203 │ │ │ │ │ ├── jpeg_memsrcdest.h │ │ │ │ │ └── Makefile-files │ │ │ │ ├── enigma13 │ │ │ │ │ ├── ChangeLog │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── STATUS │ │ │ │ │ └── README.enigma13 │ │ │ │ ├── mars │ │ │ │ │ └── Makefile-files │ │ │ │ ├── stv0674 │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── Changelog │ │ │ │ ├── iclick │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── smal │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── sonydscf55 │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── TODO │ │ │ │ │ └── ChangeLog │ │ │ │ ├── sonix │ │ │ │ │ └── Makefile-files │ │ │ │ ├── jl2005a │ │ │ │ │ ├── Makefile-files │ │ │ │ │ └── ChangeLog │ │ │ │ ├── tp6801 │ │ │ │ │ └── Makefile-files │ │ │ │ ├── pccam300 │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── README.pccam300 │ │ │ │ ├── topfield │ │ │ │ │ ├── Makefile-files │ │ │ │ │ ├── ChangeLog │ │ │ │ │ └── crc16.h │ │ │ │ ├── clicksmart310 │ │ │ │ │ └── Makefile-files │ │ │ │ ├── toshiba │ │ │ │ │ └── pdrm11 │ │ │ │ │ │ └── Makefile-files │ │ │ │ ├── st2205 │ │ │ │ │ └── Makefile-files │ │ │ │ └── sipix │ │ │ │ │ └── Makefile-files │ │ │ │ ├── AUTHORS │ │ │ │ ├── COPYING │ │ │ │ ├── ChangeLog │ │ │ │ ├── MAINTAINERS │ │ │ │ ├── doc │ │ │ │ ├── api │ │ │ │ │ ├── gphoto2-api.sgml │ │ │ │ │ └── Makefile.am │ │ │ │ ├── README.apidocs │ │ │ │ ├── frontend_devel.txt │ │ │ │ ├── frontend_devel.sgml │ │ │ │ └── build_OS2.txt │ │ │ │ ├── gphoto-m4 │ │ │ │ ├── gp-manual-documentation.m4 │ │ │ │ ├── Makefile.am │ │ │ │ ├── gp-subpackage.m4 │ │ │ │ ├── gp-udev.m4 │ │ │ │ ├── gp-check-doxygen.m4 │ │ │ │ ├── gp-manual-gtk-doc.m4 │ │ │ │ ├── gp-internal-docs.m4 │ │ │ │ └── gp-manual-fig2dev.m4 │ │ │ │ ├── libgphoto2.pc.in │ │ │ │ ├── README │ │ │ │ ├── auto-m4 │ │ │ │ └── ltversion.m4 │ │ │ │ ├── libgphoto2 │ │ │ │ ├── exif.h │ │ │ │ └── gamma.h │ │ │ │ ├── tests │ │ │ │ ├── test-pedantic-compilation.cxx │ │ │ │ ├── test-pedantic-compilation.c │ │ │ │ └── ddb │ │ │ │ │ ├── ddb-common.c │ │ │ │ │ └── check-ddb.sh.in │ │ │ │ ├── examples │ │ │ │ ├── samples.h │ │ │ │ └── context.c │ │ │ │ ├── libgphoto2-uninstalled.pc.in │ │ │ │ └── installcheck.mk │ │ ├── ltdl │ │ │ ├── src │ │ │ │ ├── androidcompat.h │ │ │ │ └── android │ │ │ │ │ └── config.h │ │ │ └── CMakeLists.txt │ │ └── camera.h │ │ ├── AndroidManifest.xml │ │ └── java │ │ └── de │ │ └── stuermerbenjamin │ │ └── android │ │ └── gphoto2 │ │ └── Camera.kt └── proguard-rules.pro ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── app └── src │ ├── main │ ├── ic_launcher-playstore.png │ ├── res │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ ├── values │ │ │ ├── ic_launcher_background.xml │ │ │ ├── strings.xml │ │ │ ├── colors.xml │ │ │ └── styles.xml │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_launcher.xml │ │ │ └── ic_launcher_round.xml │ │ └── drawable │ │ │ └── ic_launcher_foreground.xml │ └── AndroidManifest.xml │ ├── test │ └── java │ │ └── de │ │ └── stuermerbenjamin │ │ └── sample │ │ └── ExampleUnitTest.kt │ └── androidTest │ └── java │ └── de │ └── stuermerbenjamin │ └── sample │ └── ExampleInstrumentedTest.kt ├── settings.gradle ├── .travis.yml └── gradle.properties /camera/consumer-rules.pro: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/config.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/config.h: -------------------------------------------------------------------------------- 1 | #define PACKAGE_VERSION "2.5.23" 2 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /camera/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = linux-hotplug generic rpm 2 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/camlib.sym: -------------------------------------------------------------------------------- 1 | camera_abilities 2 | camera_id 3 | camera_init 4 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/template/README.template: -------------------------------------------------------------------------------- 1 | This is a template for a camera library. 2 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /app/src/main/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/ic_launcher-playstore.png -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif/_stdint.h: -------------------------------------------------------------------------------- 1 | /* This file is generated automatically by configure */ 2 | #include 3 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/minolta/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += minolta/NEWER_MINOLTAS 4 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | 3 | // contains the source code and CMake build script for the libgphoto2 library. 4 | include ':camera' 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/iolib.sym: -------------------------------------------------------------------------------- 1 | gp_port_library_list 2 | gp_port_library_operations 3 | gp_port_library_type 4 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/be.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/be.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/bs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/bs.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/cs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/cs.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/da.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/da.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/de.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/de.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/es.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/es.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/fr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/fr.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/it.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/it.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/ja.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/ja.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/nl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/nl.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/pl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/pl.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/pt.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/pt.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/ru.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/ru.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/sk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/sk.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/sq.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/sq.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/sr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/sr.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/sv.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/sv.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/tr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/tr.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/uk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/uk.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/vi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/vi.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/en_AU.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/en_AU.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/en_CA.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/en_CA.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/en_GB.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/en_GB.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/pt_BR.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/pt_BR.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/zh_CN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libexif/libexif-0.6.21/po/zh_CN.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/AUTHORS -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/COPYING -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf1/README.sonydscf1: -------------------------------------------------------------------------------- 1 | Camera is freshly updated and new. 2 | 3 | - Image download works 4 | - --summary works 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/cs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/cs.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/da.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/da.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/de.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/de.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/es.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/es.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/eu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/eu.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/fr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/fr.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/hu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/hu.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/it.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/it.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/ja.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/ja.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/nl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/nl.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/pl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/pl.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/ru.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/ru.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/sv.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/sv.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/uk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/uk.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/vi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/vi.gmo -------------------------------------------------------------------------------- /app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #58DCA8 4 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/MAINTAINERS -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/AUTHOR: -------------------------------------------------------------------------------- 1 | Henning Zabel 2 | 3 | Gphoto2 Port by Marcus Meissner 4 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/zh_CN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/zh_CN.gmo -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | A Camera 3 | 4 | Detect 5 | 6 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/template/ChangeLog: -------------------------------------------------------------------------------- 1 | 2005-12-25 Hubert Figuiere 2 | 3 | * template.c: cleanup and some warning fixed. 4 | 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | # SUBDIRS = dc120 dc210 dc240 dc3200 ez200 4 | 5 | EXTRA_DIST += kodak/CAMERAS 6 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/fuji/fuji.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/fuji/fuji.c -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/fuji/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/fuji/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jd11/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jd11/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/COPYING -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/qm150.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/qm150.c -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/largan/lmini/README.largan-lmini: -------------------------------------------------------------------------------- 1 | This is the driver for largan lmini camera. 2 | 3 | It is still untested because I don't have the camera. 4 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ptp2/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ptp2/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/quot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/canon/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/canon/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/casio-qv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/casio-qv.c -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/digita/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/digita/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/dimera/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/dimera/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jamcam/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jamcam/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/qm150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/qm150.txt -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ricoh/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ricoh/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sierra/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sierra/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/LICENCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/LICENCE -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/bayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/bayer.c -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sx330z/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sx330z/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/api/gphoto2-api.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/api/gphoto2-api.sgml -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/de.po -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/eu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/eu.po -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/directory/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/directory/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam600/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam600/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/polaroid/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/polaroid/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf1/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf1/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/COPYING.LIB -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/cs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/cs.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/da.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/da.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/de.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/de.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/es.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/es.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/eu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/eu.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/fi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/fi.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/fr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/fr.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/it.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/it.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/ja.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/ja.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/nl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/nl.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/pl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/pl.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/ru.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/ru.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/sk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/sk.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/sr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/sr.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/sv.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/sv.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/uk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/uk.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/vi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/vi.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/rpm/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/rpm/Makefile.am -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/rpm/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/rpm/Makefile.in -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/quot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc120/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc120/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc240/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc240/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/README.konica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/README.konica -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/soundvision/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/soundvision/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/pt_BR.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/pt_BR.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/zh_CN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/zh_CN.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/zh_TW.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/zh_TW.gmo -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/agfa-cl20/pic-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/agfa-cl20/pic-header.txt -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc3200/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc3200/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/largan/lmini/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/largan/lmini/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/minolta/dimagev/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/minolta/dimagev/COPYING -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/l859/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/l859/ChangeLog -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/ChangeLog.gsmart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/ChangeLog.gsmart -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/README.spca50x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/README.spca50x -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/AUTHORS: -------------------------------------------------------------------------------- 1 | Lutz Mueller 2 | Jan Patera 3 | Hans Ulrich Niedermann 4 | Hubert Figuiere 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/digigr8/digi_postprocess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/digigr8/digi_postprocess.c -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/README.panasonic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/README.panasonic -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/demosaic_sharpen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/demosaic_sharpen.c -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-manual-documentation.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-manual-documentation.m4 -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/quot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/AUTHORS: -------------------------------------------------------------------------------- 1 | Scott Fritzinger 2 | Johannes Erdfelt (USB support) 3 | 4 | Based on work by: 5 | Beat Christen 6 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/README: -------------------------------------------------------------------------------- 1 | libgphoto2_port is a part of libgphoto2. 2 | 3 | It could be separated, but as nobody else is using it, it remains 4 | integrated into the libgphoto2 package. 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/doc/gphoto2-port-api.sgml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/doc/gphoto2-port-api.sgml -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jl2005c/README.jl2005bcd-compression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jl2005c/README.jl2005bcd-compression -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/test/nls/print-localedir.c: -------------------------------------------------------------------------------- 1 | #include "config.h" 2 | #include "libexif/i18n.h" 3 | 4 | #include 5 | 6 | int main() 7 | { 8 | puts(LOCALEDIR); 9 | puts("\n"); 10 | return 0; 11 | } 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/largan/lmini/lmini_ccd.h: -------------------------------------------------------------------------------- 1 | #ifndef __LARGAN_CCD_H__ 2 | #define __LARGAN_CCD_H__ 3 | 4 | void largan_ccd2dib(char *pData, char *pDib, long dwDibRowBytes, int nCcdFactor); 5 | 6 | #endif 7 | 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | Name: libexif 2 | Description: Library for easy access to EXIF data 3 | Version: @VERSION@ 4 | Libs: ${pcfiledir}/libexif/libexif.la 5 | Cflags: -I${pcfiledir}/@srcdir@ -I${pcfiledir} 6 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/localization/Makefile.am: -------------------------------------------------------------------------------- 1 | localizationdir = $(datadir)/$(PACKAGE)/$(VERSION)/konica 2 | localization_DATA = english french german japanese korean spanish 3 | 4 | EXTRA_DIST = $(localization_DATA) 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-manual-documentation.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-manual-documentation.m4 -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #008577 4 | #00574B 5 | #D81B60 6 | 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/canon/crc.h: -------------------------------------------------------------------------------- 1 | #ifndef CRC_H 2 | #define CRC_H 3 | 4 | int canon_psa50_gen_crc(const unsigned char *pkt, int len); 5 | int canon_psa50_chk_crc(const unsigned char *pkt, int len, unsigned short crc); 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pentax/README.pentax: -------------------------------------------------------------------------------- 1 | This driver is imported from the pkremote project. 2 | 3 | http://sf.net/projects/pkremote/ 4 | 5 | It uses special SCSI commands tunneled over USB Mass 6 | Storage to control the camera. 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/680_commands_and_communication_sdk.pdf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thebino/libgphoto2android/HEAD/camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/680_commands_and_communication_sdk.pdf.gz -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/m4m/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-config-msg.m4 gp-documentation.m4 gp-gettext-hack.m4 gp-packaging.m4 gp-pkg-config.m4 gp-references.m4 stdint.m4 2 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/sharpen.h: -------------------------------------------------------------------------------- 1 | #ifndef __STV680_SHARPEN_H 2 | #define __STV680_SHARPEN_H 3 | void sharpen(int width, int height, 4 | unsigned char *src_region, unsigned char *dest_region, 5 | int sharpen_percent 6 | ); 7 | #endif 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/contrib/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = examples 2 | 3 | # The c++ and aolserver contrib directories are out of date and are 4 | # are pointless to distribute in the offical source release. 5 | 6 | EXTRA_DIST = watcom/Makefile watcom/_stdint.h 7 | 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/boldquot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | s/“/“/g 8 | s/”/”/g 9 | s/‘/‘/g 10 | s/’/’/g 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/Makefile.am: -------------------------------------------------------------------------------- 1 | # This is the compatibility Makefile.am - you are probably better off 2 | # just including the Makefile-files directly from your top-level 3 | # Makefile.am. 4 | 5 | EXTRA_DIST = 6 | 7 | include Makefile-files 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-subpackage.m4: -------------------------------------------------------------------------------- 1 | AC_DEFUN([GP_SUBPACKAGE], 2 | [ 3 | AC_ARG_VAR([enable_subpackage_][$1], [enable subpackage ][$1][ (true or false)]) 4 | test "x${[enable_subpackage_][$1]}" = "x" && [enable_subpackage_][$1]=true 5 | ])dnl 6 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/boldquot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | s/“/“/g 8 | s/”/”/g 9 | s/‘/‘/g 10 | s/’/’/g 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/Makefile.am: -------------------------------------------------------------------------------- 1 | # This is the compatibility Makefile.am - you are probably better off 2 | # just including the Makefile-files directly from your top-level 3 | # Makefile.am. 4 | 5 | EXTRA_DIST = 6 | 7 | include Makefile-files 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-subpackage.m4: -------------------------------------------------------------------------------- 1 | AC_DEFUN([GP_SUBPACKAGE], 2 | [ 3 | AC_ARG_VAR([enable_subpackage_][$1], [enable subpackage ][$1][ (true or false)]) 4 | test "x${[enable_subpackage_][$1]}" = "x" && [enable_subpackage_][$1]=true 5 | ])dnl 6 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/doc/README.apidocs: -------------------------------------------------------------------------------- 1 | Rules for the API docs: 2 | 3 | 1. Clearly distinguish between internal and the external API/ABI. 4 | 2. Mark internal stuff with \internal. 5 | 3. If this has been solved, start documenting the external interface. 6 | 7 | Thank you. 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/ez200/ChangeLog: -------------------------------------------------------------------------------- 1 | 2007-06-04 Marcus Meissner 2 | 3 | * ez200.c, ez200.h, library.c: Collapsed the driver 4 | into 1 file, ez200.c 5 | 6 | * ez200.c: Cleaned up, tightened code. 7 | * ez200.c: Added delete-all. 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ptp2/TODO: -------------------------------------------------------------------------------- 1 | Unordered TODO list: 2 | 3 | -- lot of internal error handling code is needed and the whole internal 4 | error reporting scheme has to be reorganized and improved! 5 | 6 | -- consider the idea of adding lasterror variable to PTPParams 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sq905/TODO: -------------------------------------------------------------------------------- 1 | Here is a short list of things which might still need work. It is envisioned 2 | that this list might change from time to time. 3 | 4 | Not much left on the list of unsupported functionality, AFAIK. 5 | 6 | Theodore Kilgore (03/09/07) -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/boldquot.sed: -------------------------------------------------------------------------------- 1 | s/"\([^"]*\)"/“\1”/g 2 | s/`\([^`']*\)'/‘\1’/g 3 | s/ '\([^`']*\)' / ‘\1’ /g 4 | s/ '\([^`']*\)'$/ ‘\1’/g 5 | s/^'\([^`']*\)' /‘\1’ /g 6 | s/“”/""/g 7 | s/“/“/g 8 | s/”/”/g 9 | s/‘/‘/g 10 | s/’/’/g 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/gsmart300/ChangeLog: -------------------------------------------------------------------------------- 1 | 2007-12-10 Marcus Meissner 2 | 3 | * *.[ch]: use gp_file_append(), removed some signedness warnings. 4 | 5 | 6 | Sam Jan 18 11:28:57 2003 Till Adam 7 | 8 | * initial import 9 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/lg_gsm/ChangeLog: -------------------------------------------------------------------------------- 1 | 2005-12-25 Hubert Figuiere 2 | 3 | * library.c, lg_gsm.c: cleanup the code and warning removal 4 | 5 | 2005-12-16 Guillaume Bedot 6 | 7 | * First attempt to make a gphoto2 driver for the LG T5100 8 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/POTFILES.in: -------------------------------------------------------------------------------- 1 | libgphoto2_port/gphoto2-port-info-list.c 2 | libgphoto2_port/gphoto2-port-result.c 3 | libgphoto2_port/gphoto2-port.c 4 | disk/disk.c 5 | serial/unix.c 6 | usbdiskdirect/linux.c 7 | usb/libusb.c 8 | libusb1/libusb1.c 9 | usbscsi/linux.c 10 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/STATUS: -------------------------------------------------------------------------------- 1 | Current Status: 2 | 3 | It compiles. 4 | 5 | Due to the USB Interrupt reading the driver is not yet working with USB. 6 | Sometimes the correct interrupt data is transfered, most time it isn't. 7 | 8 | I do not have a serial cable :/ 9 | 10 | - Marcus 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/README.apidocs: -------------------------------------------------------------------------------- 1 | Rules for the API docs: 2 | 3 | 1. DO NOT DOCUMENT ANYTHING YET 4 | 2. If you know a method to keep API docs and internal docs apart, with 5 | doxygen, please tell us. 6 | 3. If this has been solved, start documenting the external interface. 7 | 8 | Thank you. 9 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@ 5 | 6 | Name: libexif 7 | Description: Library for easy access to EXIF data 8 | Requires: 9 | Version: @VERSION@ 10 | Libs: -L${libdir} -lexif 11 | Libs.private: -lm 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/agfa-cl20/STATUS: -------------------------------------------------------------------------------- 1 | Thumbnail and full image support for all resolutions. 2 | 3 | Deleting files not yet supported. 4 | 5 | Need to experiment more what happens with huge number of pictures. 6 | Send me a corrupted image if you find any! 7 | Use gphoto2 to extract the raw data also 8 | 9 | 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/README.pdf: -------------------------------------------------------------------------------- 1 | The documentation found in the PDF file is part of the STV 0680 SDK. 2 | 3 | It was provided by STM without NDA for 'use by interested developers' and 4 | contains the important parts of the USB command set. 5 | 6 | It was provided 'as is' and does not imply any official support from STM. 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/samsung/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += samsung.la 4 | EXTRA_DIST += samsung/ChangeLog 5 | 6 | samsung_la_SOURCES = samsung/samsung.c 7 | samsung_la_LDFLAGS = $(camlib_ldflags) 8 | samsung_la_DEPENDENCIES = $(camlib_dependencies) 9 | samsung_la_LIBADD = $(camlib_libadd) 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif/fuji/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | noinst_LTLIBRARIES += libmnote-fuji.la 3 | libmnote_fuji_la_SOURCES = \ 4 | fuji/mnote-fuji-entry.c fuji/mnote-fuji-entry.h \ 5 | fuji/exif-mnote-data-fuji.c fuji/exif-mnote-data-fuji.h \ 6 | fuji/mnote-fuji-tag.c fuji/mnote-fuji-tag.h 7 | libmnote_fuji_la_LIBADD = $(LTLIBINTL) 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/barbie/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += barbie/Protocol.txt barbie/ChangeLog 4 | EXTRA_LTLIBRARIES += barbie.la 5 | 6 | barbie_la_SOURCES = barbie/barbie.c 7 | barbie_la_LDFLAGS = $(camlib_ldflags) 8 | barbie_la_DEPENDENCIES = $(camlib_dependencies) 9 | barbie_la_LIBADD = $(camlib_libadd) 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif/canon/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | noinst_LTLIBRARIES += libmnote-canon.la 3 | libmnote_canon_la_SOURCES = \ 4 | canon/exif-mnote-data-canon.c canon/exif-mnote-data-canon.h \ 5 | canon/mnote-canon-entry.c canon/mnote-canon-entry.h \ 6 | canon/mnote-canon-tag.c canon/mnote-canon-tag.h 7 | libmnote_canon_la_LIBADD = $(LTLIBINTL) 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/fuji/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += fuji/PROTOCOL fuji/ChangeLog 4 | 5 | EXTRA_LTLIBRARIES += fuji.la 6 | 7 | fuji_la_SOURCES = fuji/library.c fuji/fuji.c fuji/fuji.h 8 | fuji_la_LDFLAGS = $(camlib_ldflags) 9 | fuji_la_DEPENDENCIES = $(camlib_dependencies) 10 | fuji_la_LIBADD = $(camlib_libadd) 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pentax/ChangeLog: -------------------------------------------------------------------------------- 1 | 2011-10-01 Marcus Meissner 2 | 3 | * pslr.c,pslr.h: Imported from pkremote project, adjusted to 4 | have more generic port handling 5 | 6 | * library.c: Interfaced with pslr code: 7 | - capture image (to ram) 8 | - configuration of base values 9 | - capture tethered 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sx330z/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += sx330z.la 4 | EXTRA_DIST += sx330z/ChangeLog 5 | 6 | sx330z_la_SOURCES = sx330z/library.c sx330z/sx330z.c sx330z/sx330z.h 7 | sx330z_la_LDFLAGS = $(camlib_ldflags) 8 | sx330z_la_DEPENDENCIES = $(camlib_dependencies) 9 | sx330z_la_LIBADD = $(camlib_libadd) 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/hp215/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += hp215.la 4 | EXTRA_DIST += hp215/ChangeLog hp215/PROTOCOL 5 | 6 | hp215_la_SOURCES = hp215/hp215.c hp215/hp215.h hp215/crctab.h 7 | hp215_la_LDFLAGS = $(camlib_ldflags) 8 | hp215_la_DEPENDENCIES = $(camlib_dependencies) 9 | hp215_la_LIBADD = $(camlib_libadd) 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/fuji/PROTOCOL: -------------------------------------------------------------------------------- 1 | 2 | These are just some quick notes. 3 | 4 | fuji_get_cmds: 5 | -------------- 6 | ESC STX 7 | 00 4d 1b 00 8 | 00 02 07 09 0a 0b 0c 0e 0f 11 13 17 19 1b 29 4c 51 80 82 84 86 c0 20 22 2a 2b 2e 9 | ESC ETX 10 | 9b 11 | 12 | fuji_pic_count: 13 | --------------- 14 | ESC STX 15 | 00 06 02 00 16 | 02 00 17 | ESC ETX 18 | 05 19 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc210/TODO: -------------------------------------------------------------------------------- 1 | There are still some minor problems/issues: 2 | 3 | - Check the epoch problem that occurs when setting/reading the 4 | camera or file time 5 | - Internationalization 6 | - Allow switching the thumbnail type in preferences 7 | - Clean up the code and add some more comments 8 | - Find the error in reading the battery status 9 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/contrib/watcom/_stdint.h: -------------------------------------------------------------------------------- 1 | #ifndef __STDINT_H 2 | #define __STDINT_H 3 | #include 4 | typedef unsigned char uint8_t; 5 | typedef unsigned short uint16_t; 6 | typedef unsigned long uint32_t; 7 | 8 | typedef signed char int8_t; 9 | typedef signed short int16_t; 10 | typedef signed long int32_t; 11 | #endif 12 | 13 | 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif/pentax/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | noinst_LTLIBRARIES += libmnote-pentax.la 3 | libmnote_pentax_la_SOURCES = \ 4 | pentax/mnote-pentax-entry.c pentax/mnote-pentax-entry.h \ 5 | pentax/exif-mnote-data-pentax.c pentax/exif-mnote-data-pentax.h \ 6 | pentax/mnote-pentax-tag.c pentax/mnote-pentax-tag.h 7 | libmnote_pentax_la_LIBADD = $(LTLIBINTL) 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/adc65/TODO: -------------------------------------------------------------------------------- 1 | 04/19/2001 - Benjamin Moos 2 | * Not much, it works finally! 3 | * The images are less than perfect, but I like them better than the 4 | overprocessed ones that the Windows driver puts out. I need to 5 | analyze the response curves for each color of CMOS cell for one, and 6 | we could definitely use some judicious smoothing. 7 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/canon/doc/Makefile.am: -------------------------------------------------------------------------------- 1 | # The name of the module. 2 | DOC_MODULE=canon 3 | 4 | # The directory containing the source code (if it contains documentation). 5 | DOC_SOURCE_DIR=$(top_srcdir)/camlibs/canon 6 | 7 | # include common doc generation rules 8 | include $(top_srcdir)/libgphoto2_port/doc/DocRules.am 9 | 10 | EXTRA_DIST += Protocol.xml 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam600/README.pccam600: -------------------------------------------------------------------------------- 1 | This software is based upon usbsniffing, and therefore is 2 | marked EXPERIMENTAL. 3 | The format of the WAV file is IMA ADPCM (code=0x11) also called DVI ADPCM, 4 | and can be converted with sox -i inputfile outputfile. 5 | The format of the RAW files is unknown so if anyone finds/knows a way 6 | to decode it please contact me. -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/aox/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += aox.la 4 | camlibdoc_DATA += aox/README.aox 5 | 6 | EXTRA_DIST += aox/README.aox aox/ChangeLog 7 | 8 | aox_la_SOURCES = aox/library.c aox/aox.c aox/aox.h 9 | aox_la_LDFLAGS = $(camlib_ldflags) 10 | aox_la_DEPENDENCIES = $(camlib_dependencies) 11 | aox_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/libexif/olympus/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | noinst_LTLIBRARIES += libmnote-olympus.la 3 | libmnote_olympus_la_SOURCES = \ 4 | olympus/mnote-olympus-entry.c olympus/mnote-olympus-entry.h \ 5 | olympus/exif-mnote-data-olympus.c olympus/exif-mnote-data-olympus.h \ 6 | olympus/mnote-olympus-tag.c olympus/mnote-olympus-tag.h 7 | libmnote_olympus_la_LIBADD = $(LTLIBINTL) 8 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ax203/jpeg_memsrcdest.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #if JPEG_LIB_VERSION < 80 && !defined(MEM_SRCDST_SUPPORTED) 4 | 5 | void 6 | jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer, 7 | unsigned long bufsize); 8 | 9 | void 10 | jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer, 11 | unsigned long * outsize); 12 | 13 | #endif 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/api/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | # The name of the module. 4 | DOC_MODULE=gphoto2 5 | 6 | # The directory containing the source code (if it contains documentation). 7 | DOC_SOURCE_DIR=../../libgphoto2 8 | 9 | # include common doc generation rules 10 | include $(top_srcdir)/libgphoto2_port/doc/DocRules.am 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jl2005c/jpeg_memsrcdest.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #if JPEG_LIB_VERSION < 80 && !defined(MEM_SRCDST_SUPPORTED) 4 | 5 | void 6 | jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer, 7 | unsigned long bufsize); 8 | 9 | void 10 | jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer, 11 | unsigned long * outsize); 12 | 13 | #endif 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/ptpip/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += ptpip.la 4 | 5 | ptpip_la_LDFLAGS = $(iolib_ldflags) 6 | ptpip_la_CPPFLAGS = \ 7 | $(AM_CPPFLAGS) \ 8 | $(INTL_CFLAGS) \ 9 | $(CPPFLAGS) 10 | ptpip_la_DEPENDENCIES = $(iolib_dependencies) 11 | ptpip_la_LIBADD = $(iolib_libadd) $(INTLLIBS) 12 | ptpip_la_SOURCES = ptpip/ptpip.c 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/binary/Makefile.am: -------------------------------------------------------------------------------- 1 | if SHIP_BINARIES 2 | 3 | EXTRA_DIST = include bin 4 | 5 | SH_DIST_HOOK = dist-ship-binary-hook 6 | dist-ship-binary-hook include bin: 7 | cd "$(top_builddir)" && $(MAKE) includedir="$(PWD)/include" DESTDIR="" prefix="$(PWD)/tmp" install 8 | mkdir -p "$(PWD)/bin" 9 | cp "$(PWD)/tmp/bin/"*.dll "bin/" 10 | 11 | endif 12 | 13 | dist-hook: $(SH_DIST_HOOK) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/adc65/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += adc65/README.adc65 adc65/TODO adc65/Changelog 4 | camlibdoc_DATA += adc65/README.adc65 5 | 6 | EXTRA_LTLIBRARIES += adc65.la 7 | 8 | adc65_la_SOURCES = adc65/adc65.c 9 | adc65_la_LDFLAGS = $(camlib_ldflags) 10 | adc65_la_DEPENDENCIES = $(camlib_dependencies) 11 | adc65_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/soundvision/BUGS: -------------------------------------------------------------------------------- 1 | Known Bugs: 2 | 3 | overall: 4 | * Long timeout (and usb read error) on alternate runnings of gphoto2. 5 | All attempts to track this down so far have failed. 6 | 7 | agfa-specific: 8 | 9 | 10 | tiger-fastflicks specific: 11 | * File upload for tiger doesn't work [even though it should]. 12 | * Delete-all on tiger sometimes causes problems. 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/enigma13/ChangeLog: -------------------------------------------------------------------------------- 1 | 2004-12-22 Hubert Figuiere 2 | 3 | * enigma13.c (enigma13_detect_storage_type): Comment out dead code. 4 | (enigma13_get_filecount): Comment out dead code. 5 | 6 | 2004-10-28 Hubert Figuiere 7 | 8 | * enigma13.c (enigma13_flash_delete_all): Fix build for gcc 2.9 9 | (bug #1055868) 10 | 11 | 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/ChangeLog.benq: -------------------------------------------------------------------------------- 1 | Mon Jan 20 20:45:15 2003 Till Adam 2 | 3 | * remove unused exit handler 4 | * write the current date and time to the cam in init, to sync it. It seems 5 | to require that occasionally to be able to keep time. 6 | 7 | Sam Jan 18 22:00:10 2003 Till Adam 8 | 9 | * initial import 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jd11/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += jd11/jd11.html jd11/ChangeLog 4 | 5 | EXTRA_LTLIBRARIES += jd11.la 6 | 7 | jd11_la_SOURCES = \ 8 | jd11/jd11.c \ 9 | jd11/serial.h jd11/serial.c \ 10 | jd11/decomp.h jd11/decomp.c 11 | jd11_la_LDFLAGS = $(camlib_ldflags) 12 | jd11_la_DEPENDENCIES = $(camlib_dependencies) 13 | jd11_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/ltdl/src/androidcompat.h: -------------------------------------------------------------------------------- 1 | /* androidcompat.h -- android compatibility header file 2 | * Copyright (C) 2010 Konstantin Sobolev 3 | * konstantin.sobolev@gmail.com 4 | */ 5 | 6 | #ifndef ANDROIDCOMPAT_H 7 | #define ANDROIDCOMPAT_H 1 8 | 9 | # ifndef __error_t_defined 10 | typedef int error_t; 11 | # define __error_t_defined 1 12 | # endif 13 | 14 | #include 15 | 16 | #endif 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/camera.h: -------------------------------------------------------------------------------- 1 | #ifndef __CAMERA_H 2 | #define __CAMERA_H 3 | #include 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | extern int get_config_value_string (Camera *, const char *, char **, GPContext *); 10 | extern int set_config_value_string (Camera *, const char *, const char *, GPContext *); 11 | 12 | 13 | #ifdef __cplusplus 14 | }; 15 | #endif 16 | 17 | #endif //__CAMERA_H 18 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/doc/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | # The name of the module. 4 | DOC_MODULE=gphoto2-port 5 | 6 | 7 | # The directory containing the source code (if it contains documentation). 8 | DOC_SOURCE_DIR=../libgphoto2_port 9 | 10 | # include common doc generation rules 11 | include DocRules.am 12 | 13 | EXTRA_DIST += DocRules.am 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/dimera/CREDITS: -------------------------------------------------------------------------------- 1 | $Id$ 2 | 3 | Brian Beattie 4 | Original gphoto 0.4 driver 5 | 6 | Chuck Homic 7 | Converting raw camera images to RGB 8 | 9 | Dan Fandrich 10 | Information on protocol, raw image format, gphoto2 port 11 | 12 | Gregg Berg 13 | Driver patches 14 | 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mars/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += mars/protocol.txt mars/README.mars mars/ChangeLog 4 | camlibdoc_DATA += mars/README.mars 5 | 6 | EXTRA_LTLIBRARIES += mars.la 7 | 8 | mars_la_SOURCES = mars/library.c mars/mars.c mars/mars.h 9 | mars_la_LDFLAGS = $(camlib_ldflags) 10 | mars_la_DEPENDENCIES = $(camlib_dependencies) 11 | mars_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/linux-hotplug/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = usbcam.console usbcam.group usbcam.user usbcam.x11-app \ 2 | 90-gphoto-camera-policy.fdi gphoto-set-procperm 3 | 4 | # FIXME: This should only be built if target system is linux - not if 5 | # the building system is linux. 6 | if HAVE_LINUX 7 | 8 | hotplugdoc_DATA = usbcam.console usbcam.group usbcam.user usbcam.x11-app 9 | 10 | endif 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/digita/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += digita.la 4 | EXTRA_DIST += digita/ChangeLog 5 | 6 | digita_la_SOURCES = \ 7 | digita/digita.c \ 8 | digita/serial.c \ 9 | digita/usb.c \ 10 | digita/commands.c \ 11 | digita/digita.h 12 | digita_la_LDFLAGS = $(camlib_ldflags) 13 | digita_la_DEPENDENCIES = $(camlib_dependencies) 14 | digita_la_LIBADD = $(camlib_libadd) 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/ez200/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += kodak/ez200/Protocol.txt kodak/ez200/ez200-lsusb.txt kodak/ez200/ChangeLog 4 | 5 | EXTRA_LTLIBRARIES += kodak_ez200.la 6 | 7 | kodak_ez200_la_SOURCES = kodak/ez200/ez200.c 8 | kodak_ez200_la_LDFLAGS = $(camlib_ldflags) 9 | kodak_ez200_la_DEPENDENCIES = $(camlib_dependencies) 10 | kodak_ez200_la_LIBADD = $(camlib_libadd) 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0674/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += stv0674/Protocol stv0674/Changelog 4 | 5 | EXTRA_LTLIBRARIES += stv0674.la 6 | 7 | stv0674_la_SOURCES = \ 8 | stv0674/stv0674.c stv0674/stv0674.h \ 9 | stv0674/library.c stv0674/library.h 10 | stv0674_la_LDFLAGS = $(camlib_ldflags) 11 | stv0674_la_DEPENDENCIES = $(camlib_dependencies) 12 | stv0674_la_LIBADD = $(camlib_libadd) 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/disk/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += disk.la 4 | 5 | disk_la_LDFLAGS = $(iolib_ldflags) 6 | disk_la_CPPFLAGS = \ 7 | $(AM_CPPFLAGS) \ 8 | $(INTL_CFLAGS) \ 9 | $(LIBUSB_CFLAGS) \ 10 | $(CPPFLAGS) 11 | disk_la_DEPENDENCIES = $(iolib_dependencies) 12 | disk_la_LIBADD = $(iolib_libadd) 13 | disk_la_LIBADD += $(INTLLIBS) 14 | disk_la_SOURCES = disk/disk.c 15 | -------------------------------------------------------------------------------- /app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jamcam/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += jamcam/README.jamcam jamcam/ChangeLog 4 | camlibdoc_DATA += jamcam/README.jamcam 5 | 6 | EXTRA_LTLIBRARIES += jamcam.la 7 | 8 | jamcam_la_SOURCES = jamcam/jamcam.c jamcam/library.c jamcam/library.h 9 | jamcam_la_LDFLAGS = $(camlib_ldflags) 10 | jamcam_la_DEPENDENCIES = $(camlib_dependencies) 11 | jamcam_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/lg_gsm/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += lg_gsm/README.lg_gsm lg_gsm/ChangeLog 4 | camlibdoc_DATA += lg_gsm/README.lg_gsm 5 | 6 | EXTRA_LTLIBRARIES += lg_gsm.la 7 | 8 | lg_gsm_la_SOURCES = lg_gsm/library.c lg_gsm/lg_gsm.c lg_gsm/lg_gsm.h 9 | lg_gsm_la_LDFLAGS = $(camlib_ldflags) 10 | lg_gsm_la_DEPENDENCIES = $(camlib_dependencies) 11 | lg_gsm_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0674/Changelog: -------------------------------------------------------------------------------- 1 | 2004-01-21 Marcus Meissner 2 | 3 | * stv0674.c: Added che-ez! snap 4 | 5 | 2002-12-03 Marcus Meissner 6 | 7 | * License changed to LGPL v2 (with Vincents agreement) 8 | 9 | 2002-12-03 Marcus Meissner 10 | 11 | * Initial import of camlib driver written by 12 | Vincent Sanders 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/iclick/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += iclick/README.iclick iclick/ChangeLog 4 | camlibdoc_DATA += iclick/README.iclick 5 | 6 | EXTRA_LTLIBRARIES += iclick.la 7 | 8 | iclick_la_SOURCES = iclick/library.c iclick/iclick.c iclick/iclick.h 9 | iclick_la_LDFLAGS = $(camlib_ldflags) 10 | iclick_la_DEPENDENCIES = $(camlib_dependencies) 11 | iclick_la_LIBADD = $(camlib_libadd) 12 | 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/smal/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += smal/README.smal smal/ChangeLog 4 | camlibdoc_DATA += smal/README.smal 5 | 6 | EXTRA_LTLIBRARIES += smal.la 7 | 8 | smal_la_SOURCES = \ 9 | smal/smal.c smal/ultrapocket.c \ 10 | smal/smal.h smal/ultrapocket.h 11 | smal_la_LDFLAGS = $(camlib_ldflags) 12 | smal_la_DEPENDENCIES = $(camlib_dependencies) 13 | smal_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/serial/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += serial.la 4 | 5 | serial_la_LDFLAGS = $(iolib_ldflags) 6 | serial_la_CPPFLAGS = \ 7 | $(AM_CPPFLAGS) \ 8 | $(INTL_CFLAGS) \ 9 | $(CPPFLAGS) 10 | serial_la_DEPENDENCIES = $(iolib_dependencies) 11 | serial_la_LIBADD = $(iolib_libadd) 12 | serial_la_LIBADD += $(SERIAL_LIBS) $(INTLLIBS) 13 | serial_la_SOURCES = serial/unix.c 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/directory/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += directory.la 4 | EXTRA_DIST += directory/ChangeLog 5 | 6 | directory_la_SOURCES = directory/directory.c 7 | directory_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) $(LIBEXIF_CFLAGS) 8 | directory_la_LDFLAGS = $(camlib_ldflags) 9 | directory_la_DEPENDENCIES = $(camlib_dependencies) 10 | directory_la_LIBADD = $(camlib_libadd) $(LIBEXIF_LIBS) 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/contrib/examples/Makefile.am: -------------------------------------------------------------------------------- 1 | # Simple example programs 2 | check_PROGRAMS = photographer thumbnail write-exif 3 | 4 | # Example programs with dependencies other than plain libexif 5 | COMPLICATED_EXAMPLES = cam_features.c 6 | 7 | # Build just the simple examples as a sanity check, but include them all in 8 | # the source archive 9 | 10 | EXTRA_DIST = $(COMPLICATED_EXAMPLES) 11 | LDADD = $(top_builddir)/libexif/libexif.la 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/agfa-cl20/README.agfa-cl20: -------------------------------------------------------------------------------- 1 | How to install this camlib: 2 | 3 | Copy the agfa-cl20 directory to ...../libgphoto2/camlibs 4 | 5 | Then, edit the file configure.in (in the libgphoto2 directory) on lines: 6 | 148, and 7 | 160 8 | to include "agfa-cl20" in the list of driver names. 9 | 10 | THEN you can run "sh autoconf.sh" 11 | ./configure --prefix=/usr --with-drivers=agfa-cl20 12 | make 13 | make install 14 | 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc120/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += kodak_dc120.la 4 | EXTRA_DIST += kodak/dc120/ChangeLog 5 | 6 | kodak_dc120_la_SOURCES = \ 7 | kodak/dc120/dc120.c kodak/dc120/dc120.h \ 8 | kodak/dc120/library.c kodak/dc120/library.h 9 | kodak_dc120_la_LDFLAGS = $(camlib_ldflags) 10 | kodak_dc120_la_DEPENDENCIES = $(camlib_dependencies) 11 | kodak_dc120_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc240/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += kodak_dc240.la 4 | EXTRA_DIST += kodak/dc240/ChangeLog 5 | 6 | kodak_dc240_la_SOURCES = \ 7 | kodak/dc240/dc240.c kodak/dc240/dc240.h \ 8 | kodak/dc240/library.c kodak/dc240/library.h 9 | kodak_dc240_la_LDFLAGS = $(camlib_ldflags) 10 | kodak_dc240_la_DEPENDENCIES = $(camlib_dependencies) 11 | kodak_dc240_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf55/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += sony_dscf55.la 4 | EXTRA_DIST += sonydscf55/ChangeLog sonydscf55/TODO 5 | 6 | sony_dscf55_la_SOURCES = \ 7 | sonydscf55/sony.c sonydscf55/sony.h \ 8 | sonydscf55/camera.c sonydscf55/nls.h 9 | sony_dscf55_la_LDFLAGS = $(camlib_ldflags) 10 | sony_dscf55_la_DEPENDENCIES = $(camlib_dependencies) 11 | sony_dscf55_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/usbscsi/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | ## Compile the IO library into a libtool module shared library 4 | EXTRA_LTLIBRARIES += usbscsi.la 5 | 6 | usbscsi_la_LDFLAGS = $(iolib_ldflags) 7 | usbscsi_la_CPPFLAGS = $(AM_CPPFLAGS) $(INTL_CFLAGS) $(CPPFLAGS) 8 | usbscsi_la_DEPENDENCIES = $(iolib_dependencies) 9 | usbscsi_la_LIBADD = $(iolib_libadd) $(INTLLIBS) 10 | usbscsi_la_SOURCES = usbscsi/linux.c 11 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc3200/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += kodak_dc3200.la 4 | EXTRA_DIST += kodak/dc3200/ChangeLog 5 | 6 | kodak_dc3200_la_SOURCES = \ 7 | kodak/dc3200/dc3200.c kodak/dc3200/dc3200.h \ 8 | kodak/dc3200/library.c kodak/dc3200/library.h 9 | kodak_dc3200_la_LDFLAGS = $(camlib_ldflags) 10 | kodak_dc3200_la_DEPENDENCIES = $(camlib_dependencies) 11 | kodak_dc3200_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/libgphoto2_port.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@ 5 | VERSION=@VERSION@ 6 | driverdir=@iolibdir@ 7 | 8 | Name: libgphoto2_port 9 | Description: Device-independent access to serial, USB, and other ports 10 | URL: http://gphoto.org/proj/libgphoto2/ 11 | Version: @VERSION@ 12 | Libs: -L${libdir} -lgphoto2_port -lm 13 | Cflags: -I${includedir}/gphoto2 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/libusb1/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += usb1.la 4 | 5 | usb1_la_LDFLAGS = $(iolib_ldflags) 6 | usb1_la_CPPFLAGS = \ 7 | $(AM_CPPFLAGS) \ 8 | $(INTL_CFLAGS) \ 9 | $(LIBUSB1_CFLAGS) \ 10 | $(CPPFLAGS) 11 | usb1_la_DEPENDENCIES = $(iolib_dependencies) 12 | usb1_la_LIBADD = $(iolib_libadd) 13 | usb1_la_LIBADD += $(LIBUSB1_LIBS) $(INTLLIBS) 14 | usb1_la_SOURCES = libusb1/libusb1.c 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/dc210/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += kodak_dc210.la 4 | EXTRA_DIST += kodak/dc210/ChangeLog kodak/dc210/TODO 5 | 6 | kodak_dc210_la_SOURCES = \ 7 | kodak/dc210/dc210.c kodak/dc210/dc210.h \ 8 | kodak/dc210/library.c kodak/dc210/library.h 9 | kodak_dc210_la_LDFLAGS = $(camlib_ldflags) 10 | kodak_dc210_la_DEPENDENCIES = $(camlib_dependencies) 11 | kodak_dc210_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam600/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += pccam600/README.pccam600 pccam600/ChangeLog 4 | camlibdoc_DATA += pccam600/README.pccam600 5 | 6 | EXTRA_LTLIBRARIES += pccam600.la 7 | 8 | pccam600_la_SOURCES = pccam600/pccam600.c pccam600/pccam600.h pccam600/library.c 9 | pccam600_la_LDFLAGS = $(camlib_ldflags) 10 | pccam600_la_DEPENDENCIES = $(camlib_dependencies) 11 | pccam600_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonix/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += sonix/README.sonix sonix/ChangeLog 4 | camlibdoc_DATA += sonix/README.sonix 5 | 6 | EXTRA_LTLIBRARIES += sonix.la 7 | 8 | sonix_la_SOURCES = \ 9 | sonix/library.c \ 10 | sonix/sonix.c sonix/sonix.h \ 11 | sonix/sakar-avi-header.h 12 | sonix_la_LDFLAGS = $(camlib_ldflags) 13 | sonix_la_DEPENDENCIES = $(camlib_dependencies) 14 | sonix_la_LIBADD = $(camlib_libadd) 15 | -------------------------------------------------------------------------------- /app/src/test/java/de/stuermerbenjamin/sample/ExampleUnitTest.kt: -------------------------------------------------------------------------------- 1 | package de.stuermerbenjamin.sample 2 | 3 | import org.junit.Assert.assertEquals 4 | import org.junit.Test 5 | 6 | /** 7 | * Example local unit test, which will execute on the development machine (host). 8 | * 9 | * See [testing documentation](http://d.android.com/tools/testing). 10 | */ 11 | class ExampleUnitTest { 12 | @Test 13 | fun addition_isCorrect() { 14 | assertEquals(4, 2 + 2) 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/enigma13/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += enigma13/STATUS enigma13/protocol.txt enigma13/README.enigma13 enigma13/ChangeLog 4 | camlibdoc_DATA += enigma13/README.enigma13 5 | 6 | EXTRA_LTLIBRARIES += enigma13.la 7 | 8 | enigma13_la_SOURCES = enigma13/enigma13.c 9 | enigma13_la_LDFLAGS = $(camlib_ldflags) 10 | enigma13_la_DEPENDENCIES = $(camlib_dependencies) 11 | enigma13_la_LIBADD = $(camlib_libadd) 12 | 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/frontend_devel.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | gPhoto Front-end Developer's Guide 4 | 5 | Scott Fritzinger 6 | 2000-07-26 7 | Revision 1 8 | 9 | \tableofcontents{} 10 | 11 | 1 Understanding the gPhoto2 Structure 12 | 13 | 1.1 Role of the gPhoto2 Core 14 | 15 | 1.2 Role of the Camera Library 16 | 17 | 1.3 Role of the Front-end 18 | 19 | 2 Implementing the Front-end 20 | 21 | 2.1 gPhoto2 Core API 22 | 23 | 2.2 Functions Required By the Front-end 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/iclick/ChangeLog: -------------------------------------------------------------------------------- 1 | 2004-11-26 Theodore Kilgore 2 | * library.c: Fixed signedness errors 3 | * iclick.c: ditto 4 | * iclick.h: changed a return type from char* to int 5 | 6 | 2004-11-29 Marcus Meissner 7 | 8 | * .cvsignore: ignore stuff 9 | * library.c: Fixed C99ism (by Dan Fandrich) 10 | 11 | 2004-11-26 Theodore Kilgore 12 | 13 | * *.[c,h]: First check-in. 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/dimera/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += dimera/CREDITS dimera/Protocol.txt dimera/ChangeLog dimera/TODO 4 | 5 | EXTRA_LTLIBRARIES += dimera3500.la 6 | 7 | dimera3500_la_SOURCES =\ 8 | dimera/dimera3500.c \ 9 | dimera/mesalib.c dimera/mesalib.h\ 10 | dimera/dimeratab.h 11 | dimera3500_la_LDFLAGS = $(camlib_ldflags) 12 | dimera3500_la_DEPENDENCIES = $(camlib_dependencies) 13 | dimera3500_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/usb/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += usb/usb-os2.c 4 | 5 | EXTRA_LTLIBRARIES += usb.la 6 | 7 | usb_la_LDFLAGS = $(iolib_ldflags) 8 | usb_la_CPPFLAGS = \ 9 | $(AM_CPPFLAGS) \ 10 | $(INTL_CFLAGS) \ 11 | $(LIBUSB_CFLAGS) \ 12 | $(CPPFLAGS) 13 | usb_la_DEPENDENCIES = $(iolib_dependencies) 14 | usb_la_LIBADD = $(iolib_libadd) 15 | usb_la_LIBADD += $(LIBUSB_LIBS) $(INTLLIBS) 16 | usb_la_SOURCES = usb/libusb.c 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sq905/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += sq905/README.913C sq905/README.sq905 sq905/ChangeLog sq905/TODO 4 | camlibdoc_DATA += sq905/README.913C sq905/README.sq905 5 | 6 | EXTRA_LTLIBRARIES += sq905.la 7 | 8 | sq905_la_SOURCES = sq905/library.c sq905/sq905.c sq905/sq905.h sq905/postprocess.c 9 | sq905_la_LDFLAGS = $(camlib_ldflags) 10 | sq905_la_DEPENDENCIES = $(camlib_dependencies) 11 | sq905_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jl2005a/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += jl2005a/README.jl2005a jl2005a/ChangeLog 4 | camlibdoc_DATA += jl2005a/README.jl2005a jl2005a/ChangeLog 5 | 6 | EXTRA_LTLIBRARIES += jl2005a.la 7 | 8 | jl2005a_la_SOURCES = jl2005a/library.c\ 9 | jl2005a/jl2005a.c\ 10 | jl2005a/jl2005a.h 11 | jl2005a_la_LDFLAGS = $(camlib_ldflags) 12 | jl2005a_la_DEPENDENCIES = $(camlib_dependencies) 13 | jl2005a_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/tp6801/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += tp6801/README.tp6801 tp6801/tp6801-dump.c 4 | camlibdoc_DATA += tp6801/README.tp6801 5 | 6 | EXTRA_LTLIBRARIES += tp6801.la 7 | 8 | tp6801_la_SOURCES = tp6801/library.c tp6801/tp6801.c tp6801/tp6801.h 9 | tp6801_la_LDFLAGS = $(camlib_ldflags) 10 | tp6801_la_DEPENDENCIES = $(camlib_dependencies) 11 | tp6801_la_LIBADD = $(camlib_libadd) @LIBGD_LIBS@ 12 | tp6801_la_CFLAGS = @LIBGD_CFLAGS@ 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/enigma13/STATUS: -------------------------------------------------------------------------------- 1 | Todo 2 | ---- 3 | 4 | - Download thrumbnails images 5 | - Delete last image / all images 6 | - Get image informations ( Size in pixel) 7 | - Clean the code 8 | - Find all over commands (if there are) 9 | 10 | 11 | 12 | Already working 13 | --------------- 14 | 15 | - Get camera directory (TOC) 16 | - Get camera storage capabilities 17 | - Get image size (in bytes) 18 | - Download an image from Flash and Cards 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam300/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += pccam300/README.pccam300 pccam300/pccam300-lsusb.txt pccam300/ChangeLog 4 | camlibdoc_DATA += pccam300/README.pccam300 5 | 6 | EXTRA_LTLIBRARIES += pccam300.la 7 | 8 | pccam300_la_SOURCES = pccam300/pccam300.c pccam300/pccam300.h pccam300/library.c 9 | pccam300_la_LDFLAGS = $(camlib_ldflags) 10 | pccam300_la_DEPENDENCIES = $(camlib_dependencies) 11 | pccam300_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/enigma13/README.enigma13: -------------------------------------------------------------------------------- 1 | Olivier Fauchon 2 | 3 | 4 | Digital Dream Enigma 1.3 Driver 5 | ------------------------------- 6 | 7 | 8 | 9 | 10 | Compatible hardware 11 | ------------------- 12 | 13 | - Digital Dream Enigma 1.3 14 | 15 | 16 | 17 | 18 | 19 | 20 | Thanks 21 | ------ 22 | 23 | - spca50x & blink2 developpers for their code. It inspired me a lot. 24 | - Benoit Papillault for snoopy 25 | - Irc & mailing list people. 26 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/topfield/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += topfield.la 4 | EXTRA_DIST += topfield/ChangeLog 5 | topfield_la_SOURCES = topfield/crc16.c topfield/crc16.h topfield/tf_bytes.c topfield/tf_bytes.h topfield/mjd.c topfield/mjd.h \ 6 | topfield/puppy.c topfield/usb_io.h topfield/usb_io.c 7 | topfield_la_LDFLAGS = $(camlib_ldflags) 8 | topfield_la_DEPENDENCIES = $(camlib_dependencies) 9 | topfield_la_LIBADD = $(camlib_libadd) $(LTLIBICONV) 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@ 5 | VERSION=@VERSION@ 6 | driverdir=@camlibdir@ 7 | 8 | Name: libgphoto2 9 | Description: Library for easy access to digital cameras 10 | URL: http://gphoto.org/proj/libgphoto2/ 11 | Version: @VERSION@ 12 | Requires: libgphoto2_port >= 0.10.0 13 | Requires.private: @REQUIREMENTS_FOR_LIBEXIF@ 14 | Libs: -L${libdir} -lgphoto2 -lm 15 | Cflags: -I${includedir}/gphoto2 16 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/clicksmart310/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += clicksmart310/README.clicksmart310 4 | camlibdoc_DATA += clicksmart310/README.clicksmart310 5 | 6 | EXTRA_LTLIBRARIES += clicksmart310.la 7 | 8 | clicksmart310_la_SOURCES = \ 9 | clicksmart310/library.c \ 10 | clicksmart310/clicksmart.c clicksmart310/clicksmart.h \ 11 | clicksmart310/spca50x-jpeg-header.h 12 | clicksmart310_la_LDFLAGS = $(camlib_ldflags) 13 | clicksmart310_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/usbdiskdirect/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | ## Compile the IO library into a libtool module shared library 4 | EXTRA_LTLIBRARIES += usbdiskdirect.la 5 | 6 | usbdiskdirect_la_LDFLAGS = $(iolib_ldflags) 7 | usbdiskdirect_la_CPPFLAGS = $(AM_CPPFLAGS) $(INTL_CFLAGS) $(CPPFLAGS) 8 | usbdiskdirect_la_DEPENDENCIES = $(iolib_dependencies) 9 | usbdiskdirect_la_LIBADD = $(iolib_libadd) $(INTLLIBS) $(SERIAL_LIBS) 10 | usbdiskdirect_la_SOURCES = usbdiskdirect/linux.c 11 | -------------------------------------------------------------------------------- /camera/src/main/java/de/stuermerbenjamin/android/gphoto2/Camera.kt: -------------------------------------------------------------------------------- 1 | package de.stuermerbenjamin.android.gphoto2 2 | 3 | class Camera { 4 | 5 | companion object { 6 | init { 7 | System.loadLibrary("camera") 8 | } 9 | } 10 | 11 | private external fun getLibraryVersion(): String 12 | private external fun create(): Long 13 | 14 | fun libraryVersion(): String { 15 | return getLibraryVersion() 16 | } 17 | 18 | fun createCamera() { 19 | create() 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf1/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += sonydscf1/README.sonydscf1 sonydscf1/ChangeLog 4 | camlibdoc_DATA += sonydscf1/README.sonydscf1 5 | 6 | EXTRA_LTLIBRARIES += sony_dscf1.la 7 | 8 | sony_dscf1_la_SOURCES = \ 9 | sonydscf1/command.c sonydscf1/command.h \ 10 | sonydscf1/sonydscf1.c sonydscf1/pmp.h 11 | sony_dscf1_la_LDFLAGS = $(camlib_ldflags) 12 | sony_dscf1_la_DEPENDENCIES = $(camlib_dependencies) 13 | sony_dscf1_la_LIBADD = $(camlib_libadd) 14 | 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/l859/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += panasonic/l859/README.panasonic-l859 panasonic/l859/ChangeLog panasonic/l859/TODO 4 | camlibdoc_DATA += panasonic/l859/README.panasonic-l859 5 | 6 | EXTRA_LTLIBRARIES += panasonic_l859.la 7 | 8 | panasonic_l859_la_SOURCES = panasonic/l859/l859.c panasonic/l859/l859.h 9 | panasonic_l859_la_LDFLAGS = $(camlib_ldflags) 10 | panasonic_l859_la_DEPENDENCIES = $(camlib_dependencies) 11 | panasonic_l859_la_LIBADD = $(camlib_libadd) 12 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/toshiba/pdrm11/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += toshiba/pdrm11/README.toshiba-pdrm11 4 | camlibdoc_DATA += toshiba/pdrm11/README.toshiba-pdrm11 5 | 6 | EXTRA_LTLIBRARIES += toshiba_pdrm11.la 7 | 8 | toshiba_pdrm11_la_SOURCES = \ 9 | toshiba/pdrm11/library.c \ 10 | toshiba/pdrm11/pdrm11.c toshiba/pdrm11/pdrm11.h 11 | toshiba_pdrm11_la_LDFLAGS = $(camlib_ldflags) 12 | toshiba_pdrm11_la_DEPENDENCIES = $(camlib_dependencies) 13 | toshiba_pdrm11_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/barbie/ChangeLog: -------------------------------------------------------------------------------- 1 | 2009-02-13 Marcus Meissner 2 | 3 | * barbie.c: made even more clean, split reader 4 | code in CameraFile* and char * generator. 5 | 6 | 2007-05-23 Marcus Meissner 7 | 8 | * main.c: Removed. 9 | * library.c: Reworked Bayer array decoding. 10 | Use global bayer routines. 11 | 12 | * library.c, barbie.c: Largish clean up. 13 | 14 | * library.c,barbie.h: Merged into barbie.c 15 | * Protocol.txt: Extracted from barbie.h 16 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/gsmart300/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += gsmart300/README.gsmart300 gsmart300/ChangeLog 4 | camlibdoc_DATA += gsmart300/README.gsmart300 5 | 6 | EXTRA_LTLIBRARIES += gsmart300.la 7 | 8 | gsmart300_la_SOURCES = \ 9 | gsmart300/gsmart300.c gsmart300/gsmart300.h \ 10 | gsmart300/library.c \ 11 | gsmart300/gsmart300-jpeg-header.h 12 | gsmart300_la_LDFLAGS = $(camlib_ldflags) 13 | gsmart300_la_DEPENDENCIES = $(camlib_dependencies) 14 | gsmart300_la_LIBADD = $(camlib_libadd) 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-udev.m4: -------------------------------------------------------------------------------- 1 | dnl Determines whether UDEV code should be compiled. 2 | dnl $1 contains shell code that returns 0 if all other prerequisites (like 3 | dnl libusb) are available. 4 | AC_DEFUN([GP_UDEV],[dnl 5 | if test "x${udevscriptdir}" = "x"; then udevscriptdir="\${libdir}/udev"; fi 6 | AC_ARG_VAR([udevscriptdir],[Directory where udev scripts like check-ptp-camera will be installed]) 7 | AC_SUBST([udevscriptdir]) 8 | AM_CONDITIONAL([HAVE_UDEV],[if echo "$host"|grep -i linux >/dev/null ; then $1; fi ]) 9 | ])dnl 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/remove-potcdate.sin: -------------------------------------------------------------------------------- 1 | # Sed script that remove the POT-Creation-Date line in the header entry 2 | # from a POT file. 3 | # 4 | # The distinction between the first and the following occurrences of the 5 | # pattern is achieved by looking at the hold space. 6 | /^"POT-Creation-Date: .*"$/{ 7 | x 8 | # Test if the hold space is empty. 9 | s/P/P/ 10 | ta 11 | # Yes it was empty. First occurrence. Remove the line. 12 | g 13 | d 14 | bb 15 | :a 16 | # The hold space was nonempty. Following occurrences. Do nothing. 17 | x 18 | :b 19 | } 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/doc/footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | SourceForge.net Logo 8 | 9 | Generated by doxygen 10 | 11 |
12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/largan/lmini/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += largan/lmini/README.largan-lmini largan/lmini/ChangeLog 4 | camlibdoc_DATA += largan/lmini/README.largan-lmini 5 | 6 | EXTRA_LTLIBRARIES += largan.la 7 | 8 | largan_la_SOURCES = \ 9 | largan/lmini/largan.c \ 10 | largan/lmini/lmini.c largan/lmini/lmini.h \ 11 | largan/lmini/lmini_ccd.c largan/lmini/lmini_ccd.h 12 | largan_la_LDFLAGS = $(camlib_ldflags) 13 | largan_la_DEPENDENCIES = $(camlib_dependencies) 14 | largan_la_LIBADD = $(camlib_libadd) 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf55/TODO: -------------------------------------------------------------------------------- 1 | * Fix all FIXME's 2 | 3 | * Add calls to gp_frontend_status() 4 | 5 | * In cases where an error occurs during transfer, the driver can get 6 | out of sync with the device. From that point on, the driver is unable 7 | to successfully initialise the driver, even for new gPhoto sessions. A 8 | reboot (power-off, power-on) of the MSAC-SR1 device helps. See if it 9 | is possible to do a proper init in such a case. 10 | 11 | -- 12 | Raymond Penners -*- raymond@dotsphinx.com -*- http://www.dotsphinx.com 13 | 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-udev.m4: -------------------------------------------------------------------------------- 1 | dnl Determines whether UDEV code should be compiled. 2 | dnl $1 contains shell code that returns 0 if all other prerequisites (like 3 | dnl libusb) are available. 4 | AC_DEFUN([GP_UDEV],[dnl 5 | if test "x${udevscriptdir}" = "x"; then udevscriptdir="\${libdir}/udev"; fi 6 | AC_ARG_VAR([udevscriptdir],[Directory where udev scripts like check-ptp-camera will be installed]) 7 | AC_SUBST([udevscriptdir]) 8 | AM_CONDITIONAL([HAVE_UDEV],[if echo "$host"|grep -i linux >/dev/null ; then $1; fi ]) 9 | ])dnl 10 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/remove-potcdate.sin: -------------------------------------------------------------------------------- 1 | # Sed script that remove the POT-Creation-Date line in the header entry 2 | # from a POT file. 3 | # 4 | # The distinction between the first and the following occurrences of the 5 | # pattern is achieved by looking at the hold space. 6 | /^"POT-Creation-Date: .*"$/{ 7 | x 8 | # Test if the hold space is empty. 9 | s/P/P/ 10 | ta 11 | # Yes it was empty. First occurrence. Remove the line. 12 | g 13 | d 14 | bb 15 | :a 16 | # The hold space was nonempty. Following occurrences. Do nothing. 17 | x 18 | :b 19 | } 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/POTFILES.in: -------------------------------------------------------------------------------- 1 | libexif/canon/mnote-canon-entry.c 2 | libexif/canon/mnote-canon-tag.c 3 | libexif/exif-byte-order.c 4 | libexif/exif-data.c 5 | libexif/exif-entry.c 6 | libexif/exif-format.c 7 | libexif/exif-loader.c 8 | libexif/exif-log.c 9 | libexif/exif-tag.c 10 | libexif/fuji/mnote-fuji-entry.c 11 | libexif/fuji/mnote-fuji-tag.c 12 | libexif/olympus/mnote-olympus-entry.c 13 | libexif/olympus/mnote-olympus-tag.c 14 | libexif/pentax/mnote-pentax-entry.c 15 | libexif/pentax/mnote-pentax-tag.c 16 | test/nls/test-codeset.c 17 | test/nls/test-nls.c 18 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += casio/PROTOCOL.txt casio/ChangeLog 4 | 5 | EXTRA_LTLIBRARIES += casio_qv.la 6 | 7 | casio_qv_la_SOURCES = \ 8 | casio/casio-qv.c \ 9 | casio/casio-qv-commands.c casio/casio-qv-commands.h \ 10 | casio/camtojpeg.c casio/camtojpeg.h \ 11 | casio/cam2jpgtab.h casio/jpegtab_f.h \ 12 | casio/ycctoppm.c casio/ycctoppm.h 13 | 14 | casio_qv_la_LDFLAGS = $(camlib_ldflags) 15 | casio_qv_la_DEPENDENCIES = $(camlib_dependencies) 16 | casio_qv_la_LIBADD = $(camlib_libadd) 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/remove-potcdate.sin: -------------------------------------------------------------------------------- 1 | # Sed script that remove the POT-Creation-Date line in the header entry 2 | # from a POT file. 3 | # 4 | # The distinction between the first and the following occurrences of the 5 | # pattern is achieved by looking at the hold space. 6 | /^"POT-Creation-Date: .*"$/{ 7 | x 8 | # Test if the hold space is empty. 9 | s/P/P/ 10 | ta 11 | # Yes it was empty. First occurrence. Remove the line. 12 | g 13 | d 14 | bb 15 | :a 16 | # The hold space was nonempty. Following occurrences. Do nothing. 17 | x 18 | :b 19 | } 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/st2205/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += st2205/README.st2205-compression st2205/README.st2205 4 | camlibdoc_DATA += st2205/README.st2205-compression st2205/README.st2205 5 | 6 | EXTRA_LTLIBRARIES += st2205.la 7 | 8 | st2205_la_SOURCES = st2205/library.c st2205/st2205.c st2205/st2205.h st2205/st2205_decode.c st2205/st2205_tables.c 9 | st2205_la_LDFLAGS = $(camlib_ldflags) 10 | st2205_la_DEPENDENCIES = $(camlib_dependencies) 11 | st2205_la_LIBADD = $(camlib_libadd) @LIBGD_LIBS@ $(LTLIBICONV) 12 | st2205_la_CFLAGS = @LIBGD_CFLAGS@ 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/generic/Makefile.am: -------------------------------------------------------------------------------- 1 | utils_PROGRAMS = print-camera-list 2 | if HAVE_UDEV 3 | udevscript_SCRIPTS = check-ptp-camera 4 | endif 5 | EXTRA_DIST = check-ptp-camera 6 | 7 | AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 8 | 9 | print_camera_list_SOURCE = print-camera-list.c 10 | print_camera_list_LDADD = \ 11 | $(top_builddir)/libgphoto2/libgphoto2.la \ 12 | $(top_builddir)/libgphoto2_port/libgphoto2_port/libgphoto2_port.la \ 13 | $(LIBLTDL) \ 14 | $(LIBEXIF_LIBS) 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam300/ChangeLog: -------------------------------------------------------------------------------- 1 | 2007-05-02 Marcus Meissner 2 | 3 | * library.c: Change interface to be 0 instead of 1. 4 | Newer kernels seem to be more picky here. Cross checked 5 | with lsusb output from a user. 6 | 7 | 2004-08-04 Marcus Meissner 8 | 9 | * library.c: added Intel Pocket PC Camera as reported. 10 | 11 | 2003-06-26 Lutz Mueller 12 | 13 | * pccam300.c: Fix includes so that the thing compiles. 14 | 15 | 2003-01-20 Till Adam 16 | 17 | * initial import 18 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/README: -------------------------------------------------------------------------------- 1 | libgphoto2 2.5.22 release 2 | 3 | ptp2: 4 | * Canon EOS M / PowerShot capture problem solved 5 | * Sony shutterspeed - provide a static list as the camera does not provide one, you can set also different values 6 | * Canon SDRAM capture, try to support more than 500MB of images at once 7 | * New USB Ids added: 8 | * Canon EOS R, 800D 9 | * Canon PowerShot SX600HS, SX740HS 10 | * Sony DSC RX0, RX100-M5A 11 | * Nikon DSC D3500 12 | 13 | generic: 14 | * handle new "bind" udev event in udev rule generator. 15 | 16 | translations: 17 | * updated polish, ukrainian 18 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/agfa-cl20/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += \ 4 | agfa-cl20/README.agfa-cl20 \ 5 | agfa-cl20/STATUS agfa-cl20/ChangeLog \ 6 | agfa-cl20/protocol.txt agfa-cl20/protocol2.txt \ 7 | agfa-cl20/commands.txt \ 8 | agfa-cl20/pic-header.txt agfa-cl20/RANDOM 9 | 10 | camlibdoc_DATA += agfa-cl20/README.agfa-cl20 11 | 12 | EXTRA_LTLIBRARIES += agfa_cl20.la 13 | 14 | agfa_cl20_la_SOURCES = agfa-cl20/agfa_cl20.c 15 | agfa_cl20_la_LDFLAGS = $(camlib_ldflags) 16 | agfa_cl20_la_DEPENDENCIES = $(camlib_dependencies) 17 | agfa_cl20_la_LIBADD = $(camlib_libadd) 18 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/dimera/TODO: -------------------------------------------------------------------------------- 1 | $Id$ 2 | 3 | Outstanding items in the gphoto2 dimera driver: 4 | 5 | - make sure multiple, simultaneous requests are handled properly and 6 | disallowed where necessary (e.g. downloading image) 7 | - add delete file function 8 | 9 | Bugs: 10 | 11 | - flash capacity in --summary shows 0 for newer flash cards 12 | - image quality is lower than it could be due to suboptimal Bayer CCD 13 | conversion routine 14 | - some serial port speed settings don't work 15 | - figure out how to tell if a valid image is in RAM and only put temp.ppm 16 | into the file list then 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/coolshot/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += panasonic/coolshot/README.panasonic-coolshot panasonic/coolshot/ChangeLog 4 | camlibdoc_DATA += panasonic/coolshot/README.panasonic-coolshot 5 | 6 | EXTRA_LTLIBRARIES += panasonic_coolshot.la 7 | 8 | panasonic_coolshot_la_SOURCES = \ 9 | panasonic/coolshot/coolshot.c \ 10 | panasonic/coolshot/library.c panasonic/coolshot/library.h 11 | panasonic_coolshot_la_LDFLAGS = $(camlib_ldflags) 12 | panasonic_coolshot_la_DEPENDENCIES = $(camlib_dependencies) 13 | panasonic_coolshot_la_LIBADD = $(camlib_libadd) 14 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += mustek/AUTHOR mustek/README.mustek mustek/ChangeLog mustek/STATUS 4 | camlibdoc_DATA += mustek/README.mustek 5 | 6 | EXTRA_LTLIBRARIES += mustek.la 7 | 8 | mustek_la_SOURCES = \ 9 | mustek/mdc800.c mustek/core.c mustek/image.c \ 10 | mustek/io.c mustek/rs232.c mustek/usb.c mustek/core.h mustek/image.h \ 11 | mustek/io.h mustek/mdc800_spec.h mustek/print.h mustek/rs232.h mustek/usb.h 12 | mustek_la_LDFLAGS = $(camlib_ldflags) 13 | mustek_la_DEPENDENCIES = $(camlib_dependencies) 14 | mustek_la_LIBADD = $(camlib_libadd) 15 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ricoh/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += ricoh/g3.txt ricoh/ChangeLog 4 | 5 | 6 | EXTRA_LTLIBRARIES += ricoh.la 7 | 8 | ricoh_la_SOURCES = ricoh/library.c ricoh/ricoh.c ricoh/ricoh.h ricoh/crctab.h 9 | ricoh_la_LDFLAGS = $(camlib_ldflags) 10 | ricoh_la_DEPENDENCIES = $(camlib_dependencies) 11 | ricoh_la_LIBADD = $(camlib_libadd) 12 | 13 | 14 | EXTRA_LTLIBRARIES += ricoh_g3.la 15 | 16 | ricoh_g3_la_SOURCES = ricoh/g3.c 17 | ricoh_g3_la_LDFLAGS = $(camlib_ldflags) 18 | ricoh_g3_la_DEPENDENCIES = $(camlib_dependencies) 19 | ricoh_g3_la_LIBADD = $(camlib_libadd) 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/soundvision/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += soundvision/README.soundvision soundvision/BUGS soundvision/ChangeLog 4 | camlibdoc_DATA += soundvision/README.soundvision 5 | 6 | EXTRA_LTLIBRARIES += soundvision.la 7 | 8 | soundvision_la_SOURCES = \ 9 | soundvision/soundvision.c soundvision/agfa_cl18.c \ 10 | soundvision/tiger_fastflicks.c \ 11 | soundvision/commands.c soundvision/commands.h \ 12 | soundvision/soundvision.h 13 | soundvision_la_LDFLAGS = $(camlib_ldflags) 14 | soundvision_la_DEPENDENCIES = $(camlib_dependencies) 15 | soundvision_la_LIBADD = $(camlib_libadd) 16 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/coolshot/ChangeLog: -------------------------------------------------------------------------------- 1 | 2002-01-04 Chris Pinkham 2 | 3 | * coolshot.c, library.c, library.h: updated code to use new 4 | gp_file_progress instead of gp_camera_progress. 5 | 6 | 2001-11-28 Chris Pinkham 7 | 8 | * README: took out mention of protocol.txt until file is ready. 9 | * coolshot.c, library.c, library.h: fixed bug in code where value 10 | passed to gp_camera_progress was always 0.0. Changed license of 11 | source code from GPL to LPGL. 12 | 13 | 2001-11-28 Chris Pinkham 14 | 15 | * ChangeLog: created file. 16 | 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/vusb/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | vcameradir = $(datadir)/$(PACKAGE)/$(VERSION)/vcamera 4 | vcamera_DATA = vusb/README.txt 5 | EXTRA_DIST += vusb/README.txt 6 | 7 | EXTRA_LTLIBRARIES += vusb.la 8 | 9 | vusb_la_LDFLAGS = $(iolib_ldflags) 10 | vusb_la_CPPFLAGS = \ 11 | -DVCAMERADIR=\"$(vcameradir)\" \ 12 | $(AM_CPPFLAGS) \ 13 | $(INTL_CFLAGS) \ 14 | $(LIBEXIF_CFLAGS) \ 15 | $(CPPFLAGS) 16 | vusb_la_DEPENDENCIES = $(iolib_dependencies) 17 | vusb_la_LIBADD = $(iolib_libadd) 18 | vusb_la_LIBADD += $(INTLLIBS) $(LIBEXIF_LIBS) 19 | 20 | vusb_la_SOURCES = vusb/vusb.c vusb/vcamera.c vusb/vcamera.h 21 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/frontend_devel.sgml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | gPhoto Front-end Developer's Guide 7 | 8 | 9 | Scott Fritzinger 10 | 2000-07-26 11 | Revision 1 12 | 13 | 14 | 15 | Understanding the gPhoto2 Structure 16 | 17 | Role of the gPhoto2 Core 18 | 19 | Role of the Camera Library 20 | 21 | Role of the Front-end 22 | 23 | Implementing the Front-end 24 | 25 | gPhoto2 Core API 26 | 27 | Functions Required By the Front-end 28 | 29 | 30 |
31 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pentax/js0n.h: -------------------------------------------------------------------------------- 1 | // key = string to match or null 2 | // klen = key length (or 0), or if null key then len is the array offset value 3 | // json = json object or array 4 | // jlen = length of json 5 | // vlen = where to store return value length 6 | // returns pointer to value and sets len to value length, or 0 if not found 7 | // any parse error will set vlen to the position of the error 8 | #include 9 | #ifdef __cplusplus 10 | extern "C" { 11 | #endif 12 | const char *js0n(const char *key, size_t klen, 13 | const char *json, size_t jlen, size_t *vlen); 14 | #ifdef __cplusplus 15 | } /* extern "C" */ 16 | #endif 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sierra/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += sierra/PROTOCOL sierra/ChangeLog sierra/MC-EU1-Protocol.txt 4 | 5 | EXTRA_LTLIBRARIES += sierra.la 6 | 7 | sierra_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) $(LIBEXIF_CFLAGS) 8 | sierra_la_SOURCES = \ 9 | sierra/sierra.c sierra/sierra.h \ 10 | sierra/library.c sierra/library.h \ 11 | sierra/sierra-usbwrap.c sierra/sierra-usbwrap.h \ 12 | sierra/sierra-desc.h sierra/sierra-desc.c \ 13 | sierra/nikon-desc.c sierra/olympus-desc.c sierra/epson-desc.c 14 | sierra_la_LDFLAGS = $(camlib_ldflags) 15 | sierra_la_DEPENDENCIES = $(camlib_dependencies) 16 | sierra_la_LIBADD = $(camlib_libadd) $(LIBEXIF_LIBS) 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/CAMERAS: -------------------------------------------------------------------------------- 1 | This file describe which driver must be used for a Kodak 2 | camera. 3 | 4 | digita 5 | DC-220, DC-260, DC-265, DC-290 6 | kodak/dc240 7 | DC-240, DC-280, DC-3400, DC-5000 8 | kodak/dc120 9 | DC-120 10 | kodak/dc210 11 | DC-200 DC-210 DC-215 12 | kodak/dc3200 13 | DC-3200 14 | ptp [*] 15 | DC-4800, DX-3215, DX-3500, DX-3600, DX-3700, DX-3900 16 | none 17 | DC-3800 [**] 18 | dc20 [***] 19 | DC-20, DC-25 20 | 21 | 22 | 23 | [*] PTP is a new standardized protocol, implemented by the ptp2 24 | driver. 25 | [**] DC-3800 can't be connected to a computer. Use CompactFlash 26 | reader instead. 27 | [***] dc20 no longer exists in gphoto2. 28 | 29 | 30 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/hp215/ChangeLog: -------------------------------------------------------------------------------- 1 | Fri Jul 15 08:15:38 CEST 2005 Marcus Meissner 2 | 3 | * hp215.[ch]: Capture works (slider has to be in "camera" position). 4 | More cleanup of the cmd / reply blob handling. 5 | Extract shootmode table... unclear what the values mean (yet). 6 | 7 | Sat Jul 9 17:39:28 CEST 2005 Marcus Meissner 8 | 9 | * *: Initial import of HP Photosmart 215 driver. 10 | Can download images and previews, can delete single images 11 | and all images. 12 | 13 | * hp215.c: 14 | Switch to generic CRC handling, generized the command blob generation. 15 | Added all command codes from the windows driver. 16 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jamcam/README.jamcam: -------------------------------------------------------------------------------- 1 | KBGear JamCam v2 and v3 2 | 3 | This driver is based upon protocol reverse-engineered 4 | using Portmon and sniffusb under Windows 98. 5 | 6 | For questions/comments, email the library author: 7 | 8 | Chris Pinkham 9 | cpinkham@infi.net 10 | 11 | ---------------------------------------------------------------- 12 | 13 | TODO List 14 | --------- 15 | - Fix downloading of thumbnails from mmc card (serial and usb) 16 | - better error checking/handling 17 | - optimize code, it's nowhere near theoretical max download speed 18 | 19 | ----------------------------------------------------------------- 20 | Author: 21 | Chris Pinkham 22 | 23 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/l859/TODO: -------------------------------------------------------------------------------- 1 | TODO 2 | 3 | - when problems occur resulting in the camera not 4 | being disconnected properly, if the speed was 5 | greater than 9600, the camera must be reset 6 | For example: specifying an invalid image # 7 | - quite of bit of testing has been done, but more 8 | is needed 9 | - support for the image capture features of the 10 | camera 11 | - cleanup. The driver was based on the Panasonic 12 | DC1000 driver. Much of the structure of the 13 | file is still inherited and needs to be reworked 14 | - JPEG image created by camera appears to be an 15 | older format (missing JFIF header tag). Possibly 16 | convert to new format? Probably not. 17 | -------------------------------------------------------------------------------- /camera/src/main/cpp/ltdl/src/android/config.h: -------------------------------------------------------------------------------- 1 | #define HAVE_LIMITS_H 1 2 | #define HAVE_UNISTD_H 1 3 | #define HAVE_VALUES_H 1 4 | #define HAVE_LIMITS_H 1 5 | #define HAVE_MEMMOVE 1 6 | #define HAVE_MEMORY_H 1 7 | #define HAVE_DLFCN_H 1 8 | #define HAVE_INTTYPES_H 1 9 | #define HAVE_STDINT_H 1 10 | #define HAVE_STDLIB_H 1 11 | #define HAVE_STRINGS_H 1 12 | #define HAVE_STRING_H 1 13 | #define HAVE_SYS_STAT_H 1 14 | #define HAVE_SYS_TYPES_H 1 15 | #define HAVE_UNISTD_H 1 16 | #define HAVE_VALUES_H 1 17 | #define STDC_HEADERS 1 18 | 19 | #define HAVE_STDIO_H 1 20 | #define HAVE_CLOSEDIR 1 21 | #define HAVE_OPENDIR 1 22 | #define HAVE_READDIR 1 23 | #define HAVE_DIRENT_H 1 24 | #define HAVE_MEMCPY 1 25 | 26 | #define LTDL_OBJDIR ".libs/" 27 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += \ 4 | stv0680/CREDITS stv0680/ChangeLog stv0680/LICENCE \ 5 | stv0680/README.pdf \ 6 | stv0680/680_commands_and_communication_sdk.pdf.gz 7 | 8 | EXTRA_LTLIBRARIES += stv0680.la 9 | 10 | stv0680_la_SOURCES = \ 11 | stv0680/stv0680.c stv0680/stv0680.h \ 12 | stv0680/library.c stv0680/library.h \ 13 | stv0680/bayer.c stv0680/bayer.h \ 14 | stv0680/sharpen.c stv0680/sharpen.h \ 15 | stv0680/saturate.c stv0680/saturate.h \ 16 | stv0680/demosaic_sharpen.h stv0680/demosaic_sharpen.c 17 | stv0680_la_LDFLAGS = $(camlib_ldflags) 18 | stv0680_la_DEPENDENCIES = $(camlib_dependencies) 19 | stv0680_la_LIBADD = $(camlib_libadd) 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ax203/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += ax203/README.ax203-compression ax203/README.ax203 4 | camlibdoc_DATA += ax203/README.ax203-compression ax203/README.ax203 5 | 6 | EXTRA_LTLIBRARIES += ax203.la 7 | 8 | ax203_la_SOURCES = ax203/library.c ax203/ax203.c ax203/ax203.h ax203/ax203_decode_yuv.c ax203/ax203_decode_yuv_delta.c ax203/ax203_compress_jpeg.c ax203/jpeg_memsrcdest.h ax203/jpeg_memsrcdest.c ax203/tinyjpeg.c ax203/tinyjpeg.h ax203/tinyjpeg-internal.h ax203/jidctflt.c 9 | ax203_la_LDFLAGS = $(camlib_ldflags) 10 | ax203_la_DEPENDENCIES = $(camlib_dependencies) 11 | ax203_la_LIBADD = $(camlib_libadd) @LIBGD_LIBS@ @LIBJPEG@ 12 | ax203_la_CFLAGS = @LIBGD_CFLAGS@ 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pentax/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += pentax/README.pentax pentax/ChangeLog pentax/exiftool_pentax_lens.txt 4 | 5 | camlibdoc_DATA += pentax/README.pentax 6 | EXTRA_LTLIBRARIES += pentax.la 7 | 8 | pentax_la_SOURCES = pentax/pslr.c pentax/library.c pentax/pslr_enum.c pentax/pslr_lens.c pentax/pslr_model.c pentax/pslr_enum.h pentax/pslr.h pentax/pslr_lens.h pentax/pslr_model.h pentax/pslr_scsi.h pentax/exiftool_pentax_lens.txt pentax/js0n.c pentax/js0n.h 9 | pentax_la_CFLAGS = $(AM_CFLAGS) $(NO_UNUSED_CFLAGS) $(CFLAGS) -DLIBGPHOTO2 -DPKTDATADIR='"/"' 10 | pentax_la_LDFLAGS = $(camlib_ldflags) 11 | pentax_la_DEPENDENCIES = $(camlib_dependencies) 12 | pentax_la_LIBADD = $(camlib_libadd) 13 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/CREDITS: -------------------------------------------------------------------------------- 1 | Adam Harrison 2 | Protocol reverse engineering 3 | Driver implementation 4 | 5 | Eric Brombaugh 6 | Pattern recognition based bayer->RGB demosaic routine 7 | 8 | Thanks to: 9 | 10 | Realtime Control, Inc for making their CommLite serial port analysis 11 | software freely available. 12 | 13 | Eric Brombaugh, for his kind permission to redistribute his bayer->RGB 14 | implementation under the GPL. 15 | 16 | The authors of the barbiecam camlib, whose code was relied on heavily 17 | in writing this driver. 18 | 19 | Steve Miller (of STM) for providing the usb command information. 20 | 21 | Kevin Sisson for his pencam/pensnap work, especially for the image filters. 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/canon/.indent.pro: -------------------------------------------------------------------------------- 1 | --gnu-style 2 | --indent-level8 3 | --blank-lines-after-declarations 4 | --blank-lines-after-procedures 5 | --braces-on-if-line 6 | --cuddle-else 7 | --space-special-semicolon 8 | --no-blank-before-sizeof 9 | --no-space-after-parentheses 10 | --continue-at-parentheses 11 | --line-length95 12 | --comment-line-length80 13 | --honour-newlines 14 | --case-indentation8 15 | --space-after-cast 16 | --space-after-for 17 | --space-after-if 18 | --space-after-while 19 | -T gp_port 20 | -T Camera 21 | -T GPPort 22 | -T CameraFilesystem 23 | -T CameraList 24 | -T CameraFileType 25 | -T CameraFile 26 | -T CameraText 27 | -T CameraAbilitiesList 28 | -T CameraWidget 29 | -T GPContext 30 | -T time_t 31 | -T CameraFileInfo 32 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += spca50x/ChangeLog.benq spca50x/ChangeLog.gsmart spca50x/ChangeLog.spca504_flash spca50x/lsusb-v spca50x/README.spca50x spca50x/ChangeLog 4 | 5 | camlibdoc_DATA += spca50x/README.spca50x 6 | 7 | EXTRA_LTLIBRARIES += spca50x.la 8 | 9 | spca50x_la_SOURCES = \ 10 | spca50x/spca50x.c spca50x/spca50x.h \ 11 | spca50x/spca50x-flash.c spca50x/spca50x-flash.h \ 12 | spca50x/spca50x-sdram.c spca50x/spca50x-sdram.h \ 13 | spca50x/library.c \ 14 | spca50x/spca50x-jpeg-header.h spca50x/spca50x-registers.h \ 15 | spca50x/spca50x-avi-header.h 16 | spca50x_la_LDFLAGS = $(camlib_ldflags) 17 | spca50x_la_DEPENDENCIES = $(camlib_dependencies) 18 | spca50x_la_LIBADD = $(camlib_libadd) 19 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jl2005c/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += jl2005c/README.jl2005c jl2005c/README.jl2005bcd-compression jl2005c/ChangeLog 4 | camlibdoc_DATA += jl2005c/README.jl2005c jl2005c/README.jl2005bcd-compression 5 | 6 | EXTRA_LTLIBRARIES += jl2005c.la 7 | 8 | jl2005c_la_SOURCES = jl2005c/library.c\ 9 | jl2005c/jl2005c.c\ 10 | jl2005c/jpeg_memsrcdest.c \ 11 | jl2005c/jpeg_memsrcdest.h \ 12 | jl2005c/jl2005bcd_decompress.c\ 13 | jl2005c/jl2005bcd_decompress.h\ 14 | jl2005c/jl2005c.h\ 15 | jl2005c/img_enhance.c\ 16 | jl2005c/img_enhance.h 17 | jl2005c_la_LDFLAGS = $(camlib_ldflags) 18 | jl2005c_la_DEPENDENCIES = $(camlib_dependencies) 19 | jl2005c_la_LIBADD = $(camlib_libadd) @LIBJPEG@ 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-check-doxygen.m4: -------------------------------------------------------------------------------- 1 | dnl doxygen related stuff 2 | dnl look for tools 3 | dnl define substitutions for Doxyfile.in 4 | AC_DEFUN([GP_CHECK_DOXYGEN],[dnl 5 | AC_REQUIRE([GP_CHECK_DOC_DIR])dnl 6 | AC_PATH_PROG([DOT], [dot], [false]) 7 | AC_PATH_PROG([DOXYGEN], [doxygen], [false]) 8 | AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "xfalse"]) 9 | AM_CONDITIONAL([HAVE_DOT], [test "x$DOT" != "xfalse"]) 10 | if test "x$DOT" != "xfalse"; then 11 | AC_SUBST([HAVE_DOT],[YES]) 12 | else 13 | AC_SUBST([HAVE_DOT],[NO]) 14 | fi 15 | AC_SUBST([HTML_APIDOC_DIR], ["${PACKAGE_TARNAME}-api.html"]) 16 | AC_SUBST([DOXYGEN_OUTPUT_DIR], [doxygen-output]) 17 | AC_SUBST([HTML_APIDOC_INTERNALS_DIR], ["${PACKAGE_TARNAME}-internals.html"]) 18 | ])dnl 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/agfa-cl20/ChangeLog: -------------------------------------------------------------------------------- 1 | 2004-10-28 Hubert Figuiere 2 | 3 | * agfa_cl20.c (get_file_func): Fix build for gcc 2.95 4 | (bug #1055868) 5 | 6 | 2004-03-16 Dennis Noordsij 7 | - fix compactflash detection 8 | - fix number of picturs detection 9 | - get rid of the heavy stack usage and use the heap instead 10 | - fix USB download size 11 | 12 | 2003-05-12 Marcus Meissner 13 | 14 | * agfa-cl20.c: Made it compile without warnings. 15 | 16 | 2003-05-12 Marcus Meissner 17 | 18 | * Makefile.am, README, STATUS, *.txt, agfa-cl20.c: 19 | Imported from http://cl20.poeml.de 20 | 21 | Written by Philipp Poeml (poml_at_poeml.de), Dennis Noordsij 22 | (dennis.noordsij_at_wiral.com) 23 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/doc/build_OS2.txt: -------------------------------------------------------------------------------- 1 | 30-7-2000 2 | bvl: initial release 3 | about this Document: 4 | 5 | This document is a summary of what is needed to build gphoto2 on OS/2 6 | 7 | make : nmake v3 available on hobbes, 8 | http://hobbes.nmsu.edu/pub/os2/dev/util/nmakew.zip 9 | 10 | compile : gcc version 2.8.1 11 | http://hobbes.nmsu.edu/cgi-bin/h-browse?sh=1&dir=/pub/os2/dev/emx/v0.9d 12 | 13 | libraries : pthreads 14 | unfortunatly I don't know whih version I use here but the one from netlabs should be working 15 | ftp://ftp.netlabs.org/pub/pthreads/ 16 | 17 | make sure the emx\lib directory is added to your lib environment 'SET LIB=x:\EMX\LIB' 18 | alse the pthreads DLL's and LIB's should be in the EMX tree 19 | 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/minolta/dimagev/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += minolta/dimagev/README.minolta-dimagev minolta/dimagev/COPYING 4 | camlibdoc_DATA += minolta/dimagev/README.minolta-dimagev 5 | 6 | EXTRA_LTLIBRARIES += dimagev.la 7 | 8 | dimagev_la_SOURCES = \ 9 | minolta/dimagev/capture.c \ 10 | minolta/dimagev/data.c \ 11 | minolta/dimagev/delete.c \ 12 | minolta/dimagev/dimagev.c \ 13 | minolta/dimagev/dimagev.h \ 14 | minolta/dimagev/download.c \ 15 | minolta/dimagev/info.c \ 16 | minolta/dimagev/packet.c \ 17 | minolta/dimagev/status.c \ 18 | minolta/dimagev/upload.c \ 19 | minolta/dimagev/util.c 20 | dimagev_la_LDFLAGS = $(camlib_ldflags) 21 | dimagev_la_DEPENDENCIES = $(camlib_dependencies) 22 | dimagev_la_LIBADD = $(camlib_libadd) 23 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/coolshot/README.panasonic-coolshot: -------------------------------------------------------------------------------- 1 | Panasonic KXL-600A and KXL-601A a.k.a. "Coolshot" 2 | 3 | This driver is based upon protocol reverse-engineered 4 | using ComLite32 under Windows 95. 5 | 6 | For questions/comments, email the library author: 7 | 8 | Chris Pinkham 9 | cpinkham@infi.net 10 | 11 | 12 | TODO List 13 | --------- 14 | - file upload capability 15 | - better error checking ("fixme"s) & recovery 16 | - modify coolshot_file_count to return GP_ code and take *count as argument 17 | Comment by Lutz : Why? Throughout libgphoto2, 18 | we say that negative return values are errors. That is, we do 19 | CHECK_RESULT (pic_num = count_pictures (camera)); everywhere and let 20 | CHECK_RESULT test for a return value < 0. 21 | 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/demosaic_sharpen.h: -------------------------------------------------------------------------------- 1 | /** Decl of demosaic_sharpen */ 2 | #ifndef __STV680_DEMOSAIC_SHARPEN_H 3 | #define __STV680_DEMOSAIC_SHARPEN_H 4 | 5 | #ifndef __BAYER_H__ 6 | typedef enum _BayerTile{ 7 | BAYER_TILE_RGGB = 0, 8 | BAYER_TILE_GRBG = 1, 9 | BAYER_TILE_BGGR = 2, 10 | BAYER_TILE_GBRG = 3, 11 | BAYER_TILE_RGGB_INTERLACED = 4, /* scanline order: R1,G1,R2,G2,...,G1,B1,G2,B2,... */ 12 | BAYER_TILE_GRBG_INTERLACED = 5, 13 | BAYER_TILE_BGGR_INTERLACED = 6, 14 | BAYER_TILE_GBRG_INTERLACED = 7 15 | } BayerTile; 16 | #endif 17 | 18 | void demosaic_sharpen (const int width, const int height, 19 | const unsigned char * const src_region, 20 | unsigned char * const dest_region, 21 | const int alpha, const BayerTile bt); 22 | #endif 23 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-check-doxygen.m4: -------------------------------------------------------------------------------- 1 | dnl doxygen related stuff 2 | dnl look for tools 3 | dnl define substitutions for Doxyfile.in 4 | AC_DEFUN([GP_CHECK_DOXYGEN],[dnl 5 | AC_REQUIRE([GP_CHECK_DOC_DIR])dnl 6 | AC_PATH_PROG([DOT], [dot], [false]) 7 | AC_PATH_PROG([DOXYGEN], [doxygen], [false]) 8 | AM_CONDITIONAL([HAVE_DOXYGEN], [test "x$DOXYGEN" != "xfalse"]) 9 | AM_CONDITIONAL([HAVE_DOT], [test "x$DOT" != "xfalse"]) 10 | if test "x$DOT" != "xfalse"; then 11 | AC_SUBST([HAVE_DOT],[YES]) 12 | else 13 | AC_SUBST([HAVE_DOT],[NO]) 14 | fi 15 | AC_SUBST([HTML_APIDOC_DIR], ["${PACKAGE_TARNAME}-api.html"]) 16 | AC_SUBST([DOXYGEN_OUTPUT_DIR], [doxygen-output]) 17 | AC_SUBST([HTML_APIDOC_INTERNALS_DIR], ["${PACKAGE_TARNAME}-internals.html"]) 18 | ])dnl 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/po/insert-header.sin: -------------------------------------------------------------------------------- 1 | # Sed script that inserts the file called HEADER before the header entry. 2 | # 3 | # At each occurrence of a line starting with "msgid ", we execute the following 4 | # commands. At the first occurrence, insert the file. At the following 5 | # occurrences, do nothing. The distinction between the first and the following 6 | # occurrences is achieved by looking at the hold space. 7 | /^msgid /{ 8 | x 9 | # Test if the hold space is empty. 10 | s/m/m/ 11 | ta 12 | # Yes it was empty. First occurrence. Read the file. 13 | r HEADER 14 | # Output the file's contents by reading the next line. But don't lose the 15 | # current line while doing this. 16 | g 17 | N 18 | bb 19 | :a 20 | # The hold space was nonempty. Following occurrences. Do nothing. 21 | x 22 | :b 23 | } 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/adc65/Changelog: -------------------------------------------------------------------------------- 1 | 2007-02-04 Marcus Meissner 2 | 3 | * library.c, adc65.c, adc65.h: Merged library.c into adc65.c. 4 | 5 | 2005-03-11 Marcus Meissner 6 | 7 | * *: imported to libgphoto2 CVS, cleaned up. 8 | 9 | 04/19/2001 - Benjamin Moos 10 | * Forgot to document any individual changes for 11 days :) 11 | * Now outputs RGB ppm's, good enough for guv'mnt work 12 | 13 | 04/08/2001 - Benjamin Moos 14 | * Finished changing all "barbie" references to "adc65" 15 | * Rewrote all the functions to use what I know about the adc65 16 | interface 17 | * Returns images as raw bytes 18 | 19 | 04/07/2001 - Benjamin Moos 20 | * Copied the Barbie directory and changed all the files to say adc65 21 | instead of barbie :) 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/po/insert-header.sin: -------------------------------------------------------------------------------- 1 | # Sed script that inserts the file called HEADER before the header entry. 2 | # 3 | # At each occurrence of a line starting with "msgid ", we execute the following 4 | # commands. At the first occurrence, insert the file. At the following 5 | # occurrences, do nothing. The distinction between the first and the following 6 | # occurrences is achieved by looking at the hold space. 7 | /^msgid /{ 8 | x 9 | # Test if the hold space is empty. 10 | s/m/m/ 11 | ta 12 | # Yes it was empty. First occurrence. Read the file. 13 | r HEADER 14 | # Output the file's contents by reading the next line. But don't lose the 15 | # current line while doing this. 16 | g 17 | N 18 | bb 19 | :a 20 | # The hold space was nonempty. Following occurrences. Do nothing. 21 | x 22 | :b 23 | } 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/auto-m4/ltversion.m4: -------------------------------------------------------------------------------- 1 | # ltversion.m4 -- version numbers -*- Autoconf -*- 2 | # 3 | # Copyright (C) 2004 Free Software Foundation, Inc. 4 | # Written by Scott James Remnant, 2004 5 | # 6 | # This file is free software; the Free Software Foundation gives 7 | # unlimited permission to copy and/or distribute it, with or without 8 | # modifications, as long as this notice is preserved. 9 | 10 | # @configure_input@ 11 | 12 | # serial 3293 ltversion.m4 13 | # This file is part of GNU Libtool 14 | 15 | m4_define([LT_PACKAGE_VERSION], [2.4]) 16 | m4_define([LT_PACKAGE_REVISION], [1.3293]) 17 | 18 | AC_DEFUN([LTVERSION_VERSION], 19 | [macro_version='2.4' 20 | macro_revision='1.3293' 21 | _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 22 | _LT_DECL(, macro_revision, 0) 23 | ]) 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/test/nls/check-localedir.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | localedir="@localedir@" 4 | build_alias="@build_alias@" 5 | host_alias="@host_alias@" 6 | 7 | binlocaledir="`@PRINT_LOCALEDIR@ 2> /dev/null`" 8 | 9 | if test "${localedir}" = "${binlocaledir}"; then 10 | echo "Makefile and binary agree on localedir \`${localedir}'. Good." 11 | exit 0 12 | else 13 | echo "Makefile and binary disagree on localedir. Bad." 14 | echo " - Makefile says \`${localedir}'." 15 | echo " - binary says \`${binlocaledir}'." 16 | 17 | if test "${build_alias}" != "${host_alias}"; then 18 | echo "However, you are cross-compiling, so this does not necessarily" 19 | echo "have consequences." 20 | exit 0 21 | else 22 | echo "Error: Could not determine binary localedir." 23 | exit 1 24 | fi 25 | fi 26 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/digigr8/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += digigr8/README.905C 4 | EXTRA_DIST += digigr8/README.9050 5 | EXTRA_DIST += digigr8/README.9051 6 | EXTRA_DIST += digigr8/README.9052 7 | EXTRA_DIST += digigr8/README.913D 8 | EXTRA_DIST += digigr8/ChangeLog 9 | camlibdoc_DATA += digigr8/README.905C 10 | camlibdoc_DATA += digigr8/README.9050 11 | camlibdoc_DATA += digigr8/README.9051 12 | camlibdoc_DATA += digigr8/README.9052 13 | camlibdoc_DATA += digigr8/README.913D 14 | EXTRA_LTLIBRARIES += digigr8.la 15 | 16 | digigr8_la_SOURCES = \ 17 | digigr8/library.c \ 18 | digigr8/digigr8.c digigr8/digigr8.h \ 19 | digigr8/digi_postprocess.c 20 | digigr8_la_LDFLAGS = $(camlib_ldflags) 21 | digigr8_la_DEPENDENCIES = $(camlib_dependencies) 22 | digigr8_la_LIBADD = $(camlib_libadd) 23 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/po/insert-header.sin: -------------------------------------------------------------------------------- 1 | # Sed script that inserts the file called HEADER before the header entry. 2 | # 3 | # At each occurrence of a line starting with "msgid ", we execute the following 4 | # commands. At the first occurrence, insert the file. At the following 5 | # occurrences, do nothing. The distinction between the first and the following 6 | # occurrences is achieved by looking at the hold space. 7 | /^msgid /{ 8 | x 9 | # Test if the hold space is empty. 10 | s/m/m/ 11 | ta 12 | # Yes it was empty. First occurrence. Read the file. 13 | r HEADER 14 | # Output the file's contents by reading the next line. But don't lose the 15 | # current line while doing this. 16 | g 17 | N 18 | bb 19 | :a 20 | # The hold space was nonempty. Following occurrences. Do nothing. 21 | x 22 | :b 23 | } 24 | -------------------------------------------------------------------------------- /app/src/androidTest/java/de/stuermerbenjamin/sample/ExampleInstrumentedTest.kt: -------------------------------------------------------------------------------- 1 | package de.stuermerbenjamin.sample 2 | 3 | import androidx.test.ext.junit.runners.AndroidJUnit4 4 | import androidx.test.platform.app.InstrumentationRegistry 5 | import org.junit.Assert.assertEquals 6 | import org.junit.Test 7 | import org.junit.runner.RunWith 8 | 9 | /** 10 | * Instrumented test, which will execute on an Android device. 11 | * 12 | * See [testing documentation](http://d.android.com/tools/testing). 13 | */ 14 | @RunWith(AndroidJUnit4::class) 15 | class ExampleInstrumentedTest { 16 | @Test 17 | fun useAppContext() { 18 | // Context of the app under test. 19 | val appContext = InstrumentationRegistry.getInstrumentation().targetContext 20 | assertEquals("de.stuermerbenjamin.sample", appContext.packageName) 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /camera/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/auto-m4/ltversion.m4: -------------------------------------------------------------------------------- 1 | # ltversion.m4 -- version numbers -*- Autoconf -*- 2 | # 3 | # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. 4 | # Written by Scott James Remnant, 2004 5 | # 6 | # This file is free software; the Free Software Foundation gives 7 | # unlimited permission to copy and/or distribute it, with or without 8 | # modifications, as long as this notice is preserved. 9 | 10 | # @configure_input@ 11 | 12 | # serial 4179 ltversion.m4 13 | # This file is part of GNU Libtool 14 | 15 | m4_define([LT_PACKAGE_VERSION], [2.4.6]) 16 | m4_define([LT_PACKAGE_REVISION], [2.4.6]) 17 | 18 | AC_DEFUN([LTVERSION_VERSION], 19 | [macro_version='2.4.6' 20 | macro_revision='2.4.6' 21 | _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 22 | _LT_DECL(, macro_revision, 0) 23 | ]) 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/kodak/ez200/Protocol.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------- 2 | Request | Meaning | Reply 3 | ----------------+---------------+------------------------ 4 | 0 | | c0 00 00 00 51 81 01 00 5 | -- - - - - - - -+ - - - - - - - + - - - - - - - - - - - - 6 | 5 | ping | c0 05 00 00 01 00 01 00 7 | -- - - - - - - -+ - - - - - - - + - - - - - - - - - - - - 8 | 6 | wait | c0 06 00 00 00 00 01 00 9 | -- - - - - - - -+ - - - - - - - + - - - - - - - - - - - - 10 | 8 | ask pic NN | c1 08 NN 00 01 00 03 00 11 | -- - - - - - - -+ - - - - - - - + - - - - - - - - - - - - 12 | 9 | erase | c1 09 00 00 01 00 03 00 13 | -- - - - - - - -+ - - - - - - - + - - - - - - - - - - - - 14 | b | get jpg Header| c1 0b 03 00 03 00 6f 02 15 | -- - - - - - - -+ - - - - - - - + - - - - - - - - - - - - 16 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/topfield/ChangeLog: -------------------------------------------------------------------------------- 1 | 2008-06-22 Marcus Meissner 2 | 3 | * puppy.c: Make TURBO mode configurable. 4 | 5 | * puppy.c: Send READY request to make communication 6 | startup a bit more stable. 7 | 8 | 2008-05-18 Marcus Meissner 9 | 10 | * puppy.c: Implemented get_info_func. 11 | 12 | * puppy.c: Use TURBO mode during download. 13 | Escape "/" in filenames by "-". 14 | 15 | 2008-03-12 Marcus Meissner 16 | 17 | * puppy.c: Convert from ISO-8859-1 to current locale 18 | for filenames using iconv. 19 | Store mapped names internally, since the movies have 0x5 20 | character in front. 21 | 22 | 2008-03-05 Marcus Meissner 23 | 24 | * *.[ch]: Ported puppy 1.11 by Peter Urbanek to libgphoto2. 25 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2/exif.h: -------------------------------------------------------------------------------- 1 | /** \file 2 | * 3 | * EXIF file format support library. This API allows to parse, read and 4 | * modify EXIF data structures. It provides a low-level API which allows 5 | * to manipulate EXIF tags in a generic way, and a higher-level API which 6 | * provides more advanced functions such as comment editing, thumbnail 7 | * extraction, etc. 8 | * 9 | * In the future, vendor-proprietary exif extensions might be supported. 10 | */ 11 | 12 | #ifndef _gphoto_exif_ 13 | #define _gphoto_exif_ 14 | 15 | /* 16 | * Not used anymore, use libexif if necessary. 17 | */ 18 | unsigned char *gpi_exif_get_thumbnail_and_size(void *exifdat, long *size); 19 | 20 | /* 21 | * Not used anymore, use libexif if necessary. 22 | */ 23 | int gpi_exif_stat(void *exifdata); 24 | 25 | 26 | #endif /* _gphoto_exif_ */ 27 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/spca50x/ChangeLog.spca504_flash: -------------------------------------------------------------------------------- 1 | Fre Jan 24 11:47:04 2003 Till Adam 2 | * apply patch by Mark Zimmermann 3 | fixing thumbnails for low res images 4 | 5 | Fri Jan 24 08:15:59 2003 Till Adam 6 | * apply patch by Mark Zimmermann 7 | fixing reporting of preview height 8 | 9 | 2002-11-26 Colin Marquardt 10 | 11 | * library.c (camera_about): Make sure author names are 7bit ASCII only. 12 | 13 | Son Nov 10 21:19:16 2002 Till Adam 14 | * import into gphoto cvs 15 | 16 | Sam Nov 02 20:09:06 2002 Till Adam 17 | * implement -n, -L and -P 18 | 19 | Fri Oct 25 17:32:26 2002 Till Adam 20 | * start of camlib 21 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/auto-m4/ltversion.m4: -------------------------------------------------------------------------------- 1 | # ltversion.m4 -- version numbers -*- Autoconf -*- 2 | # 3 | # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. 4 | # Written by Scott James Remnant, 2004 5 | # 6 | # This file is free software; the Free Software Foundation gives 7 | # unlimited permission to copy and/or distribute it, with or without 8 | # modifications, as long as this notice is preserved. 9 | 10 | # @configure_input@ 11 | 12 | # serial 4179 ltversion.m4 13 | # This file is part of GNU Libtool 14 | 15 | m4_define([LT_PACKAGE_VERSION], [2.4.6]) 16 | m4_define([LT_PACKAGE_REVISION], [2.4.6]) 17 | 18 | AC_DEFUN([LTVERSION_VERSION], 19 | [macro_version='2.4.6' 20 | macro_revision='2.4.6' 21 | _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) 22 | _LT_DECL(, macro_revision, 0) 23 | ]) 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/packaging/linux-hotplug/90-gphoto-camera-policy.fdi: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | /usr/libexec/gphoto-set-procperm 9 | 10 | 11 | /usr/libexec/gphoto-set-procperm 12 | 13 | 14 | /usr/libexec/gphoto-set-procperm 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/test/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = nls 2 | 3 | # Notes about tests: 4 | # - Add "small" tests and stuff here. 5 | # - Add "big" tests and stuff to explicitly test for (fixed) bugs 6 | # to libexif-testsuite: 7 | # * We don't want to force people to download dozens of test images 8 | # just for one small library. 9 | # * Proper testing is done with the "exif" program in libexif-testsuite. 10 | # And this is just the lib - we don't have the program available 11 | # here yet. 12 | 13 | TESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted 14 | 15 | TEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg 16 | export TEST_IMAGES 17 | 18 | check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \ 19 | test-tagtable test-sorted 20 | 21 | LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL) 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/tests/test-pedantic-compilation.cxx: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | 18 | #include 19 | 20 | unsigned long cxx_version = __cplusplus; 21 | 22 | int main() 23 | { 24 | printf("cxx_version = %lu\n", cxx_version); 25 | return 0; 26 | } 27 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/tests/test-pedantic-compilation.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include 10 | 11 | #include 12 | #include 13 | #include 14 | #include 15 | #include 16 | #include 17 | 18 | #include 19 | 20 | unsigned long stdc_version = __STDC_VERSION__; 21 | 22 | int main() 23 | { 24 | printf("stdc_version = %lu\n", stdc_version); 25 | return 0; 26 | } 27 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/samsung/ChangeLog: -------------------------------------------------------------------------------- 1 | 2002-04-05 Marcus Meissner 2 | 3 | * samsung.c: Should include name into file info. 4 | Actually update the file data the same way we update the 5 | progress data (helping kio_camera along). 6 | 7 | 2002-04-04 Marcus Meissner 8 | 9 | * samsung.c: Implemented get_info_func, so kio_camera 10 | download images only once. Some logical changes to other 11 | functions which might make them faster on large imagesets. 12 | 13 | 2002-01-14 Marcus Meissner 14 | 15 | * samsung.c: Added progress and abort handling to image download. 16 | 17 | 2002-01-14 Marcus Meissner 18 | 19 | [ I bought a Practika QD800, which is the same model. ] 20 | * samsung.c: Fixed the porting bugs, the driver now downloads 21 | images correctly. 22 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- 1 | 7 | 11 | 14 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ptp2/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += ptp2/ptp-pack.c ptp2/PTPIP.TXT ptp2/README.ptp2 \ 4 | ptp2/TODO ptp2/ChangeLog ptp2/ptpip.html ptp2/TESTPLAN.ptp2 5 | camlibdoc_DATA += ptp2/README.ptp2 6 | 7 | EXTRA_LTLIBRARIES += ptp2.la 8 | 9 | ptp2_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) $(LIBXML2_CFLAGS) 10 | ptp2_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS) $(LIBXML2_CFLAGS) -Wshadow 11 | ptp2_la_SOURCES = \ 12 | ptp2/ptp.c ptp2/ptp.h ptp2/chdk_ptp.h ptp2/chdk_live_view.h \ 13 | ptp2/library.c ptp2/usb.c ptp2/ptp-bugs.h \ 14 | ptp2/ptp-private.h ptp2/ptpip.c ptp2/config.c \ 15 | ptp2/music-players.h ptp2/device-flags.h \ 16 | ptp2/olympus-wrap.c ptp2/olympus-wrap.h \ 17 | ptp2/chdk.c 18 | ptp2_la_LDFLAGS = $(camlib_ldflags) 19 | ptp2_la_DEPENDENCIES = $(camlib_dependencies) 20 | ptp2_la_LIBADD = $(camlib_libadd) $(LTLIBICONV) $(LIBXML2_LIBS) @LIBJPEG@ 21 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/pccam300/README.pccam300: -------------------------------------------------------------------------------- 1 | What is it? 2 | ----------- 3 | This is a camlib supporting the Intel PC Cam 300 camera and possibly others 4 | based on the same chip, namely the SunPlus spca500a. It was implemented using 5 | information obtained by sniffing the usb bus on Windows, disassembling the 6 | windows driver dll's and some guesswork. 7 | 8 | It is losely based on the pccam600 camlib and contains some code from that. 9 | 10 | Features 11 | -------- 12 | It currently supports downloading of images and deleting all files on the 13 | camera. 14 | 15 | TODO 16 | ____ 17 | - Figure out the avi and wav formats and support them. 18 | - Thumbnails? Can the cam do them? 19 | 20 | Authors 21 | ------- 22 | Till Adam 23 | Miah Gregory 24 | 25 | Thanks 26 | ------ 27 | Pedro de Oliviera - Testing and feedback 28 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/lg_gsm/README.lg_gsm: -------------------------------------------------------------------------------- 1 | This driver will download pictures from the LG T5100. 2 | This GSM/camera has Vendor:Product number 0x1004:0x6005. 3 | Other LG phones may have a similar behaviour (?). 4 | 5 | Here are only addressed camera features. 6 | For mp3 or videos, you may have a look at http://sf.net/projects/t5100-utils 7 | 8 | Some things which work for me, with various gphoto2 options: 9 | (TODO: check assumptions made here !!!) 10 | gphoto2 --summary : will report the total number of pictures. 11 | gphoto2 -P : is functional. 12 | gphoto2 -p x-y : is functional, too, assuming there are at least y pictures in the camera and x <= y. 13 | gphoto2 --get-all-raw-data ??? 14 | 15 | License: 16 | LGPL (see the head of the libgphoto2 source tree; this camera library is a 17 | part of the libgphoto2 project). 18 | 19 | Warranty: 20 | None. 21 | 22 | Copyright by Guillaume Bedot, 2005. 23 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | # SUBDIRS = coolshot l859 4 | EXTRA_DIST += panasonic/README.panasonic panasonic/ChangeLog 5 | camlibdoc_DATA += panasonic/README.panasonic 6 | 7 | EXTRA_LTLIBRARIES += panasonic_dc1000.la 8 | 9 | panasonic_dc1000_la_SOURCES = \ 10 | panasonic/dc1000.c panasonic/dc1000.h \ 11 | panasonic/dc.c panasonic/dc.h 12 | panasonic_dc1000_la_LDFLAGS = $(camlib_ldflags) 13 | panasonic_dc1000_la_DEPENDENCIES = $(camlib_dependencies) 14 | panasonic_dc1000_la_LIBADD = $(camlib_libadd) 15 | 16 | EXTRA_LTLIBRARIES += panasonic_dc1580.la 17 | 18 | panasonic_dc1580_la_SOURCES = \ 19 | panasonic/dc1580.c panasonic/dc1580.h \ 20 | panasonic/dc.c panasonic/dc.h \ 21 | panasonic/dc1000.h 22 | panasonic_dc1580_la_LDFLAGS = $(camlib_ldflags) 23 | panasonic_dc1580_la_DEPENDENCIES = $(camlib_dependencies) 24 | panasonic_dc1580_la_LIBADD = $(camlib_libadd) 25 | -------------------------------------------------------------------------------- /camera/src/main/cpp/ltdl/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 3.4.1) 2 | project("libltdl") 3 | 4 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DHAVE_CONFIG_H -DHAVE_LIBDL") 5 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -DPIC") 6 | #set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -W -Wall") 7 | 8 | add_library(ltdl SHARED src/ltdl.c) 9 | include_directories(src) 10 | include_directories(src/android) 11 | 12 | 13 | # copy out the lib binary and remove generated files 14 | set(distribution_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../distribution) 15 | set_target_properties(ltdl 16 | PROPERTIES 17 | LIBRARY_OUTPUT_DIRECTORY 18 | "${distribution_DIR}/ltdl/lib/${ANDROID_ABI}") 19 | add_custom_command(TARGET ltdl POST_BUILD 20 | COMMAND "${CMAKE_COMMAND}" -E 21 | copy "${CMAKE_CURRENT_SOURCE_DIR}/src/ltdl.h" 22 | "${distribution_DIR}/ltdl/include/ltdl.h" 23 | COMMENT "Copying ltdl to output directory") 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-manual-gtk-doc.m4: -------------------------------------------------------------------------------- 1 | dnl --------------------------------------------------------------------------- 2 | dnl gtk-doc: We use gtk-doc for building our documentation. However, we 3 | dnl require the user to explicitely request the build. 4 | dnl --------------------------------------------------------------------------- 5 | AC_DEFUN([GP_CHECK_GTK_DOC], 6 | [ 7 | try_gtkdoc=false 8 | gtkdoc_msg="no (not requested)" 9 | have_gtkdoc=false 10 | AC_ARG_ENABLE(docs, [ --enable-docs Use gtk-doc to build documentation [default=no]],[ 11 | if test x$enableval = xyes; then 12 | try_gtkdoc=true 13 | fi]) 14 | if $try_gtkdoc; then 15 | AC_PATH_PROG(GTKDOC,gtkdoc-mkdb) 16 | if test -n "${GTKDOC}"; then 17 | have_gtkdoc=true 18 | gtkdoc_msg="yes" 19 | else 20 | gtkdoc_msg="no (http://www.gtk.org/rdp/download.html)" 21 | fi 22 | fi 23 | AM_CONDITIONAL(ENABLE_GTK_DOC, $have_gtkdoc) 24 | ]) 25 | -------------------------------------------------------------------------------- /app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-manual-gtk-doc.m4: -------------------------------------------------------------------------------- 1 | dnl --------------------------------------------------------------------------- 2 | dnl gtk-doc: We use gtk-doc for building our documentation. However, we 3 | dnl require the user to explicitely request the build. 4 | dnl --------------------------------------------------------------------------- 5 | AC_DEFUN([GP_CHECK_GTK_DOC], 6 | [ 7 | try_gtkdoc=false 8 | gtkdoc_msg="no (not requested)" 9 | have_gtkdoc=false 10 | AC_ARG_ENABLE(docs, [ --enable-docs Use gtk-doc to build documentation [default=no]],[ 11 | if test x$enableval = xyes; then 12 | try_gtkdoc=true 13 | fi]) 14 | if $try_gtkdoc; then 15 | AC_PATH_PROG(GTKDOC,gtkdoc-mkdb) 16 | if test -n "${GTKDOC}"; then 17 | have_gtkdoc=true 18 | gtkdoc_msg="yes" 19 | else 20 | gtkdoc_msg="no (http://www.gtk.org/rdp/download.html)" 21 | fi 22 | fi 23 | AM_CONDITIONAL(ENABLE_GTK_DOC, $have_gtkdoc) 24 | ]) 25 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sipix/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += sipix/web2.html sipix/blink.c sipix/blink.txt \ 4 | sipix/xjpeg.c sipix/blink2.txt sipix/ChangeLog 5 | 6 | # Seems to be obsolete 7 | EXTRA_LTLIBRARIES += sipix_blink.la 8 | 9 | sipix_blink_la_SOURCES = sipix/blink.c 10 | sipix_blink_la_LDFLAGS = $(camlib_ldflags) 11 | sipix_blink_la_DEPENDENCIES = $(camlib_dependencies) 12 | sipix_blink_la_LIBADD = $(camlib_libadd) 13 | 14 | 15 | EXTRA_LTLIBRARIES += sipix_blink2.la 16 | 17 | sipix_blink2_la_SOURCES = sipix/blink2.c 18 | sipix_blink2_la_LDFLAGS = $(camlib_ldflags) 19 | sipix_blink2_la_DEPENDENCIES = $(camlib_dependencies) 20 | sipix_blink2_la_LIBADD = $(camlib_libadd) @LIBJPEG@ 21 | 22 | 23 | EXTRA_LTLIBRARIES += sipix_web2.la 24 | 25 | sipix_web2_la_SOURCES = sipix/web2.c 26 | sipix_web2_la_LDFLAGS = $(camlib_ldflags) 27 | sipix_web2_la_DEPENDENCIES = $(camlib_dependencies) 28 | sipix_web2_la_LIBADD = $(camlib_libadd) 29 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/template/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | # If you use this as template for a real camlib (say 'foobar.la'), 4 | # make sure to change the "noinst_" at the beginning of the following 5 | # lines: 6 | # * "noinst_DATA" into "camlibdoc_DATA" 7 | # * "noinst_LTLIBRARIES" into "EXTRA_LTLIBRARIES" 8 | # 9 | # Additionally, you must add add an include line to the Makefile-files 10 | # of the new camlib to camlibs/Makefile.am: 11 | # * "include my-new-camlib/Makefile-files" 12 | # 13 | # And as the last step, you need to add it to configure.ac: 14 | # * GP_CAMLIB([foobar])dnl 15 | 16 | EXTRA_DIST += template/README.template template/ChangeLog 17 | 18 | noinst_DATA += template/README.template 19 | noinst_LTLIBRARIES += template.la 20 | 21 | template_la_SOURCES = template/template.c 22 | template_la_CFLAGS = $(AM_CFLAGS) $(NO_UNUSED_CFLAGS) $(CFLAGS) 23 | template_la_LDFLAGS = $(camlib_ldflags) 24 | template_la_DEPENDENCIES = $(camlib_dependencies) 25 | template_la_LIBADD = $(camlib_libadd) 26 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/tests/ddb/ddb-common.c: -------------------------------------------------------------------------------- 1 | /** \file ddb-common.y 2 | * \author Copyright (C) 2006 Hans Ulrich Niedermann 3 | * 4 | * \note 5 | * This library is free software; you can redistribute it and/or 6 | * modify it under the terms of the GNU Lesser General Public 7 | * License as published by the Free Software Foundation; either 8 | * version 2 of the License, or (at your option) any later version. 9 | * 10 | * \note 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * \note 17 | * You should have received a copy of the GNU Lesser General Public 18 | * License along with this library; if not, write to the 19 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 | * Boston, MA 02110-1301 USA 21 | */ 22 | 23 | #include "ddb-common.h" 24 | 25 | YYSTYPE yylval; 26 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/smal/ChangeLog: -------------------------------------------------------------------------------- 1 | 2008-10-18 Marcus Meissner 2 | 3 | * merged 1.3M Creative CardCam patch from Sourceforge. 4 | https://sourceforge.net/tracker/index.php?func=detail&aid=947064&group_id=8874&atid=308874 5 | 6 | 2003-01-06 Lee Benfield 7 | 8 | * Version 0.01 9 | 10 | 2003-01-13 LB 11 | 12 | * Version 0.02 13 | 14 | * Added support for different header types in returned image as 15 | observed by Vasileios Zografos, on @xia (different faceplate from 16 | mine). 17 | 18 | 2003-08-25 LB 19 | 20 | * Version 0.03 21 | 22 | * Logitech pocket digital - previously someone had marked this as a 23 | compatible camera, whereas it wasn't really (different USB id and 24 | everything!) 25 | 26 | * Anyway - the logitech has a fairly different protocol, so I've added 27 | support for that, with the caveat that logitech's imaginary 1024x768 28 | images are downloaded as 640x480 (the size they're stored on the 29 | camera). If you want to double the size, use the gimp! 30 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += konica/EXPERTS konica/qm150.txt konica/README.konica konica/ChangeLog konica/COPYING konica/TODO 4 | camlibdoc_DATA += konica/README.konica 5 | 6 | konica_defs = \ 7 | -DLOCALIZATION=\"$(datadir)/$(PACKAGE)/$(VERSION)/konica\" 8 | 9 | EXTRA_LTLIBRARIES += konica.la 10 | 11 | konica_la_SOURCES = \ 12 | konica/lowlevel.c konica/lowlevel.h \ 13 | konica/konica.c konica/konica.h \ 14 | konica/library.c 15 | konica_la_CPPFLAGS = $(AM_CPPFLAGS) $(konica_defs) $(CPPFLAGS) 16 | konica_la_LDFLAGS = $(camlib_ldflags) 17 | konica_la_DEPENDENCIES = $(camlib_dependencies) 18 | konica_la_LIBADD = $(camlib_libadd) 19 | 20 | 21 | EXTRA_LTLIBRARIES += konica_qm150.la 22 | 23 | konica_qm150_la_SOURCES = konica/qm150.c 24 | konica_qm150_la_CPPFLAGS = $(AM_CPPFLAGS) $(konica_defs) $(CPPFLAGS) $(LIBEXIF_CFLAGS) 25 | konica_qm150_la_LDFLAGS = $(camlib_ldflags) 26 | konica_qm150_la_DEPENDENCIES = $(camlib_dependencies) 27 | konica_qm150_la_LIBADD = $(camlib_libadd) $(LIBEXIF_LIBS) 28 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/panasonic/l859/README.panasonic-l859: -------------------------------------------------------------------------------- 1 | Panasonic PV-L859-K/PV-L779-K Palmcorder 2 | 3 | Panasonic introduced image capturing technology 4 | called PHOTOSHOT for the first time to this series 5 | of Palmcorders. Images are stored in JPEG format on 6 | an internal flashcard and can be transferred to a 7 | computer through the built-in serial port. Images 8 | are saved in one of two resolutions; NORMAL is 9 | 320x240 and FINE is 640x480. The CCD device which 10 | captures the images from the lens is only 300K and 11 | thus produces only low quality pictures. 12 | 13 | Panasonic provided no specifications for the creation 14 | of this driver (although a request was made). The 15 | protocol was reverse engineered using ComLite32 under 16 | windows while using the bundled Digital PhotoShot 17 | application. I hope to include with this driver, in 18 | the future, a document that outlines the protocol. 19 | 20 | If you have any questions regarding this driver, you 21 | can contact me at aselkirk@mailandnew.com 22 | 23 | Andrew... 24 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/image.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 1999 by Henning Zabel 3 | * 4 | * This program is free software; you can redistribute it and/or modify it 5 | * under the terms of the GNU General Public License as published by the 6 | * Free Software Foundation; either version 2 of the License, or (at your 7 | * option) any later version. 8 | * 9 | * This program is distributed in the hope that it will be useful, but 10 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 11 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 | * for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with this program; if not, write to the Free Software Foundation, 16 | * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 | */ 18 | 19 | /* 20 | * JPeg corrections table 21 | */ 22 | #ifndef DEFINE_IMAGE_H 23 | #define DEFINE_IMAGE_H 24 | 25 | int mdc800_correctImageData (unsigned char*, int,int,int ); 26 | 27 | 28 | #endif 29 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: android 2 | jdk: oraclejdk8 3 | dist: xenial # 16.04 LTS (Xenial Xerus) 4 | 5 | android: 6 | components: 7 | - build-tools-29.0.0 8 | - android-29 9 | - sys-img-armeabi-v7a-android-26 10 | 11 | env: 12 | global: 13 | - ANDROID_NDK_ROOT=$ANDROID_HOME/ndk-bundle 14 | - ANDROID_NDK_HOME=$ANDROID_NDK_ROOT 15 | - GRADLE_USER_HOME=$HOME/.gradle 16 | 17 | before_cache: 18 | # (see https://docs.travis-ci.com/user/languages/java/#Caching) 19 | - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock 20 | - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ 21 | 22 | cache: 23 | directories: 24 | - $HOME/android-sdk 25 | - $HOME/.gradle/caches/ 26 | - $HOME/.gradle/wrapper/ 27 | - $HOME/.android/build-cache # (see http://tools.android.com/tech-docs/build-cache) 28 | 29 | install: 30 | - echo y | sdkmanager "ndk-bundle" 31 | - echo y | sdkmanager "ndk;20.1.5948944" 32 | - echo y | sdkmanager "cmake;3.6.4111459" 33 | - echo y | sdkmanager "cmake;3.10.2.4988404" 34 | 35 | script: ./gradlew --no-daemon --parallel lintDebug testDebug 36 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/topfield/crc16.h: -------------------------------------------------------------------------------- 1 | /* $Id: crc16.h,v 1.2 2005/01/18 14:00:46 purbanec Exp $ */ 2 | 3 | /* 4 | 5 | Copyright (C) 2004 Peter Urbanec 6 | 7 | This file is part of puppy. 8 | 9 | puppy is free software; you can redistribute it and/or modify 10 | it under the terms of the GNU General Public License as published by 11 | the Free Software Foundation; either version 2 of the License, or 12 | (at your option) any later version. 13 | 14 | puppy is distributed in the hope that it will be useful, 15 | but WITHOUT ANY WARRANTY; without even the implied warranty of 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 | GNU General Public License for more details. 18 | 19 | You should have received a copy of the GNU General Public License 20 | along with puppy; if not, write to the 21 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 22 | Boston, MA 02110-1301 USA 23 | 24 | */ 25 | 26 | #include 27 | 28 | unsigned short crc16_ansi(const void *data, size_t size); 29 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-internal-docs.m4: -------------------------------------------------------------------------------- 1 | dnl 2 | dnl 3 | dnl 4 | AC_DEFUN([GP_INTERNAL_DOCS],[dnl 5 | # Whether to enable the internal docs build. 6 | # 7 | # This takes quite some time due to the generation of lots of call 8 | # graphs, so it is disabled by default. 9 | set_enable_internal_docs=no 10 | AC_ARG_ENABLE([internal-docs], [dnl 11 | AS_HELP_STRING([--enable-internal-docs], 12 | [Build internal code docs if doxygen available])], [dnl 13 | dnl If either --enable-foo nor --disable-foo were given, execute this. 14 | if test "x$enableval" = xno \ 15 | || test "x$enableval" = xoff \ 16 | || test "x$enableval" = xfalse; 17 | then 18 | set_enable_internal_docs=no 19 | elif test "x$enableval" = xyes \ 20 | || test "x$enableval" = xon \ 21 | || test "x$enableval" = xtrue 22 | then 23 | set_enable_internal_docs=yes 24 | fi 25 | ]) 26 | AC_MSG_CHECKING([whether to create internal code docs]) 27 | AC_MSG_RESULT([${set_enable_internal_docs}]) 28 | AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], [test "x${set_enable_internal_docs}" = "xyes"]) 29 | ])dnl 30 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/sonydscf55/ChangeLog: -------------------------------------------------------------------------------- 1 | 2004-05-13 Raymond Penners 2 | 3 | * *.[ch]: Merged in Sony DSC-F55 patches from Alberto Garlassi: 4 | added support for downloading MPEG files, and fixed thumbnail 5 | downloading. 6 | 7 | 2004-04-08 Raymond Penners 8 | 9 | * *.[ch]: Merged in patch from Alberto Garlassi: serial 10 | communication fixes on fast CPUs, and the native file names are 11 | now used (instead of using the hardcoded "dsc%05d.jpg"). 12 | 13 | 2003-02-27 Marcus Meissner 14 | 15 | * camera.c: We support EXIF download. 16 | 17 | 2002-07-18 Raymond Penners 18 | 19 | * sony.c: Added calls to gp_context_idle(). 20 | 21 | 2002-05-07 Khalid Akbar 22 | 23 | * *.[ch]: Added support for more than 256 images and "Sony TRV-20E". 24 | 25 | 2002-03-27 Raymond Penners 26 | 27 | * *.[ch]: Made driver GPContext aware (i.e., operations can now be 28 | cancelled), and added support for EXIF information. 29 | 30 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/README-Win32.txt: -------------------------------------------------------------------------------- 1 | If this is a combined source/binary distribution tree, then you can find 2 | 3 | * the binary DLL in the subdirectory binary/bin/ 4 | * the include files in the subdirectory binary/include/ 5 | 6 | As for building libexif yourself on or for Win32, you can 7 | 8 | a) hack yourself a build system somehow 9 | This seems to be the Windows way of doing things. 10 | b) Use MinGW32 11 | 12 | If you use MinGW32 (including MSYS) on Windows, building libexif should 13 | follow the usual pattern of 14 | 15 | ./configure 16 | make 17 | make install 18 | 19 | as for any Unix like system and you can just follow the general 20 | instructions. 21 | 22 | Something neat to do is to use a MinGW32 cross compiler on a Unix 23 | system (Debian ships one for example). Then you can run 24 | 25 | ./configure --host=i586-mingw32msvc --disable-nls 26 | make 27 | make install 28 | 29 | If you want to build a combined source/binary distribution tarball/zipfile, 30 | then add the --enable-ship-binaries option to the ./configure command line. 31 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-internal-docs.m4: -------------------------------------------------------------------------------- 1 | dnl 2 | dnl 3 | dnl 4 | AC_DEFUN([GP_INTERNAL_DOCS],[dnl 5 | # Whether to enable the internal docs build. 6 | # 7 | # This takes quite some time due to the generation of lots of call 8 | # graphs, so it is disabled by default. 9 | set_enable_internal_docs=no 10 | AC_ARG_ENABLE([internal-docs], [dnl 11 | AS_HELP_STRING([--enable-internal-docs], 12 | [Build internal code docs if doxygen available])], [dnl 13 | dnl If either --enable-foo nor --disable-foo were given, execute this. 14 | if test "x$enableval" = xno \ 15 | || test "x$enableval" = xoff \ 16 | || test "x$enableval" = xfalse; 17 | then 18 | set_enable_internal_docs=no 19 | elif test "x$enableval" = xyes \ 20 | || test "x$enableval" = xon \ 21 | || test "x$enableval" = xtrue 22 | then 23 | set_enable_internal_docs=yes 24 | fi 25 | ]) 26 | AC_MSG_CHECKING([whether to create internal code docs]) 27 | AC_MSG_RESULT([${set_enable_internal_docs}]) 28 | AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], [test "x${set_enable_internal_docs}" = "xyes"]) 29 | ])dnl 30 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/libgphoto2_port-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # Note: As this file is sitting in ${top_builddir}, 2 | # ${top_builddir} ~= ${pcfiledir} 3 | # and ${top_srcdir} ~= ${pcfiledir}/@srcdir@ 4 | # Note: This refers to directory matches, not to string matches. 5 | # Note: ${pcfiledir} already is an absolute path name, so there is 6 | # no much sense prepending a ${pc_top_builddir} before it. 7 | 8 | prefix=@prefix@ 9 | exec_prefix=@exec_prefix@ 10 | libdir=@libdir@ 11 | includedir=@includedir@ 12 | VERSION=@VERSION@ 13 | abs_top_builddir=@abs_top_builddir@ 14 | driverdir=${abs_top_builddir} 15 | 16 | Name: libgphoto2_port 17 | Description: Library for easy access to digital cameras 18 | URL: http://gphoto.org/proj/libgphoto2/ 19 | Version: @VERSION@ 20 | # This is what works for gphoto-suite 21 | Libs: ${pcfiledir}/libgphoto2_port/libgphoto2_port.la -lm 22 | Cflags: -I${pcfiledir}/@srcdir@ 23 | # This is what Sun wants (and does not work with gphoto-suite) 24 | # Libs: ${pc_top_builddir}/${pcfiledir}/libgphoto2_port/libgphoto2_port.la -lm 25 | # Cflags: -I${pc_top_builddir}/${pcfiledir} 26 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/examples/samples.h: -------------------------------------------------------------------------------- 1 | #ifndef __SAMPLES_H 2 | #define __SAMPLES_H 3 | #include 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | extern int sample_autodetect (CameraList *list, GPContext *context); 10 | extern int sample_open_camera (Camera ** camera, const char *model, const char *port, GPContext *context); 11 | extern GPContext* sample_create_context(void); 12 | 13 | extern int get_config_value_string (Camera *, const char *, char **, GPContext *); 14 | extern int set_config_value_string (Camera *, const char *, const char *, GPContext *); 15 | int canon_enable_capture (Camera *camera, int onoff, GPContext *context); 16 | 17 | extern int camera_auto_focus (Camera *list, GPContext *context, int onoff); 18 | extern int camera_eosviewfinder (Camera *list, GPContext *context, int onoff); 19 | extern int camera_manual_focus (Camera *list, int tgt, GPContext *context); 20 | 21 | #if !defined (O_BINARY) 22 | /*To have portable binary open() on *nix and on Windows */ 23 | #define O_BINARY 0 24 | #endif 25 | 26 | #ifdef __cplusplus 27 | }; 28 | #endif 29 | 30 | #endif 31 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/canon/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_LTLIBRARIES += canon.la 4 | 5 | camlibdoc_DATA += canon/README.canon 6 | 7 | EXTRA_DIST += canon/.indent.pro canon/ChangeLog canon/urb-interpret canon/README.canon canon/TODO 8 | 9 | # "ideal" version: 10 | # + only export the 3 symbols 11 | # + -no-undefined, (i.e. Win32 support) 12 | # - needs lengthy definition in every camlib's Makefile.am 13 | # + nice short name 14 | # + makes renaming the exported symbols to canon_LTX_ realistic 15 | # without ## macros 16 | # + makes it possible to have the same name the module filename and 17 | # the camlib name returned by camera_id() 18 | canon_la_SOURCES = \ 19 | canon/canon.c canon/canon.h \ 20 | canon/library.c canon/library.h \ 21 | canon/serial.c canon/serial.h \ 22 | canon/usb.c canon/usb.h \ 23 | canon/crc.c canon/crc.h \ 24 | canon/util.c canon/util.h 25 | canon_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) $(LIBEXIF_CFLAGS) 26 | canon_la_LDFLAGS = $(camlib_ldflags) 27 | canon_la_DEPENDENCIES = $(camlib_dependencies) 28 | canon_la_LIBADD = $(camlib_libadd) $(LIBEXIF_LIBS) 29 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/ycctoppm.h: -------------------------------------------------------------------------------- 1 | /* ycctoppm.h 2 | * 3 | * Copyright (c) 2004 Michael Haardt 4 | * 5 | * This library is free software; you can redistribute it and/or 6 | * modify it under the terms of the GNU Lesser General Public 7 | * License as published by the Free Software Foundation; either 8 | * version 2 of the License, or (at your option) any later version. 9 | * 10 | * This library is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 | * Lesser General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU Lesser General Public 16 | * License along with this library; if not, write to the 17 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 | * Boston, MA 02110-1301 USA 19 | */ 20 | 21 | #ifndef __CASIO_QV_YCCTOPPM_H__ 22 | #define __CASIO_QV_YCCTOPPM_H__ 23 | 24 | int QVycctoppm(const unsigned char *ycc, long int yccSize, int width, int height, int ratew, unsigned char **ppm, long int *ppmSize); 25 | 26 | #endif 27 | 28 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/konica/TODO: -------------------------------------------------------------------------------- 1 | 2 | Multithreading 3 | -------------- 4 | The commands can overlap. However, we don't do that right now, although it 5 | would be interesting to test it. 6 | 7 | Actually, we need a thread that constantly watches the serial port. The camera for example sends packets up to three times when we do nothing but listen to the port (and not acknowledging that we received something). We need a thread that reacts to such packets. 8 | 9 | Commands 10 | -------- 11 | * get_information: You can add additional bytes. For what? They don't have any effect and don't 12 | return error "illegal parameter". 13 | * get_status: You can add additional bytes. For what? If non-zero, all status information 14 | is set to zero. 15 | * see konica.h for two undocumented commands. 16 | * Localization: I added some preliminary code and files. It has not been tested yet. 17 | 18 | Features 19 | -------- 20 | How to set 21 | - small photos 22 | - TSC / PAL 23 | - Screen Brightness 24 | - Zoom 25 | 26 | Just in case... 27 | --------------- 28 | What's the operating system of the camera? It would be neat to port Tetris to it... 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/ptp2/olympus-wrap.h: -------------------------------------------------------------------------------- 1 | /* olympus-wrap.h 2 | * 3 | * Copyright (c) 2012 Marcus Meissner 4 | * 5 | * This library is free software; you can redistribute it and/or 6 | * modify it under the terms of the GNU Lesser General Public 7 | * License as published by the Free Software Foundation; either 8 | * version 2.1 of the License, or (at your option) any later version. 9 | * 10 | * This library is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 | * Lesser General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU Lesser General Public 16 | * License along with this library; if not, write to the 17 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 | * Boston, MA 02110-1301 USA 19 | */ 20 | 21 | #ifndef __OLYMPUS_USBWRAP_H__ 22 | #define __OLYMPUS_USBWRAP_H__ 23 | 24 | #include 25 | 26 | uint16_t olympus_setup (PTPParams *params); 27 | 28 | #endif /* __OLYMPUS_USBWRAP_H__ */ 29 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libexif/libexif-0.6.21/test/nls/check-nls.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | top_builddir="@top_builddir@" 4 | localedir="@localedir@" 5 | 6 | destdir="$(pwd)/tmp-root" 7 | 8 | if test -d "${top_builddir}"; then :; else 9 | echo "top_builddir \`${top_builddir}' not found" 10 | exit 3 11 | fi 12 | 13 | echo -n "Test installation of translated messages..." 14 | if (cd "${top_builddir}/po" && make DESTDIR="${destdir}" install > /dev/null 2>&1); then 15 | echo " done." 16 | else 17 | echo " FAILED." 18 | echo "Could not create test installation of translated messages" 19 | exit 2 20 | fi 21 | 22 | binlocaledir="$(./print-localedir)" 23 | mylocaledir="${destdir}${binlocaledir}" 24 | if test -d "${destdir}${binlocaledir}"; then 25 | echo "Test installation contains localedir \`${binlocaledir}'." 26 | else 27 | echo "localedir \`${binlocaledir}' does not exist" 28 | exit 1 29 | fi 30 | 31 | testnls="./test-nls ${mylocaledir}" 32 | if ${testnls}; then 33 | echo "NLS test successful" 34 | rm -rf "${destdir}" 35 | exit 0 36 | else 37 | echo "NLS test failed, not removing test installation from" 38 | echo " ${destdir}" 39 | exit 1 40 | fi 41 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/polaroid/Makefile-files: -------------------------------------------------------------------------------- 1 | # -*- Makefile -*- 2 | 3 | EXTRA_DIST += polaroid/jpeg.txt polaroid/jpeghead.h \ 4 | polaroid/pdc320.html polaroid/gt98x.html polaroid/ChangeLog 5 | 6 | 7 | EXTRA_LTLIBRARIES += polaroid_pdc320.la 8 | 9 | polaroid_pdc320_la_SOURCES = polaroid/pdc320.c polaroid/pdc320.h 10 | polaroid_pdc320_la_LDFLAGS = $(camlib_ldflags) 11 | polaroid_pdc320_la_DEPENDENCIES = $(camlib_dependencies) 12 | polaroid_pdc320_la_LIBADD = $(camlib_libadd) 13 | 14 | 15 | EXTRA_LTLIBRARIES += polaroid_pdc640.la 16 | 17 | polaroid_pdc640_la_SOURCES = polaroid/pdc640.c \ 18 | polaroid/jd350e.h polaroid/jd350e.c \ 19 | polaroid/jd350e_red.h polaroid/jd350e_blue.h \ 20 | polaroid/dlink350f.c polaroid/dlink350f.h 21 | polaroid_pdc640_la_LDFLAGS = $(camlib_ldflags) 22 | polaroid_pdc640_la_DEPENDENCIES = $(camlib_dependencies) 23 | polaroid_pdc640_la_LIBADD = $(camlib_libadd) 24 | 25 | 26 | EXTRA_LTLIBRARIES += polaroid_pdc700.la 27 | 28 | polaroid_pdc700_la_SOURCES = polaroid/pdc700.c 29 | polaroid_pdc700_la_LDFLAGS = $(camlib_ldflags) 30 | polaroid_pdc700_la_DEPENDENCIES = $(camlib_dependencies) 31 | polaroid_pdc700_la_LIBADD = $(camlib_libadd) 32 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2-uninstalled.pc.in: -------------------------------------------------------------------------------- 1 | # Note: As this file is sitting in ${top_builddir}, 2 | # ${top_builddir} ~= ${pcfiledir} 3 | # and ${top_srcdir} ~= ${pcfiledir}/@srcdir@ 4 | # Note: This refers to directory matches, not to string matches. 5 | # Note: ${pcfiledir} already is an absolute path name, so there is 6 | # not much sense prepending a ${pc_top_builddir} before it. 7 | 8 | prefix=@prefix@ 9 | exec_prefix=@exec_prefix@ 10 | libdir=@libdir@ 11 | includedir=@includedir@ 12 | VERSION=@VERSION@ 13 | abs_top_builddir=@abs_top_builddir@ 14 | driverdir=${abs_top_builddir}/camlibs 15 | 16 | Name: libgphoto2 17 | Description: Library for easy access to digital cameras 18 | URL: http://gphoto.org/proj/libgphoto2/ 19 | Version: ${VERSION} 20 | Requires: libgphoto2_port >= 0.7.2 21 | Requires.private: @REQUIREMENTS_FOR_LIBEXIF@ 22 | # This is what works for gphoto-suite 23 | Libs: ${pcfiledir}/libgphoto2/libgphoto2.la -lm 24 | Cflags: -I${pcfiledir}/@srcdir@ 25 | # This is what Sun wants (and does not work with gphoto-suite) 26 | # Libs: ${pc_top_builddir}/${pcfiledir}/libgphoto2/libgphoto2.la -lm 27 | # Cflags: -I${pc_top_builddir}/${pcfiledir} 28 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/vusb/README.txt: -------------------------------------------------------------------------------- 1 | This is a virtual PTP camera embedded in a USB port driver. 2 | 3 | It is meant for libgphoto2 test purposes. 4 | 5 | If you are seeing this file on a regular system, you likely 6 | did not build any other USB driver. 7 | 8 | In that case you should probably install libusb development headers 9 | and libraries and recompile. 10 | 11 | If you want to use it, copy JPG and other files into the directory 12 | of this README (standard location is: /usr/share/libgphoto2_port// ) 13 | 14 | Special functions: 15 | 16 | Doing an image capture will duplicate an existing JPEG and report it as 17 | being captured. 18 | 19 | Doing a deletion is virtual and does not affect the filesystem content. 20 | 21 | PTP Opcode 0x9999 can be used to emit PTP Events 22 | First argment is the type, second argument is the delay of the interrupt in 1/1000 seconds 23 | 24 | 0x0 objectadded - will use a random existing jpg and virtually duplicate it 25 | 0x1 objectremoved - will virtually delete the first existing jpg it finds 26 | 0x2 capturecompleted - emits a capturecompleted event 27 | 28 | Author: Marcus Meissner 29 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/gphoto-m4/gp-manual-fig2dev.m4: -------------------------------------------------------------------------------- 1 | dnl --------------------------------------------------------------------------- 2 | dnl fig2dev: This program is needed for processing images. If not found, 3 | dnl documentation can still be built, but without figures. 4 | dnl --------------------------------------------------------------------------- 5 | AC_DEFUN([GP_CHECK_FIG2DEV], 6 | [ 7 | 8 | try_fig2dev=true 9 | have_fig2dev=false 10 | AC_ARG_WITH(fig2dev, [ --without-fig2dev Don't use fig2dev],[ 11 | if test "x$withval" = "xno"; then 12 | try_fig2dev=false 13 | fi]) 14 | if $try_fig2dev; then 15 | AC_PATH_PROG(FIG2DEV,fig2dev) 16 | if test -n "${FIG2DEV}"; then 17 | have_fig2dev=true 18 | fi 19 | fi 20 | if $have_fig2dev; then 21 | AC_SUBST(FIG2DEV) 22 | ${FIG2DEV} -L ps > /dev/null < 4 | * Copyright (C) 2000,2001,2002 Scott Fritzinger 5 | * 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2 of the License, or (at your option) any later version. 10 | * 11 | * This library is distributed in the hope that it will be useful, 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 | * Lesser General Public License for more details. 15 | * 16 | * You should have received a copy of the GNU Lesser General Public 17 | * License along with this library; if not, write to the 18 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 | * Boston, MA 02110-1301 USA 20 | */ 21 | 22 | 23 | #define TIMEOUT 2000 /* 2000 seems to be better than 750 for big CF cards */ 24 | #define SLEEP_TIMEOUT 50 25 | #define RETRIES 8 26 | 27 | #define HPBS 1024*1 28 | 29 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/polaroid/dlink350f.h: -------------------------------------------------------------------------------- 1 | /* dlink350f.h 2 | * 3 | * orientation, byte order, and brightness correction for the D-Link 350F 4 | * 5 | * Copyright 2003 Mark Slemko 6 | * 7 | * This library is free software; you can redistribute it and/or 8 | * modify it under the terms of the GNU Lesser General Public 9 | * License as published by the Free Software Foundation; either 10 | * version 2 of the License, or (at your option) any later version. 11 | * 12 | * This library is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 | * Lesser General Public License for more details. 16 | * 17 | * You should have received a copy of the GNU Lesser General Public 18 | * License along with this library; if not, write to the 19 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 | * Boston, MA 02110-1301 USA 21 | */ 22 | 23 | #ifndef __DLINK350F_H__ 24 | #define __DLINK350F_H__ 25 | int dlink_dsc350f_postprocessing_and_flip_both (int width, int height, unsigned char* rgb); 26 | #endif 27 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/gphoto-m4/gp-manual-fig2dev.m4: -------------------------------------------------------------------------------- 1 | dnl --------------------------------------------------------------------------- 2 | dnl fig2dev: This program is needed for processing images. If not found, 3 | dnl documentation can still be built, but without figures. 4 | dnl --------------------------------------------------------------------------- 5 | AC_DEFUN([GP_CHECK_FIG2DEV], 6 | [ 7 | 8 | try_fig2dev=true 9 | have_fig2dev=false 10 | AC_ARG_WITH(fig2dev, [ --without-fig2dev Don't use fig2dev],[ 11 | if test "x$withval" = "xno"; then 12 | try_fig2dev=false 13 | fi]) 14 | if $try_fig2dev; then 15 | AC_PATH_PROG(FIG2DEV,fig2dev) 16 | if test -n "${FIG2DEV}"; then 17 | have_fig2dev=true 18 | fi 19 | fi 20 | if $have_fig2dev; then 21 | AC_SUBST(FIG2DEV) 22 | ${FIG2DEV} -L ps > /dev/null < 4 | * 5 | * This library is free software; you can redistribute it and/or 6 | * modify it under the terms of the GNU Lesser General Public 7 | * License as published by the Free Software Foundation; either 8 | * version 2 of the License, or (at your option) any later version. 9 | * 10 | * This library is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 | * Lesser General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU Lesser General Public 16 | * License along with this library; if not, write to the 17 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 | * Boston, MA 02110-1301 USA 19 | */ 20 | 21 | #ifndef __jl2005bcd_decompress_H__ 22 | #define __jl2005bcd_decompress_H__ 23 | 24 | 25 | int 26 | jl2005bcd_decompress(unsigned char *output, unsigned char *input, 27 | int inputsize, int get_thumbnail); 28 | 29 | #endif 30 | 31 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/mustek/rs232.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 1999/2000 by Henning Zabel 3 | * 4 | * This program is free software; you can redistribute it and/or modify it 5 | * under the terms of the GNU General Public License as published by the 6 | * Free Software Foundation; either version 2 of the License, or (at your 7 | * option) any later version. 8 | * 9 | * This program is distributed in the hope that it will be useful, but 10 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 11 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 | * for more details. 13 | * 14 | * You should have received a copy of the GNU General Public License 15 | * along with this program; if not, write to the Free Software Foundation, 16 | * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 | */ 18 | #ifndef _RS232_H 19 | #define _RS232_H 20 | 21 | int mdc800_rs232_sendCommand(GPPort*,unsigned char* , unsigned char * , int ); 22 | int mdc800_rs232_waitForCommit(GPPort*,char commandid); 23 | int mdc800_rs232_receive(GPPort*,unsigned char * , int ); 24 | int mdc800_rs232_download(GPPort*,unsigned char *, int); 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/installcheck.mk: -------------------------------------------------------------------------------- 1 | # FIXME: Only run this if not cross-compiling 2 | installcheck-local: $(INSTALL_TESTS) $(INSTALLCHECK_DEPS) 3 | @total=0; failed=0; success=0; ignored=0; \ 4 | echo "Running \"installcheck\" test cases..."; \ 5 | for script in $(INSTALL_TESTS); do \ 6 | echo "Test case: $$script"; \ 7 | total="$$(expr $$total + 1)"; \ 8 | if test -f "./$$script"; then dir="./"; \ 9 | elif test -f "$$script"; then dir=""; \ 10 | else dir="$(srcdir)/"; fi; \ 11 | if $(INSTALL_TESTS_ENVIRONMENT) "$$dir/$$script"; then \ 12 | echo "SUCCEEDED: $$script"; \ 13 | success="$$(expr $$success + 1)"; \ 14 | else \ 15 | s="$$?"; \ 16 | if test "$$s" = "77"; then \ 17 | echo "FAILURE IGNORED (return code $$s): $$script"; \ 18 | ignored="$$(expr $$ignored + 1)"; \ 19 | else \ 20 | echo "FAILED (return code $$s): $$script"; \ 21 | failed="$$(expr $$failed + 1)"; \ 22 | fi; \ 23 | fi; \ 24 | done; \ 25 | echo "Test summary: $$success succeeded, $$failed failed, $$ignored failures ignored, $$total tests in total."; \ 26 | if test "$$failed" -gt 0; then \ 27 | echo "Error: One or more \"installcheck\" testcases have failed."; \ 28 | exit 1; \ 29 | fi 30 | 31 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | # IDE (e.g. Android Studio) users: 3 | # Gradle settings configured through the IDE *will override* 4 | # any settings specified in this file. 5 | # For more details on how to configure your build environment visit 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html 7 | # Specifies the JVM arguments used for the daemon process. 8 | # The setting is particularly useful for tweaking memory settings. 9 | org.gradle.jvmargs=-Xmx1536m 10 | # When configured, Gradle will run in incubating parallel mode. 11 | # This option should only be used with decoupled projects. More details, visit 12 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 13 | # org.gradle.parallel=true 14 | # AndroidX package structure to make it clearer which packages are bundled with the 15 | # Android operating system, and which are packaged with your app's APK 16 | # https://developer.android.com/topic/libraries/support-library/androidx-rn 17 | android.useAndroidX=true 18 | # Automatically convert third-party libraries to use AndroidX 19 | android.enableJetifier=true 20 | # Kotlin code style for this project: "official" or "obsolete": 21 | kotlin.code.style=official 22 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/installcheck.mk: -------------------------------------------------------------------------------- 1 | # FIXME: Only run this if not cross-compiling 2 | installcheck-local: $(INSTALL_TESTS) $(INSTALLCHECK_DEPS) 3 | @total=0; failed=0; success=0; ignored=0; \ 4 | echo "Running \"installcheck\" test cases..."; \ 5 | for script in $(INSTALL_TESTS); do \ 6 | echo "Test case: $$script"; \ 7 | total="$$(expr $$total + 1)"; \ 8 | if test -f "./$$script"; then dir="./"; \ 9 | elif test -f "$$script"; then dir=""; \ 10 | else dir="$(srcdir)/"; fi; \ 11 | if $(INSTALL_TESTS_ENVIRONMENT) "$$dir/$$script"; then \ 12 | echo "SUCCEEDED: $$script"; \ 13 | success="$$(expr $$success + 1)"; \ 14 | else \ 15 | s="$$?"; \ 16 | if test "$$s" = "77"; then \ 17 | echo "FAILURE IGNORED (return code $$s): $$script"; \ 18 | ignored="$$(expr $$ignored + 1)"; \ 19 | else \ 20 | echo "FAILED (return code $$s): $$script"; \ 21 | failed="$$(expr $$failed + 1)"; \ 22 | fi; \ 23 | fi; \ 24 | done; \ 25 | echo "Test summary: $$success succeeded, $$failed failed, $$ignored failures ignored, $$total tests in total."; \ 26 | if test "$$failed" -gt 0; then \ 27 | echo "Error: One or more \"installcheck\" testcases have failed."; \ 28 | exit 1; \ 29 | fi 30 | 31 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/casio/camtojpeg.h: -------------------------------------------------------------------------------- 1 | /* camtojpeg.h 2 | * 3 | * Copyright (c) 2004 Michael Haardt 4 | * 5 | * This library is free software; you can redistribute it and/or 6 | * modify it under the terms of the GNU Lesser General Public 7 | * License as published by the Free Software Foundation; either 8 | * version 2 of the License, or (at your option) any later version. 9 | * 10 | * This library is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 | * Lesser General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU Lesser General Public 16 | * License along with this library; if not, write to the 17 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 | * Boston, MA 02110-1301 USA 19 | */ 20 | 21 | #ifndef __CASIO_QV_CAMTOJPEG_H__ 22 | #define __CASIO_QV_CAMTOJPEG_H__ 23 | 24 | int QVcamtojpeg(const unsigned char *cam, long int camSize, unsigned char **jpeg, long int *jpegSize); 25 | int QVfinecamtojpeg(const unsigned char *cam, long int camSize, unsigned char **jpeg, long int *jpegSize); 26 | 27 | #endif 28 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jd11/decomp.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Jenopt JD11 Camera Driver 3 | * Copyright 1999-2001 Marcus Meissner 4 | * 5 | * This library is free software; you can redistribute it and/or 6 | * modify it under the terms of the GNU Lesser General Public 7 | * License as published by the Free Software Foundation; either 8 | * version 2 of the License, or (at your option) any later version. 9 | * 10 | * This library is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 | * Lesser General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU Lesser General Public 16 | * License along with this library; if not, write to the 17 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 | * Boston, MA 02110-1301 USA 19 | */ 20 | 21 | #ifndef _JD11_DECOMP_H 22 | #define _JD11_DECOMP_H 23 | extern void picture_decomp_v1(unsigned char *compressed,unsigned char *uncompressed,int width,int height); 24 | extern void picture_decomp_v2(unsigned char *compressed,unsigned char *uncompressed,int width,int height); 25 | #endif 26 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2/gamma.h: -------------------------------------------------------------------------------- 1 | /** \file 2 | * 3 | * \author Copyright 2001 Lutz Mueller 4 | * 5 | * \note 6 | * This library is free software; you can redistribute it and/or 7 | * modify it under the terms of the GNU Lesser General Public 8 | * License as published by the Free Software Foundation; either 9 | * version 2 of the License, or (at your option) any later version. 10 | * 11 | * \note 12 | * This library is distributed in the hope that it will be useful, 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 | * Lesser General Public License for more details. 16 | * 17 | * \note 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the 20 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 | * Boston, MA 02110-1301 USA 22 | */ 23 | 24 | #ifndef __GAMMA_H__ 25 | #define __GAMMA_H__ 26 | 27 | int gp_gamma_fill_table (unsigned char *table, double g); 28 | int gp_gamma_correct_single (unsigned char *table, unsigned char *data, 29 | unsigned int data_size); 30 | 31 | #endif /* __GAMMA_H__ */ 32 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/libgphoto2_port/test/Makefile.am: -------------------------------------------------------------------------------- 1 | TESTS = 2 | INSTALL_TESTS = 3 | check_PROGRAMS = 4 | noinst_PROGRAMS = 5 | 6 | # When we build all our iolibs in one directory, we can run our checks 7 | # with IOLIBS set to the iolib build directory. 8 | TESTS_ENVIRONMENT = env \ 9 | IOLIBS="$(top_builddir)" 10 | 11 | # After installation, this will be IOLIBS = $(DESTDIR)$(iolibdir) 12 | INSTALL_TESTS_ENVIRONMENT = env \ 13 | IOLIBS="$(DESTDIR)$(iolibdir)" \ 14 | LD_LIBRARY_PATH="$(DESTDIR)$(libdir)$${LD_LIBRARY_PATH+:$${LD_LIBRARY_PATH}}" 15 | 16 | AM_CPPFLAGS += -I$(top_srcdir) 17 | 18 | noinst_PROGRAMS += test-gp-port test-port-list 19 | test_gp_port_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) $(CPPFLAGS) 20 | test_gp_port_SOURCE = test-gp-port.c 21 | test_gp_port_LDFLAGS = $(top_builddir)/libgphoto2_port/libgphoto2_port.la $(LIBLTDL) $(INTLLIBS) 22 | 23 | TESTS += test-port-list 24 | INSTALL_TESTS += test-port-list 25 | check_PROGRAMS += test-port-list 26 | test_port_list_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) $(CPPFLAGS) 27 | test_port_list_SOURCE = test-gp-port.c 28 | test_port_list_LDFLAGS = \ 29 | $(top_builddir)/libgphoto2_port/libgphoto2_port.la \ 30 | $(LIBLTDL) \ 31 | $(INTLLIBS) 32 | 33 | include $(top_srcdir)/installcheck.mk 34 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/tests/ddb/check-ddb.sh.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # "make installcheck" testcase: 3 | # Compares camera list printed by by print-camera-list and parsed by 4 | #test-ddb with the camera list from gp_abilities_list_load(). 5 | # Fails if differences are found. 6 | 7 | set -ex 8 | 9 | debug=: 10 | #debug=false 11 | 12 | PACKAGE_TARNAME="${PACKAGE_TARNAME-"@PACKAGE_TARNAME@"}" 13 | prefix="${prefix-"@prefix@"}" 14 | exec_prefix="${exec_prefix-"@exec_prefix@"}" 15 | libdir="${libdir-"@libdir@"}" 16 | libexecdir="${libexecdir-"@libexecdir@"}" 17 | camlibdir="${camlibdir-"@camlibdir@"}" 18 | utilsdir="${utilsdir-"@utilsdir@"}" 19 | CAMLIBS="${DESTDIR}${camlibdir}" 20 | export CAMLIBS 21 | LD_LIBRARY_PATH="${DESTDIR}/${libdir}${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}" 22 | export LD_LIBRARY_PATH 23 | 24 | if "$debug"; then 25 | echo "=====================" 26 | pwd 27 | echo "camlibdir=$camlibdir" 28 | echo "libdir=$libdir" 29 | echo "utilsdir=$utilsdir" 30 | echo "DESTDIR=$DESTDIR" 31 | echo "CAMLIBS=$CAMLIBS" 32 | echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" 33 | echo "#####################" 34 | fi 35 | 36 | ${DESTDIR}${utilsdir}/print-camera-list gp2ddb > gp2ddb.txt 37 | 38 | ./test-ddb --compare < gp2ddb.txt 39 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/stv0680/bayer.h: -------------------------------------------------------------------------------- 1 | /* 2 | * STV0680 Vision Camera Chipset Driver 3 | * Copyright 2000 Adam Harrison 4 | * 5 | * This program is free software; you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation; either version 2 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program; if not, write to the 17 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 | * Boston, MA 02110-1301 USA 19 | */ 20 | 21 | #ifndef BAYER_H 22 | #define BAYER_H 23 | 24 | void bayer_unshuffle_preview(int w, int h, int scale, 25 | unsigned char *raw, unsigned char *output); 26 | void light_enhance(int vw, int vh, int coarse, int fine, 27 | unsigned char avg_pix_val, unsigned char *output); 28 | 29 | #endif 30 | 31 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/examples/context.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include "samples.h" 3 | 4 | static void 5 | ctx_error_func (GPContext *context, const char *str, void *data) 6 | { 7 | fprintf (stderr, "\n*** Contexterror *** \n%s\n",str); 8 | fflush (stderr); 9 | } 10 | 11 | static void 12 | ctx_status_func (GPContext *context, const char *str, void *data) 13 | { 14 | fprintf (stderr, "%s\n", str); 15 | fflush (stderr); 16 | } 17 | 18 | GPContext* sample_create_context() { 19 | GPContext *context; 20 | 21 | /* This is the mandatory part */ 22 | context = gp_context_new(); 23 | 24 | /* All the parts below are optional! */ 25 | gp_context_set_error_func (context, ctx_error_func, NULL); 26 | gp_context_set_status_func (context, ctx_status_func, NULL); 27 | 28 | /* also: 29 | gp_context_set_cancel_func (p->context, ctx_cancel_func, p); 30 | gp_context_set_message_func (p->context, ctx_message_func, p); 31 | if (isatty (STDOUT_FILENO)) 32 | gp_context_set_progress_funcs (p->context, 33 | ctx_progress_start_func, ctx_progress_update_func, 34 | ctx_progress_stop_func, p); 35 | */ 36 | return context; 37 | } 38 | -------------------------------------------------------------------------------- /camera/src/main/cpp/libgphoto2/libgphoto2-2.5.23/camlibs/jl2005a/ChangeLog: -------------------------------------------------------------------------------- 1 | 2009-12-24 Theodore Kilgore 2 | library.c: Some cameras can hold more than 100 photos. Numbering 3 | field in filenames increased to 3 digits. Some code cleanup. 4 | gp_bayer_decode() replaced by gp_ahd_decode() 5 | 6 | 2009-02-21 Theodore Kilgore 7 | library,c: Cobra DC-125 added, reported by 8 | Tim Johnson . 9 | 10 | 2008-01-03 Theodore Kilgore 11 | jl2005a.c: Improvements in jl2005a_read_picture_data(). 12 | 13 | 2007-12-04 Theodore Kilgore 14 | README.jl2005a: Updated 15 | jl2005a.c: A decompression function has been added, to accommodate 16 | the needs of the Noganet TDC-15, based upon raw files 17 | sent by J. Barraco. 18 | library.c: Decompression function hooked up. 19 | 20 | 2007-10-15 Theodore Kilgore 21 | library.c: NogaNet TDC-15 added, reported by 22 | Jeronimo Barraco 23 | README.jl2005a: Updated 24 | jl2005a.c: Size of 176x144 compressed photos was incorrectly reported. 25 | Patch applied. Will need testing by J. Barraco 26 | 27 | 2007-09-16 Theodore Kilgore 28 | 29 | * *.[c,h]: First check-in. 30 | --------------------------------------------------------------------------------