Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: linux4microchip/libcamera-mchp

Tags

linux4microchip-2025.04

Toggle linux4microchip-2025.04's commit message
Final tag for 2025.04

linux4microchip-2025.04-rc2

Toggle linux4microchip-2025.04-rc2's commit message
ipa: microchip-isc: fix black level range in BLC algorithm

linux4microchip-2025.04-rc1

Toggle linux4microchip-2025.04-rc1's commit message
pipeline: microchip-isc: fix compilation error (Balamanikandan Gunasu…

…ndar)

pipeline: microchip-isc: fix indentation (Balamanikandan Gunasundar)
apps: mchpcam: fix indentation (Balamanikandan Gunasundar)
pipeline: microchip-isc: improve resolution handling and device compatibility (Balakrishnan Sambath)
apps: mchpcam: enhance command line interface and options (Balakrishnan Sambath)
apps: mchpcam: enhance image quality and format handling (Balakrishnan Sambath)
apps: mchpcam: add image processing algorithm controls and AWB modes (Balakrishnan Sambath)
apps: mchpcam: add raw data capture functionality (Balakrishnan Sambath)
pipeline: microchip_isc: add IPA module integration for Microchip ISC (Balakrishnan Sambath)
apps: mchpcam: add image processor for software enhancement (Balakrishnan Sambath)
ipa: microchip-isc: add Microchip ISC IPA interface and implementation (Balakrishnan Sambath)
apps: mchpcam: simplify request creation and control setup (Balakrishnan Sambath)
apps: mchpcam: improve camera initialization and error handling (Balakrishnan Sambath)
apps: mchpcam: add AWBParameters structure and utility methods (Balakrishnan Sambath)
apps: mchpcam: change default resolution and pixel format (Balakrishnan Sambath)
apps: mchpcam: fix indentation and code formatting (Balakrishnan Sambath)
pipeline: microchip-isc: clean up code formatting and reduce verbose logging (Balakrishnan Sambath)
libcamera-mchp: add support for custom control IDs (Balakrishnan Sambath)

linux4microchip-2024.10

Toggle linux4microchip-2024.10's commit message
Final tag tested with image capture and modifying v4l2 controls like

brightness, contrast and automatic white balance.

linux4microchip-2024.10-rc2

Toggle linux4microchip-2024.10-rc2's commit message
Fix default contrast value to the driver default

linux4microchip-2024.10-rc1

Toggle linux4microchip-2024.10-rc1's commit message
First release supporting microchip isc

Add support for microchip isc with the following commits
c018384 apps: mchpcam: remove warnings while initializing controls
aa01b46 apps: mchpcam: Release camera objects on exit
3870197 pipeline: microchip_isc: modify default values of camera controls
2cec403 pipeline: microchip_isc: process auto white balance
a7189b6 apps: mchpcam: Fix indentation
1ba0167 apps: mchpcam: initialize camera controls in the capture request
3ca9981 pipeline: microchip_isc: process a control in a seperate method
b88904a apps: mchpcam: Fix indentation
021daf4 README: Add simple README file
816f9d1 apps: add custom cam applications
3cb0a9a pipeline: Add Microchip ISC pipeline handler