Coder Social home page Coder Social logo

Comments (1)

kingkingyyk avatar kingkingyyk commented on August 12, 2024

Hi @starlingfire, I did some search in Pi forum and found out someone used tuning file for libcamera to achieve the same effect.

Hence, I have added the support of specifying tuning file.
https://github.com/kingkingyyk/Pi-MJPEG-Server/blob/master/mjpeg_server.py#L26

As for the tuning file path, it seems to be changed in new release.
Older Raspbian : /usr/share/libcamera/ipa/raspberrypi/
Latest Raspbian : /usr/share/libcamera/ipa/rpi/vc4/

In the directory you can find the preset for list of cameras. For V3 NoIR, it would be imx477_noir.json.

In short, pull the latest master to your Pi, then set the TUNING_FILE value to /usr/share/libcamera/ipa/raspberrypi/imx477_noir.json or /usr/share/libcamera/ipa/rpi/vc4/imx477_noir.json.

I tested applying imx219_noir.json on my V2 module and the color looked better than the default preset. 🤣

from pi-mjpeg-server.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.