码迷,mamicode.com
首页 > 其他好文 > 详细

创建 /dev/video0 节点 (转载)

时间:2014-08-21 22:44:04      阅读:524      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   art   div   log   

转自:http://blog.csdn.net/linuxmake/article/details/8208464

 

最近做摄像头驱动,发现没有 /dev/video0节点,经过查看发现是内核编译时没有注册设备
应该用 video_register_device 注册一个 video_device 设备就可以看到 /dev/videox

    int video_register_device(struct video_device *vdev, int type, int nr)  
    void video_unregister_device(struct video_device *vdev)  

 

创建 /dev/video0 节点 (转载),布布扣,bubuko.com

创建 /dev/video0 节点 (转载)

标签:style   blog   http   color   ar   art   div   log   

原文地址:http://www.cnblogs.com/lance-ehf/p/3928190.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!