+ stack.set_visible_child_name("recording")
+
+ if is_sharing_enabled(stack):
+ sharing = Stream.start(
+ ['ffmpeg', '-i', '/dev/video0', '-f', 'v4l2', '-framerate', '25',
+ '-codec:v', 'rawvideo', '-pix_fmt', 'yuv420p', '/dev/video9'])
+ time.sleep(3) # Bad!! We should not be sleeping in this thread!
+