| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1.limit max preview size to 1080p
2.set max image count of ImageReader to 3.
3.Clear ZSL Queue when start recording.
4.use repeatingBurst instead of repeatingRequest.
5.set ZSL queue size to 3.
6.set ZSL snapshot to 15fps.
7.remove ZslFalloff queue.
Change-Id: I87ebec71d5b85b3e5f12a61c5898e43e6e184d61
|
| |/
|
|
|
|
|
|
|
| |
set the AF mode when turn on and turn
off manual focus, don't unlock focus
when capture in manual focus mode.
Change-Id: I007c9235c67248ba6850e95bc3ab267703a70f06
CRs-Fixed: 2208004
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
(1) Remove HAL-ZSL in non camx.
(2) Paralle lock AF and preCapture on one request.
CRs-Fixed: 2297745
Change-Id: I0a8c87805f709761bcd3ae0fba4a747090cd1454
|
| |/
|
|
|
|
|
|
| |
Fix NP in the onConfigured method, onConfigured method is
asynchronous method.
CRs-Fixed: 2293690
Change-Id: I1c023aed3a34cf7d04ab60dbe1e848dbd5816dde
|
| |
|
|
|
|
|
| |
Upate the thumbnail in continuous shot.
Change-Id: I5e49f7f1c3b46a906fdef9bed43f85d905520dd5
CRs-Fixed: 2281482
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Catch NP when imageReader of postprocessor
is null to avoid FC.
Change-Id: If6628b48806a7adbe88818cc2adbfdfadaba046f
CRs-Fixed: 2253506
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
Catch IllegalStateException to avoid FC
when can't get a valid surface from mediaRecorder
in recording.
Change-Id: Idee2a99b6e83e864a005623c195d686bfa7771b3
CRs-Fixed: 2265015
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
Catch IllegalStateException in ImageAvailableListener
to avoid read image when it's closed by system.
CRs-Fixed: 2270267
Change-Id: I6e3bf5ee97c01fe62154211d4e961f5d57f999ff
|
| | |
| |
| |
| |
| |
| |
| | |
Don't take picture if camera app exist.
Change-Id: I1f60b1c8a4f6b1a274955a0af09214dae132e205
CRs-Fixed: 2156458
|
| |/
|
|
|
|
| |
set CDS mode to 0(OFF) from APP side
Change-Id: Ie9b1ab17376db6385e0c868c5bd4a704348f4509
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When DPAD_CENTER is pressed, capture
a image to pass CTS test and set the
default focused view to avoid DPAD_CENTER
key event lost.
Change-Id: I75601cf0576251492140e8da30eac0b3d149b5c8
CRs-Fixed: 2226102
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add VideoEncoder filter fps, if fps does not support, show tips
to the user.
CRs-Fixed: 2265791
Change-Id: I78786d85fffb4ce60e978b3f4aada20bd067b91d
|
| |/
|
|
|
|
| |
Fix NullPointerException in the Customer Monkey test.
Change-Id: I524a27c3c538bf21d39780812f93d3c300427f9a
|
| |
|
|
|
|
|
| |
Fix NullPointerException in the monkey test.
CRs-Fixed: 2264071
Change-Id: I80bb2fc3b983c9c91820937e728037b8e1e124d7
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Use camera service instead of hardware.camera
to get camera info
Change-Id: I2eb7c8c68885d614322ca40b0661b796620200dc
|
| |/
|
|
|
|
|
|
|
| |
Send Snapshot stream together with preview and video stream for
Snapshot request, it looks need app sends shutter notify for every
request. Stream is the surface for the app.
CRs-Fixed: 2169009
Change-Id: I8a7e87b2ee25bbb1ed1dd9427d4de2fbcc122795
|
| |
|
|
|
|
|
|
| |
Avoid CropRegion to be null when caculate
afaeRectangle
Change-Id: I112ca01225ffe542b6f33e68c9aed687aba1c8f6
CRs-Fixed: 2237113
|
| |
|
|
|
|
| |
start mediaRecorder after progressing image is available
Change-Id: Icb2b07a367f2f35e2d7d902d98919735736932bc
|
| |
|
|
|
|
|
|
| |
When mute in the recording, and exit camera, reset the unmute
value, so that does not affect the sound recorder.
CRs-Fixed: 2153745
Change-Id: I3d8413dce714d3bc09f219ac4d10f605f5481f0d
|
| |
|
|
|
|
| |
if Image is closed, don't need to save RTB image.
Change-Id: I6c3706216aa389a119eef7f90ba3aec303c28625
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Add an action of playing sound when start or stop recording.
Change-Id: I5351d347beea26cddef7c87e8a2b37a1f2f421c2
|
| |/
|
|
|
|
|
|
| |
When Camera is closed, surface wait time out and throw IllegalState
Exception, app will catch the exception and avoid force close.
CRs-Fixed: 2187990
Change-Id: I3540912a7891a57ab3127b8f500e77947280bcba
|
| |
|
|
|
|
|
|
|
| |
When it's in longshot disable video button
to avoid memory issue caused by starting
recording when longshot is not completed.
Change-Id: I4b77e619e1e48d558eadfd46837ec87ebf397df9
CRs-Fixed: 2210569
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
if ZSl is enabled , use takeZSLpicture and return
Change-Id: I501b40218daef5a5f2847426df00ab18743ee63f
|
| | |
| |
| |
| |
| |
| | |
don't send inputbuffer when state is true
Change-Id: Id38d3e4eec7c7f3652c6664278965af7616fd314
|
| | |
| |
| |
| |
| |
| | |
Read vendor tag to enable/disable dual cam specific options like Bokeh
Change-Id: Icfb4b417b3c6adc41c89d0d056dc0dee5cc8d73d
|
| |/
|
|
|
|
| |
add callback when update video falsh mode
Change-Id: I777d4ed644193d96a53f6ca389cf26e5b6b923f6
|
| |
|
|
|
|
|
|
|
| |
add method for decoding MPO file
add method for decoding MPO bytes
add method for generate XMP
adjust shutter icon to enable and disable for bokeh
Change-Id: I1b1b63e1d01f0ed34c75a98537b1e28e3f31a161
|
| |
|
|
|
|
|
|
| |
Instead of defining createHighSpeedRequestList in app, prefer to
use it defined in framework and if framework change this api in
upgrade then app need do nothing.
Change-Id: I64074301e9201913e8bef12bd894c411596aa6bc
|
| |
|
|
|
|
| |
add ui toast change for bokeh
Change-Id: I51598fbe80dd979159cbe9aadeaea26169026d4d
|
| |
|
|
|
|
|
|
|
|
| |
add bokeh enable options in dev.
value: true->enable
false->disable
blur->enter int value
Change-Id: I4e69a5371b60ce55dee2468634b1e14956811f22
CRs-Fixed: 2164757
|
| |
|
|
|
|
|
| |
When using switch camers by id in Dev Option,add this mode
to avoid conflict camera ids issue.
Change-Id: Ib0bef784648c0b76a5cb122eaed9859d724a899f
|
| |
|
|
|
|
|
|
|
|
| |
1.fix video size lost in logical camera.
2.fix FC by enable zoom.
3.fix FC by touch focus.
4.When opening camera returns error, then clean up the
camera with close().
Change-Id: I50fdb2e04df8fcf7d5a09e248b6dc523afba6125
|
| |
|
|
|
|
|
| |
add a new option in dev options to swtich
camera by camera Id.
Change-Id: Ieeb6f462024c3b155dc5fb532fd737313b9904de
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Support HFR 60 and 90 fps
Change-Id: Ib615196e691782ee6d595d5216f2966cee284a9c
|
| |/
|
|
|
|
|
|
| |
Add support for quadraCFA in HAL3, and Complete the function of
QCFA.
CRs-Fixed: 2104228
Change-Id: I5ae17d1af3fc433402d0f183c48baf7488768328
|
| |\
| |
| |
| | |
camera"" into camera.lnx.3.0-dev
|
| | |
| |
| |
| |
| |
| | |
This reverts commit 496cc1548342f86e54fa22590f98a5794cdd71ad
Change-Id: I16dd25758305d6f8ed9b4a69b65fa9a74a764c78
|
| |/
|
|
|
|
| |
Add ZSL in HAL mode
Change-Id: Ifa803c970cfc559723e3599821b74cc8584782a2
|
| |
|
|
|
|
| |
Split captureStillPicture into multiple smaller methods
Change-Id: I0ebc9625be880539f7c0c1d68350c093616205ad
|