Sign in
android
/
platform
/
frameworks
/
support
/
9194a4663ba1bf844068778efe03db2296e06e5f
/
camera
/
camera-camera2-pipe
/
src
810009a
Prevent hangs on CameraCaptureSession creation failures
by WenHung_Teng
· 3 months ago
cb6cbc8
Wait for CaptureSessionState.disconnect when onSessionDisconnected
by Jasmine Chen
· 3 months ago
cec2ccf
Wait for capture session configuration if we've attempted one
by Jasmine Chen
· 3 months ago
1407ed9
Merge "Change CameraPipe ThreadConfig parameter to accept a handler" into androidx-main
by Benedict Odai
· 3 months ago
cd5850e
Fix minor bug in handling quirks when errors are encountered
by Jasmine Chen
· 3 months ago
e875212
Change CameraPipe ThreadConfig parameter to accept a handler
by Benedict Odai
· 3 months ago
db7e629
Finalize the camera device after quirk handling and closing
by Jasmine Chen
· 3 months ago
199b85d
Make CameraGraph.close non-blocking and move the timeouts
by Jasmine Chen
· 3 months ago
f251c52
Refactor and port legacy camera quirks for camera device closure
by Jasmine Chen
· 3 months ago
21cd95f7
Codify and standardize disconnect and shutdown in CameraPipe
by Jasmine Chen
· 3 months ago
858de40
Do not process state closures if the state is closed.
by Jasmine Chen
· 3 months ago
91bef7f
Create empty capture session with CameraDeviceWrapper
by Jasmine Chen
· 4 months ago
5d51305
Fix a bug where CameraDeviceWrapper isn't given to Camera2DeviceCloser
by Jasmine Chen
· 4 months ago
cb38ede
Merge "Implement CameraGraph Persistent Parameters" into androidx-main
by Amy Cao
· 4 months ago
47ad8f6
Implement CameraGraph Persistent Parameters
by Amy Cao
· 6 months ago
db60507
Merge "Add verbalized toString() method for CameraError" into androidx-main
by Treehugger Robot
· 4 months ago
7a127a1
Add verbalized toString() method for CameraError
by Jasmine Chen
· 4 months ago
756a28f
Disconnect and reconnect Surfaces usage during state closed and restart
by Jasmine Chen
· 4 months ago
ab40ecb
Merge "Integrate CameraGraphParameters in GraphLoop and downstream" into androidx-main
by Amy Cao
· 4 months ago
07668d0
Integrate CameraGraphParameters in GraphLoop and downstream
by Amy Cao
· 4 months ago
c0372bf
Merge "Revert "Add a CameraGraph.Flag that disables graph level Surface tracking"" into androidx-main
by Jasmine Chen
· 4 months ago
3e487d4
Revert "Add a CameraGraph.Flag that disables graph level Surface tracking"
by Jasmine Chen
· 4 months ago
6907dfd
Fix bug in ActiveCamera where it incorrectly cancels CoroutineScope
by Jasmine Chen
· 4 months ago
5e6b499
Refactor Camera2CameraController retry logic and sequence
by Jasmine Chen
· 4 months ago
cff274d
Add unit tests for Camera2CameraController restarts
by Jasmine Chen
· 4 months ago
4975a36d
Add Camera2CameraController tests that simulate error and disconnect
by Jasmine Chen
· 4 months ago
6636ec5
Add Camera2CameraControllerTest and FakeCamera2DeviceManager
by Jasmine Chen
· 4 months ago
8035f78
Rename VirtualCameraManager and put it behind an interface
by Jasmine Chen
· 4 months ago
2b80b89
Merge "Finalize session when the device is already closed" into androidx-main
by Jasmine Chen
· 4 months ago
06e23e0
Add enableRestartDelays flag for an optional restart delay
by Jasmine Chen
· 5 months ago
d19a68a
Refactor Camera2CameraController to enable restart delays
by Jasmine Chen
· 5 months ago
92a17db
Refactor camera state dataflow and remove GraphLifecyleManager
by Jasmine Chen
· 5 months ago
5779e666
Finalize session when the device is already closed
by Jasmine Chen
· 4 months ago
c51d720
Raise CameraDevice.close() timeout and log the error instead
by Jasmine Chen
· 5 months ago
a84e257
Merge "Refactor CameraGraph Session Lock" into androidx-main
by Amy Cao
· 5 months ago
89896e3
Refactor CameraGraph Session Lock
by Amy Cao
· 5 months ago
6f27a35
Update Camera2CameraController with latest status and retry
by Jasmine Chen
· 5 months ago
6b35f83
Monitor onCameraUnavailable and rename tryRestart
by Jasmine Chen
· 5 months ago
c4aa214
Reenable retry on foreground
by Jasmine Chen
· 5 months ago
fc7df0d
Merge "Add a CameraGraph.Flag that disables graph level Surface tracking" into androidx-main
by Jasmine Chen
· 5 months ago
c0c9beb
Merge "Implement CameraGraph.Parameters" into androidx-main
by Amy Cao
· 5 months ago
8c8e7fb
Implement CameraGraph.Parameters
by Amy Cao
· 5 months ago
7ca0fe8
Add a CameraGraph.Flag that disables graph level Surface tracking
by Jasmine Chen
· 5 months ago
2e58043
Merge "Explicitly release ImageWriter resources when CaptureSessionState is shutdown" into androidx-main
by Catherine Sun
· 5 months ago
2338d42
Catch TimeoutCancellationException and rethrow as IllegalStateException
by Jasmine Chen
· 5 months ago
78ca5d4
Explicitly release ImageWriter resources when CaptureSessionState is shutdown
by Catherine Sun
· 5 months ago
7e845cc
Merge "Add test-only API to shutdown all cameras" into androidx-main
by Jasmine Chen
· 5 months ago
617b528
Merge "Supress timeout exception when waiting for session to close." into androidx-main
by Treehugger Robot
· 5 months ago
1ef6f1e
Supress timeout exception when waiting for session to close.
by Sushil Nath
· 5 months ago
865963b
Merge "Do not restart camera controller when not in foreground" into androidx-main
by Jasmine Chen
· 5 months ago
5530e6c
Move parameters and extras from Request.toString() to toStringVerbose()
by Jasmine Chen
· 6 months ago
66adc2d
Add test-only API to shutdown all cameras
by Jasmine Chen
· 9 months ago
bfe083e
Merge "Convert output latency to ns" into androidx-main
by Catherine Sun
· 6 months ago
7a87bbd
Convert output latency to ns
by Catherine Sun
· 6 months ago
2cd6dc0
Do not restart camera controller when not in foreground
by Jasmine Chen
· 6 months ago
cda925d
Merge "Set isForeground to true by default" into androidx-main
by Jasmine Chen
· 6 months ago
6a8fbbc
Merge "Update imageReaderCapacity calculation" into androidx-main
by Amy Cao
· 6 months ago
f0a74f7
Merge "Await when abortCapturesOnStop" into androidx-main
by Jasmine Chen
· 6 months ago
f4dcfa8
Set isForeground to true by default
by Jasmine Chen
· 6 months ago
5934c73
Await when abortCapturesOnStop
by Jasmine Chen
· 6 months ago
b57a6e5
Update imageReaderCapacity calculation
by Amy Cao
· 6 months ago
ed70d39
Merge "Design CameraGraph Parameters API Surface" into androidx-main
by Treehugger Robot
· 6 months ago
05887674
Design CameraGraph Parameters API Surface
by Amy Cao
· 6 months ago
c206c30
Rename CameraGraph flags
by Tahsin Masrur
· 7 months ago
2c55586
Await last repeating request start before non-repeating capture
by Tahsin Masrur
· 7 months ago
7bee157
Refactor TorchControl to simplify and optimize the logic
by Tahsin Masrur
· 6 months ago
597fcb7
Merge "Expose ProcessProgressed Callback in CameraPipe" into androidx-main
by Catherine Sun
· 6 months ago
0ef76d4
Merge "Merge SimpleCSP and FakeCaptureSequenceProcessor into a single class" into androidx-main
by Treehugger Robot
· 6 months ago
524e57e
Expose ProcessProgressed Callback in CameraPipe
by Catherine Sun
· 6 months ago
78a61b8
Merge SimpleCSP and FakeCaptureSequenceProcessor into a single class
by Paul Rohde
· 6 months ago
018287b
Propagate errors correctly and retry on camera-specific errors
by Jasmine Chen
· 9 months ago
ff2f4bf
Fix a crash that can occur if the camera successfully starts after close.
by Paul Rohde
· 6 months ago
d346f2e
Refactor GraphProcessor to use GraphLoop
by Paul Rohde
· 7 months ago
af50230
Merge changes I8ccc1d45,I5a560a1c into androidx-main
by Treehugger Robot
· 7 months ago
ddf9904
Introduce a GraphLoop that will accept and submit requests.
by Paul Rohde
· 7 months ago
886c40b
Introduce a ProcessingQueue to CameraPipe to bulk process events.
by Paul Rohde
· 7 months ago
7824e98
GraphProcessor replace repeatingQueue to currentRepeatingRequest
by Amy Cao
· 8 months ago
b89e0d2
Merge "Enable -Xjvm-default=all for camera-camera2-pipe" into androidx-main
by Julia McClellan
· 7 months ago
33a6604
Enable -Xjvm-default=all for camera-camera2-pipe
by Julia McClellan
· 7 months ago
54807d2
Expose Capture Latency in CameraPipe API
by Catherine Sun
· 7 months ago
2e7e5eb
Merge "Catch UnsupportedOperationException for High Speed Sessions" into androidx-main
by Catherine Sun
· 7 months ago
238af4f
Replace the usages of @RequiresApi(Build...) with the sdk int
by Paul Rohde
· 7 months ago
7ad878d
Remove legacyDisableKotlinStrictApiMode from camera pipe and camera pipe testing
by Scott Nien
· 7 months ago
c1ff0b8
Catch UnsupportedOperationException for High Speed Sessions
by Catherine Sun
· 7 months ago
89a89e9
Cleanup CameraExtensionMetadata and bring it up to date.
by Paul Rohde
· 7 months ago
41966e1
Add @Test to high speed request test in Camera2CaptureSequenceProcessorTest
by Tahsin Masrur
· 7 months ago
007c49a
Separate 3A convergence and locking timeouts in CameraGraph.lock3A()
by leo huang
· 7 months ago
8a0ee86
Add functions for checking HW level and device vendor
by Tahsin Masrur
· 7 months ago
695543b
Add logs to monitor timeout for last repeating request to be started
by Tahsin Masrur
· 7 months ago
fa668be
Add FakeImageSources and simulation functions for testing
by Paul Rohde
· 8 months ago
a1fa355
Cleanup and improve the CameraPipe API surface
by Paul Rohde
· 8 months ago
e772025
Merge "Do not throw ObjectUnavailableException when createHighSpeedRequestList" into androidx-main
by Treehugger Robot
· 8 months ago
6d46c3b
Do not throw ObjectUnavailableException when createHighSpeedRequestList
by Jasmine Chen
· 8 months ago
12ea61e
Remove usage of @DoNotInline for manual NewApi outlines (A thru Ca)
by Alan Viverette
· 8 months ago
d8ad425
Improve behavior and test coverage of CameraGraph.useSessionIn
by Paul Rohde
· 8 months ago
8eb2d83
Merge "Revert "Propagate errors correctly and retry on camera-specific errors"" into androidx-main
by Treehugger Robot
· 9 months ago
00e0cc6
Revert "Propagate errors correctly and retry on camera-specific errors"
by Jasmine Chen
· 9 months ago
021dd35
Merge "Propagate errors correctly and retry on camera-specific errors" into androidx-main
by Jasmine Chen
· 9 months ago
faafb1d
Merge "[CameraPipe] Fix updates happening in out of order" into androidx-main
by Treehugger Robot
· 9 months ago
82fa961
[CameraPipe] Update CameraGraph.Session.update3A doc with cancellation info
by Tahsin Masrur
· 9 months ago
Next »