Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install v4l2tools #49

Open
drincon7 opened this issue Mar 18, 2023 · 3 comments
Open

Cant install v4l2tools #49

drincon7 opened this issue Mar 18, 2023 · 3 comments

Comments

@drincon7
Copy link

Im trying to use V4l2compress to convert an video capture with UYVY format to H264. The problem is i cant install V4l2tools.
When i make: $make i receive this:

PREFIX=/usr
ARCH=x86_64
with log4cpp
with x264
with x265
with vpx
with jpeg
git submodule update --init v4l2wrapper
error: pathspec 'v4l2wrapper' did not match any file(s) known to git
make: *** [Makefile:113: v4l2wrapper/Makefile] Error 1 

I am on Ubuntu 22.04.1 LTS
thanks for your answer in advance.

@mpromonet
Copy link
Owner

Hi,

Did you clone the repo v4l2tools ?

Best Regards,
Michel.

@drincon7
Copy link
Author

Hello, yes i did it, and it not work..

@mpromonet
Copy link
Owner

Hi @drincon7

Your problem is probably related to git, the command that fails seems git submodule update --init v4l2wrapper, you can try to run it, adding some log level to get more information.

Best Regards,
Michel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants