Skip to content
Amoh Gyebi Ampofo edited this page Jul 31, 2020 · 7 revisions

Types provided by soloman

Audio

Provides audio playing functions from python. Its equivalent qml type is SAudio


Audio

SAudio

Provides audio playing functions from Qml. Its equivalent python object is Audio


SAudio

Video

Provides interface between the Qml type SVideo and python. So to communicate with SVideo in python you will have to use Video.


Video

SVideo

Provides video playing functions from Qml.


SVideo

fps_24

provides a sleep helper function for opencv users. Use this instead of the time module sleep function, since this will avoid sleeping less that required for a smooth 24fps rate.

fps_30

provides a sleep helper function for opencv users. Use this instead of the time module sleep function, since this will avoid sleeping less that required for a smooth 30fps rate.

fps_60

provides a sleep helper function for opencv users. Use this instead of the time module sleep function, since this will avoid sleeping less that required for a smooth 60fps rate.

Clone this wiki locally