Age | Commit message (Expand) | Author |
2020-07-17 | libcamera: pipeline: raspberrypi: Start IPA when starting camera | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Pass sensor config back from configure() | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Pass lens shading table through configure() function | Laurent Pinchart |
2020-07-17 | ipa: raspberrypi: Drop CameraHelper::GetOrientation() | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Set sensor flip based on rotation | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Move configureIPA() to RPiCameraData | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Constify parameter to StaggeredCtrl::set() | Laurent Pinchart |
2020-07-17 | libcamera: pipeline: raspberrypi: Drop unused local variable | Laurent Pinchart |
2020-07-17 | libcamera: ipa_interface: Add support for custom IPA data to configure() | Laurent Pinchart |
2020-07-17 | libcamera: ipa_context_wrapper: Fix bad copy&paste in comment | Laurent Pinchart |
2020-07-17 | libcamera: ipa: Document the parameters of the IPA C configure function | Laurent Pinchart |
2020-07-15 | libcamera: file: Create the file on open() if it doesn't exist | Laurent Pinchart |
2020-07-15 | test: file: Add file creation test | Laurent Pinchart |
2020-07-15 | test: file: Add read/write tests | Laurent Pinchart |
2020-07-15 | libcamera: file: Add read/write support | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Provide in-place versions of the Size helpers | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Make Size and Rectangle usable as constexpr | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Turn Size and Rectangle into classes | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Give constructors to Rectangle | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Define Rectangle after Size | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Don't default-initialize Size unnecessarily | Laurent Pinchart |
2020-07-15 | libcamera: pipeline: simple: Use std::make_tuple() | Laurent Pinchart |
2020-07-15 | libcamera: geometry: Add helper functions to the Size class | Laurent Pinchart |
2020-07-13 | tests: v4l2_compat: Check v4l2-compliance and v4l2-ctl versions | Paul Elder |
2020-07-13 | tests: v4l2_compat: Prettify failure output | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Fix initial value for scoring routine | Naushir Patuck |
2020-07-10 | tests: v4l2_compat: Add test for v4l2_compat | Paul Elder |
2020-07-10 | v4l2: v4l2_camera_proxy: Use stream config in tryFormat | Paul Elder |
2020-07-10 | v4l2: v4l2_camera_proxy: Get stride and frameSize from stream config | Paul Elder |
2020-07-10 | v4l2: v4l2_camera: Fix stream selection for buffer operations | Paul Elder |
2020-07-10 | libcamera: StreamConfiguration: Update stride documentation | Paul Elder |
2020-07-10 | libcamera: vimc: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: uvcvideo: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: simple: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: rkisp1: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: raspberrypi: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: ipu3: Fill stride and frameSize at config validation | Paul Elder |
2020-07-10 | libcamera: pipeline: uvcvideo: Filter out unsupported formats | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Filter out unsupported formats | Paul Elder |
2020-07-10 | libcamera: pipeline_handler: Fatal if registering camera without media devices | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Acquire media devices with acquireMediaDevice | Paul Elder |
2020-07-10 | libcamera: pipeline: raspberrypi: Simplify format fetching | Paul Elder |
2020-07-10 | libcamera: PixelFormatInfo: Add functions stride and frameSize | Paul Elder |
2020-07-10 | libcamera: StreamConfiguration: Add frameSize field | Paul Elder |
2020-07-10 | libcamera: formats: PixelFormatInfo: Add v4l2 lookup function | Paul Elder |
2020-07-10 | libcamera: V4L2VideoDevice: Add tryFormat | Paul Elder |
2020-07-10 | libcamera: formats: Add fields to info to ease calculating stride | Paul Elder |
2020-07-10 | libcamera: formats: Add NV24 and NV42, and reorder NV formats | Paul Elder |
2020-07-09 | libcamera: ipu3: cio2: Make use of utils::map_keys() helper | Niklas Söderlund |
2020-07-09 | libcamera: utils: Add map_keys() function | Laurent Pinchart |