我试着从网络摄像头中实时运行一个简单的采集,并将其发送到to Video Display块。我使用Real-Time Windows Target选择rtwin.tlc作为系统目标文件,固定步长的离散求解器32-bit x86 compatible as device type (despite I use 64-bit Windows 7);当我尝试构建它时,返回错误:
Error(s) encountered while building model "untitled"
但没有指明错误的原因。我是不是漏掉了什么?
PS:我尝试用From Multimedia File块
我正在写一个应用程序,它做一些实时视频处理使用的AVCaptureSession与AVCaptureVideoDataOutput作为输出和AVCaptureDeviceInput与视频文件(它不再需要是实时的)作为输入。
是否可以使用视频文件作为AVCaptureSession的输入,而不是摄像机?如果不可能,使用opencv on iOS的视频采集处理视频文件的最佳方法是什么(同时或顺序)?