Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.04 KB

FreeDCam

to build use latest android studio
http://developer.android.com/sdk/installing/studio.html

all needed libs are included

for ndk build set in your local.properties ndk.dir=C:\Android\android-ndk-r10b yes you need \ that for a folderpath

freedcam supports now 3 different apis: android.hardware.camera
http://developer.android.com/reference/android/hardware/Camera.html

android.hardware.camera2
http://developer.android.com/reference/android/hardware/camera2/package-summary.html

sony camera remote api (PlayMemories)
https://developer.sony.com/downloads/camera-file/sony-camera-remote-api-beta-sdk/

Projects used by FreeDcam

MetadataExtractor
https://github.com/drewnoakes/metadata-extractor

libtiff
http://www.remotesensing.org/libtiff/

Special Thanks @ Dave Coffin for dcraw and the bayer extracting to 16bit
https://www.cybercom.net/~dcoffin/dcraw/

libraw https://github.com/LibRaw/LibRaw

TouchImageview https://github.com/MikeOrtiz/TouchImageView