'xawtv'에 해당되는 글 3건

  1. 2010.07.06 xawtv / v4l-conf 관련 끄적임
  2. 2010.07.03 xawtv (for linux)
  3. 2010.06.30 DVC-430 연결! 4
완성된게 아니라서 일단 링크만 잔뜩.

안되잖아!
I solve it by running it as 'xawtv -noxv-video'.

[링크 : http://www.webservertalk.com/archive306-2004-12-651979.html]

참고로 v4l-conf -a 는 root 만 된다고 좀 해주지 그랬어 ㄱ-
$ v4l-conf -a 0x00000000f0000000
works, but still a black screen. :(

[링크 : http://linux.derkeiler.com/Mailing-Lists/Fedora/2006-12/msg01393.html]

이것 대신 /var/log/Xorg.log 에서 0x 로 검색 framebuffer의 주소를 알아내서
$ v4l-conf /dev/video1 -a 0xfb000000
이런식으로 설정을 해주고 xawtv를 실행하니,
프레임 버퍼는 맞는지 화면이 이상하게 출력되면서 시스템 다운 ㄱ-
Basically, you figure out which PCI bus:slot.function your device is, then look in your /sys/bus/pci/devices/0000:<that bus:slot.function>/resource file. That will list all memory ranges that your video card has reserved.

[링크 : http://www.nvnews.net/vbulletin/showthread.php?p=1008836]

결론은 마지막에 ... not recommeneded.
DGA is short for Direct Graphics Access and is a means for a program to bypass the X server and directly modifying the framebuffer memory. Technically spoken this happens by mapping the framebuffer memory into the memory range of your process. This is allowed by the kernel only if you have superuser privileges. You can get these either by logging in as root or by setting the SUID bit on the MPlayer executable (not recommended).

[링크 : http://www.mplayerhq.hu/DOCS/HTML/en/dga.html]

[링크 : http://linux.die.net/man/1/v4lctl]
[링크 : http://linux.die.net/man/8/v4l-conf]
[링크 : http://linux.die.net/man/1/xawtv]

'하드웨어 > 캡쳐보드 카메라' 카테고리의 다른 글

Quadro SDI 제품군  (0) 2011.02.07
mplayer, gnome-mplayer  (0) 2010.07.07
CSE PotoTV on Linux  (0) 2010.07.05
xawtv (for linux)  (0) 2010.07.03
DVC-430 연결!  (4) 2010.06.30
Posted by 구차니
vlc는 범용 플레이어라고 한다면
xawtv는 TV 전용 플레이어이다.

BT878 계열의 TV 수신칩을 제어가능한데, 그 외에 몇가지 칩도 지원을 한다.
아무튼, Pinnacle DC10 plus 라는 녀석을 검색해보면 아래와 같이 v4l2를 지원한다는데
VLC에서 나오지 않아 xawtv에서 출력을 하지만, 창의 크기를 바꾼다던가 하면 나오지 않는 문제가 발생했다.

$ xawtv -hwscan
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.32-23-generic)
looking for available devices
port 164-195
    type : Xvideo, image scaler
    name : NV05 Video Blitter

/dev/video0: OK                         [ -device /dev/video0 ]
    type : v4l2
    name : DC10plus[0]
    flags: overlay capture
[링크 : http://linux.bytesex.org/xawtv/faq3.html]

참고사항으로, xawtv는 ssh를 통해서는 아래와 같이 도움말 조차도 볼수가 없다. (X11 Tunneling 하면 되려나?)
$ xawtv --help
xdpyinfo:  unable to open display "".
This is xawtv-3.95.dfsg.1, running on Linux/i686 (2.6.32-23-generic)
Error: Can't open display:


'하드웨어 > 캡쳐보드 카메라' 카테고리의 다른 글

mplayer, gnome-mplayer  (0) 2010.07.07
xawtv / v4l-conf 관련 끄적임  (0) 2010.07.06
CSE PotoTV on Linux  (0) 2010.07.05
DVC-430 연결!  (4) 2010.06.30
획득물 - DVC-430  (2) 2010.06.25
Posted by 구차니
용산까지 가서 거금 800원을 주고 사온 BNC-RCA(F) 커넥터

동네에서는 구할데가 없었기에 어쩔수 없이 용산을 갔지만 덕분에 다른 소득도 있었다 ^^;
아무튼, 4W 소비인데 12V/500mA 면은 6W 정도인데 하나로 두개를 연결해서 쓰지는 못하겠다 ㄱ-

잡설하고, 내가 사용하던
poto TV에서 잡아냈고(이넘은 NTSC 밖에 안됨)

DC10에서는 무언가 불안정한지 잘안나오기도 한다.



2010/06/25 - [하드웨어 관련] - 획득물 - DVC-430

'하드웨어 > 캡쳐보드 카메라' 카테고리의 다른 글

mplayer, gnome-mplayer  (0) 2010.07.07
xawtv / v4l-conf 관련 끄적임  (0) 2010.07.06
CSE PotoTV on Linux  (0) 2010.07.05
xawtv (for linux)  (0) 2010.07.03
획득물 - DVC-430  (2) 2010.06.25
Posted by 구차니