dc1394_help.sh
来自「tracciatore di mani con webcam」· Shell 代码 · 共 25 行
SH
25 行
#!/bin/sh# if it doesn't work, try with "coriander"# also, try "modprobe ieee1394 raw1394"# modprobe ohci1394 attempt_root=1# modprobe video1394## if it worked but does not after some camera replugging, call# modprobe -r raw1394 video1394# modprobe raw1394 video1394/sbin/modprobe -r raw1394 video1394/sbin/modprobe raw1394 video1394/sbin/modprobe ohci1394 attempt_root=1mknod -m 600 /dev/raw1394 c 171 0chown root.root /dev/raw1394chmod a+rwx /dev/raw1394mkdir /dev/video1394chown root.root /dev/video1394chmod a+rwx /dev/video1394mknod -m 666 /dev/video1394/0 c 171 16
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?