SkillAgentSearch skills...

Uapy

Python wrapper for Linux UAPI

Install / Use

/learn @indigohedgehog/Uapy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

uapy

Python wrapper for Linux UAPI ioctl

Overview

This project provides a Python wrapper for Linux Media Infrastructure userspace API ioctl requests.

Support

Current milestone is Linux 5.8.0

API

  • v4l - Video for Linux version 2
  • dvb - Digital TV
  • rc - Remote Controller
  • mediactl - Media Controller
  • cec - Consumer Electronics Control

Example

from uapy.v4l2.videodev import *

cap = V4l2_Capability()
res = fcntl.ioctl(vd1, Vidioc.QUERYCAP, cap)
format = V4l2_Format()
format.type = V4l2_Buf_Type.VIDEO_OUTPUT

Install

user@machine:~$ pip3 install uapy
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

60/100

Audited on Jul 9, 2024

No findings