Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

BayerConvert

Setup

You can install the the requirements directly or setup a python virtualenv. I recommend a virtualenv:

virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt

Run

You can get the help info:

python BayerConvert.py -h

To convert a Bayer raw image you need to know the width and height and the bayer pattern.

For example:

python BayerConvert.py -f GB --width 1572 --height 1212 -i input.raw -o output.png

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages