This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368的tvp5146驱动问题

Other Parts Discussed in Thread: TVP5146

在利用 v4l2 加载并运行tvp5146时,在start_loop模块中的 r = select(fdCapture + 1, &fds, NULL, NULL, &tv); 时返回 r = 0 ,一直超时,无法正常运行。

观察前面的设备注册,发现在start_stream函数中ioctl(fdCapture, VIDIOC_STREAMON, &type)时返回-1。

 

请问这个问题要怎么解决???

还是加载tvp5146本来就不要用到v4l2。 看了其他的一些材料,是用dvsdk中的encode ,不知道这种方法怎么加载??? 求各位前辈指教!!!