hello.video.rtsp_pull module

class hello.video.rtsp_pull.Queue(size)[source]

Bases: object

append(value)[source]
info()[source]
class hello.video.rtsp_pull.Video(rtsp_url)[source]

Bases: object

get_cap()[source]
get_info()[source]
get_out()[source]
read()[source]
release()[source]
save()[source]
write(frame)[source]
hello.video.rtsp_pull.func(rtsp_url, view='front')[source]