-
Notifications
You must be signed in to change notification settings - Fork 0
Types
Provides audio playing functions from python. Its equivalent qml type is SAudio
Provides audio playing functions from Qml. Its equivalent python object is Audio
Provides interface between the Qml type SVideo and python. So to communicate with SVideo in python you will have to use Video.
Provides video playing functions from Qml.
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.
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.
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.