Iriun - Use phone as a webcam - only deb package

I would like to test iriun to use an old android phone as a webcam.

the package is available for Debian.

See here: iriun.com

I tried to convert the package to an rpm with alien but there is an error :slight_smile:

Does someone know how to do it? or could help me with that?

Thank you

I tried to enable the repo
https://copr.fedorainfracloud.org/coprs/lepennec/iriun_webcam/
but there was no build for fedora 33

So, I found a way to convert the deb repo to rpm:

sudo alien -r iriunwebcam.deb --target=x86_64

and then installed it:

sudo dnf install iriunwebcam-2.2-2.x86_64.rpm

this was missing:

sudo dnf install v4l2loopback

and after this:

sudo modprobe v4l2loopback exclusive_caps=1

I had a new webcam :slight_smile:

4 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.