Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Release v0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
PkmX committed Nov 25, 2014
1 parent 0d1cd6f commit bf4c7eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="pkmx.lcamera"
android:versionCode="2"
android:versionName="0.2">
android:versionCode="3"
android:versionName="0.3">
<uses-sdk android:minSdkVersion="21"
android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.CAMERA" />
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Slow motion video recorded with a Nexus 5: https://www.youtube.com/watch?v=iKAvN
* Manual exposure time (0.8" to 1/75000)
* Manual ISO (40 to 10000)
* DNG output support
* 30-fps full-resolution burst capture with focus stacking & exposure bracketing in DNG
* 30-fps full-resolution burst capture with focus stacking & exposure bracketing
* 30-fps full-resolution (3264x2448) video recording on Nexus 5
* 30-fps 4K UHD (3840x2160) video recording on Nexus 6
* Experimental 60-fps video recording at 1080p on Nexus 5
Expand All @@ -42,13 +42,14 @@ Just use it like any camera! Tap the floating button on the left-bottom corner t
* Shutter Speed: Control the exposure time. (Setting a slow shutter speed will affect preview frame rate)
* ISO: Control the sensitivity of the sensor.
* Burst
* Burst: Control whether burst capturing is enabled. If enabled, the camera will capture 7 DNG images at maximum resolution at 30 fps. (Note that JPEG output is disabled during burst capturing.)
* Burst: Control whether burst capturing is enabled. If enabled, the camera will capture 7 images at maximum resolution at 30 fps.
* Focus Stacking: If enabled, the camera will capture a series of images ranging from infinity focus and to the nearest focus distance possible.
* Exposure Bracketing: If enabled, the camera will capture a series of 7 images ranging from -3 to +3 EV of the standard expousre. (Only the shutter speed is varied, the ISO stays the same)
* DNG/JPEG: Specify the output format for burst capture.
* Photo/Video: Switch between photo capturing and video recording mode. The video is encoded with H.264/AVC for video and 44.1khz 320kbps AAC-LC for audio in MP4 container. Focus distance and exposure are adjustable during recording.
* Settings
* Video Resolution: Configurate video resolution, fps and encoding bitrate. (See below for 60fps recording)
* Save DNG: Specify where the DNG output is saved. Note that the DNG output is still enabled in burst mode due to limitation of JPEG output.
* Save DNG: Specify whether the DNG output is saved in single capture mode.

If you are looking for a stopwatch to test the burst capture feature, check out [this jsfiddle](http://jsfiddle.net/jw2z5eeu/).

Expand Down

0 comments on commit bf4c7eb

Please sign in to comment.