hi my sdk is R35.2.1, jetPack is 5.1-b147. but it failed when i download v4l2-utils by command
- sudo apt-get update
- sudo apt-get install v4l2-utils
please help me
hi my sdk is R35.2.1, jetPack is 5.1-b147. but it failed when i download v4l2-utils by command
please help me
Supplementary information:
run "apt --fix-broken install libv4l2rds0’:
ERR:1 balabala Temporary failure resolving ‘ports.ubuntu.com’
It should be:
$sudo apt-get update -y
$sudo apt-get install -y v4l-utils
Not v4l2-utils
In fact, I failed to use v4l2-compliance, indicating that I did not find the command. Then I found that the command tool was included in v4l2-utils(or v4l-utils?).
I used dpkg -l | grep v4l- to find v4l-utils, indicating that I have installed v4l-utils locally
So what’s the final conclusion here?
Were you able to install v4l utils successfully finally
I mean I don’t need to install v4l-utils, but I do need to use the v4l2-compliance command. So what should I do to support me using this command
I solved it thanks. it can be closed
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.