i2c 驱动 v4l2-davinci芯片dm6467t运行至v4l2报错

问题描述

davinci芯片dm6467t运行至v4l2报错
大家好,我是用的是DM6467T做实验,现在运行encodedecode程序时候出现以下错误:
Error: Failed to create capture device 720P component input connected?
此处为CaptureThrFxn线程中hCapture == NULL所致,追至上一步dmai下Capture.c文件中Capture_create函数(封装的v4l2操作)open操作未执行(部分代码):
/* Open video capture device */
hCapture->fd = open(attrs->captureDevice O_RDWR 0);

if (hCapture->fd == -1) {    Dmai_err2(""Cannot open %s (%s)n"" attrs->captureDevice                                       strerror(errno));    cleanup(hCapture);    return NULL;}/* See if an input is connected and if so which standard */if (Capture_detectVideoStd(hCapture &videoStd attrs) < 0) {    cleanup(hCapture);    return NULL;}

硬件上,原来设计中使用的是i2c总线下的AD做视频采集。现在则直接用FPGA模拟了bt1120数据和时钟信号接到CPU端。不知道现在应该向什么方向走,望大神指点。
谢谢。

时间: 2024-08-31 13:35:27

i2c 驱动 v4l2-davinci芯片dm6467t运行至v4l2报错的相关文章

ubuntu 系统下运行android虚拟机报错如下,怎么回事呢

问题描述 ubuntu 系统下运行android虚拟机报错如下,怎么回事呢 Starting emulator for AVD 'test' X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerStr

react native anoroid-React native windows android 运行React packager报错

问题描述 React native windows android 运行React packager报错 10C 环境已搭建完毕,也可正常运行,但一改动index.android.js 有时packager会报错.如图: 解决方案 是不是你的环境没有搭建好:http://chenpeng.info/html/3507

msvsmon exe-vs2010无法运行程序,报错是 无法启动调试

问题描述 vs2010无法运行程序,报错是 无法启动调试 错误信息如下: 尝试运行项目出错:无法启动调试. Microsoft visual Studio 调试监控器(MSVSMON.EXE)未能启动.请通过控制面板中的"添加或删除程序"修复Visual Studio安装. 我电脑上的VS2010以前用是好的,最近出现的这个问题,在运行本地Windows Azure程序时报错,以为只是运行微软云这类程序有问题,但是试了以前运行正常的程序后,也无发运行,提醒错误如上描述.自己重装过软件,

android-在安卓studio中运行项目总是报错,有人知道怎么解决吗?

问题描述 在安卓studio中运行项目总是报错,有人知道怎么解决吗? Error:A problem occurred configuring project ':app'. Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not find any version that matches com.android.support:appcompat-v7:23.+. Searched

c-下面的代码数组不是越界了吗??为什么还可以运行而且不报错??

问题描述 下面的代码数组不是越界了吗??为什么还可以运行而且不报错?? dp[j-1]这里当j==0时为什么不报错??#include#include#includeusing namespace std;char str[1010];int dp[1010];bool judge(int xint y) //判断是不是回文串{ while(x <= y) { if(str[x] != str[y]) return false; x++; y--; } return true;}int main

插件-androidstudio运行时总是报错

问题描述 androidstudio运行时总是报错 Error:Gradle: A problem occurred configuring root project 'MyApplication'. > Could not resolve all dependencies for configuration ':classpath'. > Cannot resolve external dependency com.android.tools.build:gradle:1.3.0 becau

android 5.0错误-android.support.design.在哪里呢?好多新的布局运行时候都报错找不到这个布局,

问题描述 android.support.design.在哪里呢?好多新的布局运行时候都报错找不到这个布局, 注明:开发工具重新配置的最新版本, build tools 23以上, sdk 24.4 adt 23 v7包library正常引入使用类了,布局就找不到,是不是还要有个design支持库啊?求解... 解决方案 你是eclipse还是Android Studio? 解决方案二: eclipse好麻烦,还是换Android Studio

tring format报错-在myEclipse9.0中运行String.format报错

问题描述 在myEclipse9.0中运行String.format报错 错误信息:The method format(String, Object[]) in the type String is not applicable for the arguments (String, String) 源代码: public void test1(){ String str=null; str=String.format("Hi, %s", "林计钦"); // 格式化

用VS2005运行.NET程序,编译通过,但运行时页面报错:HTTP 500 - 内部服务器错误。查看OUTPUT,显示什么No symbols loaded,大家帮我。

问题描述 用VS2005运行.NET程序,编译通过,但运行时页面报错:HTTP500-内部服务器错误.查看OUTPUT,显示什么Nosymbolsloaded,大家帮我啊.很奇怪,之前都是好的,可以正常运行调试.就上午发生了装了一个登录一个网站的安全认证的东西.叫什么softToken.请教高手们.output里的具体内容如下:'WebDev.WebServer.EXE'(Managed):Loaded'C:WINDOWSassemblyGAC_32mscorlib2.0.0.0__b77a5c