index
:
libcamera/jmondi/libcamera.git
imx8mp/extensible-format
imx8mp/extensible-format-v8
imx8mp/extensible-format-v9
isi/raw_sensor
isi/raw_sensor_v2
jmondi/android/ndk/pinephonepro
jmondi/android/pinephonepro
jmondi/android/vndk
jmondi/device-match-generalize
jmondi/imx8mp/debix-a
jmondi/lc-compliance-cros
jmondi/pinephone
jmondi/pinephonepro
jmondi/pinephonepro-af
jmondi/rk3399/google-dru-scarlet
jmondi/rockpi/af/imx519
jmondi/rpi5-on-mainline
multicontext/rpi/v3
pfc/rkisp1-free-run
pfc/rkisp1-free-run-upstreaming
pfc/rkisp1-free-run-v2
yaml-emitter
Jacopo Mondi's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cam
/
capture.cpp
Age
Commit message (
Expand
)
Author
2020-11-15
cam: Move request processing to main thread
Laurent Pinchart
2020-10-12
cam: fix use of uninitialized field
Tomi Valkeinen
2020-10-12
libcamera, android, cam, gstreamer, qcam, v4l2: Reuse Request
Paul Elder
2020-08-25
cam: Print timestamp of captured buffers
Laurent Pinchart
2020-08-14
libcamera: request: Make Stream pointer const
Niklas Söderlund
2020-08-14
libcamera: request: Declare a using directive for map of buffers
Niklas Söderlund
2020-07-27
cam: Add optional argument to --capture to specify how many frames to capture
Niklas Söderlund
2020-07-27
cam: capture: Cache the EventLoop handler
Niklas Söderlund
2020-03-18
libcamera: framebuffer_allocator: Lift camera restrictions on allocator
Laurent Pinchart
2020-03-18
cam: Create stream names after configuring the camera
Niklas Söderlund
2020-01-12
libcamera: camera: Remove the prepared state
Niklas Söderlund
2020-01-12
cam: Cache buffer memory mapping
Niklas Söderlund
2020-01-12
libcamera: Switch to FrameBuffer interface
Niklas Söderlund
2020-01-12
libcamera: buffer: Move captured metadata to FrameMetadata
Niklas Söderlund
2020-01-12
libcamera: request: In addBuffer() do not fetch stream from Buffer
Niklas Söderlund
2019-12-16
libcamera: Remove buffer index from logging
Niklas Söderlund
2019-11-20
cam: Store camera as shared pointer everywhere
Niklas Söderlund
2019-11-19
libcamera: camera: Remove explicit stream to buffer map in requestCompleted s...
Niklas Söderlund
2019-10-26
cam: capture: remove unused local variable
Paul Elder
2019-10-23
libcamera: Standardise on C compatibility headers
Laurent Pinchart
2019-09-14
libcamera: Switch to the std::chrono API
Laurent Pinchart
2019-07-14
libcamera: buffer: Add an accessor to the BufferMemory
Laurent Pinchart
2019-07-14
libcamera: stream: Shorten access to the bufferPool
Jacopo Mondi
2019-07-14
libcamera: Stop using Stream::bufferPool to get the number of buffers
Laurent Pinchart
2019-07-14
libcamera: buffer: Split memory information to BufferMemory
Laurent Pinchart
2019-06-25
cam: capture: Stop stream when queueRequest() fails
Helen Koike
2019-06-19
cam: Move camera configuration preparation to CamApp
Niklas Söderlund
2019-05-25
cam: capture: Break out capture to a new class
Niklas Söderlund