deepin的摄像头驱动 怎么搞?
Tofloor
poster avatar
liyingsong
deepin
2018-02-24 19:13
Author
deepin的摄像头驱动 怎么搞?
Reply Favorite View the author
All Replies
avatar
junmoxiao
deepin
2018-02-24 19:45
#1
默认驱动装好了的,你在商店装个软件cheese,就可以看到了
Reply View the author
avatar
liyingsong
deepin
2018-02-24 21:59
#2
https://bbs.deepin.org/post/153515
默认驱动装好了的,你在商店装个软件cheese,就可以看到了

谢谢!谢谢!谢谢!
Reply View the author
avatar
liyingsong
deepin
2018-02-24 22:03
#3
https://bbs.deepin.org/post/153515
默认驱动装好了的,你在商店装个软件cheese,就可以看到了

提示说没有发现设备
Reply View the author
avatar
junmoxiao
deepin
2018-02-24 22:14
#4
https://bbs.deepin.org/post/153515
提示说没有发现设备

那应该默认不识别你的硬件,只能自己找驱动装了
ubuntu有个链接,
  1. https://help.ubuntu.com/community/Webcam
Copy the Code


arch的wiki你也可以去看看
Reply View the author
avatar
iminto
deepin
2018-02-24 22:24
#5
试了下,我的可以的。deepin应该是支持主流摄像头的。在线测试:https://www.nowcoder.com/test/video


Reply View the author
avatar
woodelf
deepin
2018-02-24 22:35
#6
笔记本还是台式机外设?近几年的摄像头基本都是采用UVC协议,在Linux下也是“免驱”的(内核集成了UVC和其他主流摄像头的驱动)。
我这里也正常,不过我把UVC编入内核了,用官方内核可能需要手动加载下uvcvideo模块。
Reply View the author
avatar
liyingsong
deepin
2018-02-25 00:24
#7
https://bbs.deepin.org/post/153515
笔记本还是台式机外设?近几年的摄像头基本都是采用UVC协议,在Linux下也是“免驱”的(内核集成了UVC和其 ...

笔记本大麦5S
Reply View the author
avatar
liyingsong
deepin
2018-02-25 00:26
#8
https://bbs.deepin.org/post/153515
试了下,我的可以的。deepin应该是支持主流摄像头的。在线测试:https://www.nowcoder.com/test/video

我的是没有检测到设备!
Reply View the author
avatar
vrstar
deepin
2018-10-24 22:51
#9
我的也提示找不到摄像头。ThinkPad X230
Reply View the author
avatar
犇牛
deepin
2019-08-10 17:45
#10
sudo apt-get install camorama

安装驱动
Reply View the author
Comments
gxlzlihao
2020-01-05 00:01
通过这个命令,我的摄像头可以在deepin系统上工作了。
avatar
gxlzlihao
deepin
2020-01-05 00:24
#11
https://bbs.deepin.org/post/153515
sudo apt-get install camorama

安装驱动

不过在安装camorama模块之后,网页的摄像头测试程序可以使用摄像头了,但是在打开camorama的摄像头查看器的时候得到了“Could not connect to video device(/dev/video0)”的异常错误信息。
Reply View the author
avatar
gxlzlihao
deepin
2020-01-05 00:49
#12
https://bbs.deepin.org/post/153515
sudo apt-get install camorama

安装驱动

/dev/目录下面也没有video*设备文件?
Reply View the author
avatar
gxlzlihao
deepin
2020-01-05 01:54
#13
https://bbs.deepin.org/post/153515
sudo apt-get install camorama

安装驱动

通过dmesg命令可以看到如下和uvcvideo有关的错误信息:

[    2.846446] videodev: Linux video capture interface: v2.00
[    2.861705] uvcvideo: Found UVC 1.50 device ov9734_azurewave_camera (13d3:56db)
[    2.868282] uvcvideo: Failed to initialize entity for entity 6
[    2.868283] uvcvideo: Failed to register entities (-22).
[    2.868339] input: ov9734_azurewave_camera: ov9734 as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.2/1-4.2:1.0/input/input8
[    2.868395] usbcore: registered new interface driver uvcvideo
[    2.868396] USB Video Class driver (1.1.1)
[    3.024037] Adding 10485756k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:10485756k SSFS
[    3.040329] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.040488] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.041107] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.041109] cfg80211: failed to load regulatory.db
Reply View the author
avatar
犇牛
deepin
2020-01-08 16:57
#14
https://bbs.deepin.org/post/153515
/dev/目录下面也没有video*设备文件?

我的/dev/video0 是存在的
Reply View the author