Add a description, image, and links to the instagram-downloade topic page so that developers can more easily learn about it.
如果需要将视频数据或者摄像头采集到的画面显示到屏幕上,可以使用 mutable_image 控件来实现该功能。该控件主要提供了 mutable_image_set_prepare_image 函数注册一个回调函数,该回调函数在每次绘制之前被调用,用于准备下一帧要显示的图片。 在使用 mutable_image 控件 ...