simple-camera-pipeline icon indicating copy to clipboard operation
simple-camera-pipeline copied to clipboard

A simple and light-weight camera image processing pipeline

Results 15 simple-camera-pipeline issues
Sort by recently updated
recently updated
newest added

Bumps [scipy](https://github.com/scipy/scipy) from 1.3.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

https://github.com/AbdoKamel/simple-camera-pipeline/blob/26b4041640a4ee9589b3dfa80579d73feda6e02c/python/pipeline_utils.py#L345

Hi, I'm trying test your python demo, but the code doesn't work, the following error occurs: ModuleNotFoundError: No module named 'colour_demosaicing'. I'm looking forward your help.

If `color_matrix_1` or `color_matrix_2` can not be found, the 1-matrix is used instead: https://github.com/AbdoKamel/simple-camera-pipeline/blob/26b4041640a4ee9589b3dfa80579d73feda6e02c/python/pipeline_utils.py#L75 This is not a good default value because it will raise `numpy.linalg.LinAlgError: Singular matrix` later in...

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.1.26 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

![x](https://user-images.githubusercontent.com/78075051/162424632-3d020de3-1658-46e1-8ea2-3769720a29ad.png) Hi, I found that if the [0,1] multiply 2^16, it may cause some mistakes since the uint16 is in [0,65535]. It should be 2^16-1. Thank you for your ISP...

hi,does the bayertype of raw data is rggb?

Added a vignetting correction that happens on iPhones and phones that don't use a lens shading map.

The output of the pipeline should look like the DNG pic directly shown However,the output of **gamma** or the **tone-map** look a little different? ![2020-10-15 22-59-51屏幕截图](https://user-images.githubusercontent.com/38501523/96147964-5f84f180-0f3a-11eb-95ad-f1b9187f19e8.png)