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
/
cam
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-04-30
libcamera: Use the Size class through libcamera
Laurent Pinchart
2019-04-09
cam: Allow cameras with more than one stream
Niklas Söderlund
2019-04-09
cam: Extend request completion handler to deal with multiple streams
Niklas Söderlund
2019-04-09
cam: Add support to specify multiple stream configurations with roles
Niklas Söderlund
2019-04-09
cam: Extend BufferWriter to include a stream name in file path
Niklas Söderlund
2019-04-09
cam: Rename --format to --stream
Niklas Söderlund
2019-04-09
libcamera: Switch to CameraConfiguration
Niklas Söderlund
2019-04-05
libcamera: camera: Add support for stream usages
Niklas Söderlund
2019-04-04
cam: Rework how streams configuration is prepared
Niklas Söderlund
2019-03-27
cam: Separate options valid() and empty()
Laurent Pinchart
2019-03-01
cam: Don't requeue requests when stopping stream
Laurent Pinchart
2019-02-28
libcamera: store stream pointers in sets instead of a vectors
Niklas Söderlund
2019-02-28
cam: fix order camera is operated on
Niklas Söderlund
2019-02-25
cam: Improve when usage information is printed
Niklas Söderlund
2019-02-25
cam: fix printing of camera name
Niklas Söderlund
2019-02-25
cam: improve error checking when capturing
Niklas Söderlund
2019-02-25
cam: free allocated buffers when done capturing
Niklas Söderlund
2019-02-25
cam: fix return type of configureStreams()
Niklas Söderlund
2019-02-06
cam: Add option to write raw frames to disk
Niklas Söderlund
2019-02-06
cam: Add capture operation
Niklas Söderlund
2019-02-01
cam: Add --format option to configure a stream
Niklas Söderlund
2019-02-01
cam: options: Add option type handling to options parser
Laurent Pinchart
2019-02-01
cam: options: Move enum OptionArgument
Niklas Söderlund
2019-01-25
cam: Add event loop
Laurent Pinchart
2019-01-22
cam: options: Don't implement move semantics for OptionsParser::Options
Laurent Pinchart
2019-01-22
cam: Extract option parser to separate file
Laurent Pinchart