Age | Commit message (Expand) | Author |
2021-07-23 | libipa: Add CameraSensorHelper for IMX258 | Umang Jain |
2021-07-23 | cam: Initialize CamApp::loopUsers_ | Laurent Pinchart |
2021-07-22 | cam: Support using multiple cameras concurrently | Laurent Pinchart |
2021-07-22 | cam: Add camera index to file name of capture frames | Laurent Pinchart |
2021-07-22 | cam: Make camera-related options sub-options of OptCamera | Laurent Pinchart |
2021-07-22 | cam: Allow specifying directories in the --file option | Laurent Pinchart |
2021-07-22 | cam: Reorganize run() function and merge the two event loops | Laurent Pinchart |
2021-07-22 | cam: Move session_ member variable to a local variable in run() function | Laurent Pinchart |
2021-07-22 | cam: Move printing of camera information to CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Move camera session creation and monitoring setup to run() | Laurent Pinchart |
2021-07-22 | cam: Make CamApp::cameraName() static | Laurent Pinchart |
2021-07-22 | cam: Drop unneeded error check and message | Laurent Pinchart |
2021-07-22 | cam: Use std::unique_ptr<> to manage CameraManager | Laurent Pinchart |
2021-07-22 | cam: Move camera acquire to the CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Move CameraConfiguration creation to CameraSession class | Laurent Pinchart |
2021-07-22 | cam: Store camera session pointer in CamApp class | Laurent Pinchart |
2021-07-22 | cam: camera_session: Use std::unique_ptr<> to manage class members | Laurent Pinchart |
2021-07-22 | cam: Move event loop execution from CameraSession to CamApp | Laurent Pinchart |
2021-07-22 | cam: Move event loop exit from CameraSession to CamApp | Laurent Pinchart |
2021-07-22 | cam: camera_session: Access event loop through global instance | Laurent Pinchart |
2021-07-22 | cam: Rename Capture to CameraSession | Laurent Pinchart |
2021-07-22 | cam: options: Fail parsing when non-option arguments are found | Laurent Pinchart |
2021-07-22 | cam: options: Avoid copies of OptionvValue and KeyValueParser::Options | Laurent Pinchart |
2021-07-22 | cam: stream_options: Use OptionValue::empty() to test if option is set | Laurent Pinchart |
2021-07-22 | cam: options: Add empty() function to OptionValue class | Laurent Pinchart |
2021-07-22 | cam: options: Drop some OptionValue cast operators | Laurent Pinchart |
2021-07-22 | cam: options: Support parent-child relationship between options | Laurent Pinchart |
2021-07-22 | cam: options: Move key string left in usage() for key-value parser | Laurent Pinchart |
2021-07-22 | cam: options: Disable copy for parsers | Laurent Pinchart |
2021-07-22 | cam: options: Slit OptionsParser::usage() in two functions | Laurent Pinchart |
2021-07-22 | cam: options: Add optionName() function to Option structure | Laurent Pinchart |
2021-07-22 | cam: options: Move OptionValue class after OptionsParser | Laurent Pinchart |
2021-07-22 | cam: options: Document the options parser API | Laurent Pinchart |
2021-07-22 | cam: options: Move Option struct to options.cpp | Laurent Pinchart |
2021-07-22 | cam: options: Make KeyValueParser::usage() private | Laurent Pinchart |
2021-07-22 | ipa: rkisp1: Add support for V12 isp blocks | Heiko Stuebner |
2021-07-19 | libcamera: v4l2_videodevice: Avoid extra construction of Framebuffer | Umang Jain |
2021-07-19 | libcamera: ipa_manager: Allow forcing IPA module isolation | Laurent Pinchart |
2021-07-19 | libcamera: ipa_manager: Split common code out of createIPA() | Laurent Pinchart |
2021-07-16 | libcamera: controls: Fix minor error in documentation | Jacopo Mondi |
2021-07-16 | libcamera: Add pixel format BGRX8888 | Vedant Paranjape |
2021-07-16 | libcamera: Fix the V4L2 pixel format for formats::XBGR8888 | Vedant Paranjape |
2021-07-15 | libipa: Correct OV5670 CameraSensorHelper gain values | Jean-Michel Hautbois |
2021-07-15 | libipa: Add CameraSensorHelper for OV13858 | Jean-Michel Hautbois |
2021-07-14 | ipa: raspberrypi: Remove unused MetadataPtr | Jean-Michel Hautbois |
2021-07-12 | libcamera: raspberrypi: Allow the tuning file to be set by an environment var... | David Plowman |
2021-07-12 | libcamera: framebuffer: Make FrameBuffer class Extensible | Laurent Pinchart |
2021-07-12 | libcamera: Drop the LIBCAMERA_D_PTR macro in favour of the _d() function | Laurent Pinchart |
2021-07-12 | ipa: raspberrypi: Make variable names consistent | Naushir Patuck |
2021-07-12 | ipa: raspberrypi: Increase the default max frame duration to 250s | Naushir Patuck |