index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
android
/
camera_device.cpp
Age
Commit message (
Expand
)
Author
2021-08-02
android: Add skeletal still and manual request templates
Paul Elder
2021-06-28
android: camera_device: Fix null pointer dereference
Laurent Pinchart
2021-06-28
android: camera_device: Check if a request is configured on processCaptureReq...
Hirokazu Honda
2021-06-28
android: camera_device: Reset config_ if Camera::configure() fails
Laurent Pinchart
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-06-25
libcamera/base: Move utils to the base library
Kieran Bingham
2021-06-23
android: Introduce CameraCapabilties class
Jacopo Mondi
2021-06-17
android: camera_device: Simplify leftover CameraMetadata calls
Paul Elder
2021-06-15
android: camera_device: Drop HAL_PIXEL_FORMAT_RAW_OPAQUE support
Hirokazu Honda
2021-06-14
android: CameraDevice: Report queried test pattern modes
Hirokazu Honda
2021-06-14
android: Implement flush() camera operation
Jacopo Mondi
2021-06-14
android: Rename CameraDevice::mutex_
Jacopo Mondi
2021-06-14
android: Guard access to the camera state
Jacopo Mondi
2021-06-14
android: Replace scoped_lock<> with libcamera::MutexLocker
Jacopo Mondi
2021-06-14
android: camera_device: Replace running_ with CameraState
Jacopo Mondi
2021-06-14
android: Rework request completion notification
Jacopo Mondi
2021-06-02
android: Make FRAME_DURATION result key available in static metadata
Umang Jain
2021-05-31
android: Don't rely on indirect inclusion of unistd.h
Laurent Pinchart
2021-05-27
android: camera_device: Fix sensor frame duration
Paul Elder
2021-05-27
controls: Split FrameDurations into FrameDuration and FrameDurationLimits
Paul Elder
2021-05-26
android: camera_metadata: Add functions for instrumenting resizing
Paul Elder
2021-05-25
android: camera_device: Get properties from configuration
Jacopo Mondi
2021-05-25
android: CameraDevice: Report proper min and max frame durations
Paul Elder
2021-05-14
android: camera_device: Use the new CameraMetadata functions
Paul Elder
2021-05-14
android: camera_metadata: Auto-resize CameraMetadata
Paul Elder
2021-05-12
android: camera_device: Fix typo in result metadata allocation error
Paul Elder
2021-05-10
android: camera_device: Report sensor physical size
Jacopo Mondi
2021-05-06
android: camera_device: Use controls::SensorTimestamp
Jacopo Mondi
2021-04-20
android: CameraDevice: Fix Camera3RequestDescriptor leakage
Hirokazu Honda
2021-04-20
android: CameraDevice: Add stop()
Hirokazu Honda
2021-04-04
android: CameraDevice: Deny non ROTATION_0 stream configuration
Hirokazu Honda
2021-04-04
android: CameraDevice: Log rotation variables in camera3_stream
Hirokazu Honda
2021-04-04
android: CameraDevice: Validate crop_rotate_scale_degrees in configuration
Hirokazu Honda
2021-04-04
android: CameraDevice: Add more camera3_capture_request validation
Hirokazu Honda
2021-04-04
android: cameraDevice: Factorize the code of validating camera3_capture_request
Hirokazu Honda
2021-04-04
android: CameraDevice: Deny if the streams is empty
Hirokazu Honda
2021-03-29
android: camera_device: Add null check for ScalerCrop control
Phi-Bang Nguyen
2021-03-25
android: CameraDevice: Mark getResultMetadata() const function
Hirokazu Honda
2021-03-25
android: CameraDevice: Manage requestTemplates_ with std::unique_ptr
Hirokazu Honda
2021-03-25
android: CameraDevice: Manage staticMetadata_ with std::unique_ptr
Hirokazu Honda
2021-03-25
android: Camera3RequestDescriptor: Manage buffers with std::vector
Hirokazu Honda
2021-03-25
android: CameraDevice: Take shared_ptr in constructor
Hirokazu Honda
2021-03-25
android: CameraHalManager: Hold CameraDevice with std::unique_ptr
Hirokazu Honda
2021-03-22
android: camera_device: Do not default External to Front
Jacopo Mondi
2021-03-09
android: camera_device: Generate template for Video
Jacopo Mondi
2021-03-09
android: camera_device: Fail template on no FPS range
Jacopo Mondi
2021-03-09
android: camera_device: Refuse unsupported templates
Jacopo Mondi
2021-03-09
android: camera_device: Return AE FPS range
Jacopo Mondi
2021-03-09
android: camera_device: Use AE FPS range in template
Jacopo Mondi
2021-03-09
android: camera_device: Compute frame durations
Jacopo Mondi
[next]