groupgets / purethermal1-uvc-capture

USB Video Class capture examples for PureThermal 1 / PureThermal 2 FLIR Lepton Dev Kit
125 stars 81 forks source link

Error installing uvcdynctrl #64

Open EduardoRonchi opened 1 year ago

EduardoRonchi commented 1 year ago

Hello,

I am facing issues to install uvcdynctrl. I tried sudo apt-get install uvcdynctrl, but is throwed the following error:

pi@raspberrypi:~/purethermal1-uvc-capture/v4l2 $ sudo apt-get install uvcdynctrl
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package uvcdynctrl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'uvcdynctrl' has no installation candidate

I am trying to install in a Raspberry Pi 4B with PT mini2 and Lepton 2.5. SO: Linux raspberrypi 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 GNU/Linux

Thanks in advance.