Giter VIP home page Giter VIP logo

Comments (2)

132ikl avatar 132ikl commented on August 25, 2024

Output of issuer's v4l2-ctl --list-formats-ext: https://fs.ikl.sh/4e3ib65j.file

from opensight.

132ikl avatar 132ikl commented on August 25, 2024

Cause of the issue is that v4l2-ctl outputs the format information on current version and the version IronKai123 is on. @IronKai123 I recommend doing the following to install the current version of v4l-utils if you distribution does not package the latest version:

First, uninstall your disto-provided v4l-utils (eg. sudo apt remove v4l-utils)
then, run these commands:

wget https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.16.7.tar.bz2
tar xvfj v4l-utils-1.16.7.tar.bz2
cd v4l-utils-1.16.7
./configure
make
sudo make install

from opensight.

Related Issues (5)

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.