프로그램 사용/saned2011. 3. 4. 10:36
SANE - Scanner Access Now Easy
네트워크를 통해 스캐너를 공유하는 프로젝트

우분투 / 윈도우에서 스캐너 공유하기
    [링크 : http://www.remote-scan.com/]

TWAIN / SANE 연관성

SANE GUI Frontend


2.6. My scanner is "TWAIN Compatible". Why isn't SANE "TWAIN compatible" ?

This doesn't mean anything ! A scanner is NOT TWAIN compatible. The Windows driver provided with the scanner is probably TWAIN compatible, so that TWAIN compatible Windows applications can use them. The only way to have a scanner become TWAIN compatible under other OS would be to have a driver for this scanner that speaks TWAIN with the applications. But, there is no TWAIN compatible application outside the Windows and Mac world. SANE developers have chosen to use the SANE API instead of TWAIN for scanner access. See http://www.sane-project.org/intro.html for a word about this. You can read a TWAIN FAQ, if you want, at http://www.twain.org/faq.htm

There was a discussion between the TWAIN Working Group and some SANE-people. For more information, see: http://www.twain.org/docs/twain_20_unix.htm (Note the date) Technical issues ( needed/wanted changes for the TWAIN interface) may be resolved in the V2.0 specs of SANE

There are some more SANE-TWAIN interfaces for Windows and other platforms: http://www.sane-project.org/sane-frontends.html
 

2.12. How can I access a SANE backend from Windows throught the network ?

The most usable TWAIN source seems to be: http://sanetwain.ozuzo.net/

Also, you can use sanecgi which wraps the text based frontend (scanimage) into a cgi perl script. For a running demo, try http://www.boutell.com/sanecgi/

Oliver Rauch made a Windows-version of Xsane. http://www.xsane.org



머.. 아무튼 sane 이라는 것을 사용하면
TWAIN 으로 공유하듯 TWAIN을 지원하지 않는 스캐너도 네트워크로 공유가 가능하다고 하는데..
머 해봐야 알지... -_-

부디... 제조사 드라이버에서 간편하게 공유가 가능하길 빌어야 하나?

'프로그램 사용 > saned' 카테고리의 다른 글

[조사중] epson TX213 스캐너 사용하기  (0) 2011.05.11
saned 서버 설정하기  (0) 2011.05.07
부팅시에 saned 구동하도록 설정하기  (0) 2011.03.17
sanetwain + windows 사용하기  (0) 2011.03.16
scx4623 sane  (0) 2011.03.15
Posted by 구차니
프로그램 사용/VLC2011. 2. 24. 15:26
VLC 도움말
RTP/RTSP/SDP 디먹서 (Live555 사용)
      --rtsp-tcp, --no-rtsp-tcp  RTSP (TCP) 을 통한 RTP 사용 (기본 사용안함)
          RTSP (TCP) 을 통한 RTP 사용 (기본 사용안함)
      --rtp-client-port=<정수> 클라이언트 포트
          세션의 RTP 소스에 사용하는 포트
      --rtsp-mcast, --no-rtsp-mcast
                                 RTSP 을 통한 RTP 멀티캐스트 강제
                                 (기본 사용안함)
          RTSP 을 통한 RTP 멀티캐스트 강제 (기본 사용안함)
      --rtsp-http, --no-rtsp-http
                                 HTTP 을 통한 RTSP 및 RTP 터널 (기본 사용안함)
          HTTP 을 통한 RTSP 및 RTP 터널 (기본 사용안함)
      --rtsp-http-port=<정수>  HTTP 터널 포트
          HTTP 을 통한 RTSP/RTP 터널링에 사용할 포트.
      --rtsp-caching=<정수>    캐시 값 (ms)
          RTSP 스트림의 기본 캐싱 값 변경을 허용. 이 값은
          밀리초 단위로 설정되어야 합니다.
      --rtsp-kasenna, --no-rtsp-kasenna
                                 Kasenna RTSP 표현법 (기본 사용안함)
          Kasenna servers use an old and nonstandard dialect of RTSP. With this
          parameter VLC will try this dialect, but then it cannot connect to
          normal RTSP servers. (기본 사용안함)
      --rtsp-wmserver, --no-rtsp-wmserver
                                 WMServer RTSP dialect (기본 사용안함)
          WMServer uses an unstandard dialect of RTSP. Selecting this parameter
          will tell VLC to assume some options contrary to RFC 2326 guidelines.
          (기본 사용안함)
      --rtsp-user=<문자열>    RTSP 사용자명
          Sets the username for the connection, if no username or password are
          set in the url.
      --rtsp-pwd=<문자열>     RTSP 비밀번호
          Sets the password for the connection, if no username or password are
          set in the url.

Receiving streamed data via TCP instead of UDP
If you're not receiving any data packets (you can test this using "-n"), then you may be behind a firewall that (stupidly) blocks UDP packets. If this is the case, you can use the "-t" option to request that the RTSP server stream RTP and RTCP data packets over its TCP connection, instead of using UDP packets. (Note that not all RTSP servers support TCP streaming, and that TCP cannot be used to receive multicast streams.)

You should use this option only if you are unable to receive UDP packets, or if you are recording the stream for later playback, and need to do so without packet loss. Streaming over TCP can cause incoming data to be excessively delayed, which is inappropriate if the data is being processed in real time.

Alternatively, you can use the "-T <http-port-number>" option to request that the stream be sent (using TCP) over a "RTSP-over-HTTP tunnel", using the specified HTTP port number. RTSP-over-HTTP tunneling can be useful if you are behind a HTTP-only firewall. (Note, however, that not all RTSP servers support this.)

[링크 : http://www.live555.com/openRTSP/]
    [링크 : http://developer.apple.com/quicktime/icefloe/dispatch028.html] RTSP over HTTP 관련글



결론 : 그래도 안되네 -_-

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC 외부코덱 연결하기 제약사항  (0) 2011.06.23
VLC 화면 캡쳐하기  (0) 2011.05.30
VLC 를 터널링으로 사용하기 (실패 OTL)  (0) 2011.02.23
VLC에서 RTSP를 multicast로 받기  (0) 2011.02.15
VLC - V4L2 modules  (0) 2010.07.03
Posted by 구차니
프로그램 사용/VLC2011. 2. 23. 12:08
설정에서도 꼭꼭 쳐박아 놨는데 입력 - 코덱의 고급설정에서 해야 한다고 한다.
고급설정은 아래의 "설정보기 - 모두"를 해주면된다.

고급보기의 입력-코덱을 선택하면 Socks 프록시라고 나오는데..
주소:포트 식으로 입력하라고 하는데 웬지 생소한 사용자 이름 / 암호.. 넌 모니?



테스트하려고 한 아이피 대역이 동일해서인지 실패 -_-
원격지의 녀석을 ssh 터널링으로 할 수 있는 방법은 없는걸까?

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC 화면 캡쳐하기  (0) 2011.05.30
VLC에서 RTSP를 TCP로 받기 / RTSP over HTTP  (2) 2011.02.24
VLC에서 RTSP를 multicast로 받기  (0) 2011.02.15
VLC - V4L2 modules  (0) 2010.07.03
VLC 1.1.0 Luggage  (0) 2010.07.03
Posted by 구차니
Kdiff3 와 WinMerge 둘다 디렉토리 비교를 지원한다.
winMerge야 근래에야 Tree 구조로 비교를 지원하기 시작했지만 kdiff3는 예전에 사용을 안했으니 알리가 ..


우클릭 메뉴 비교
일단 WinMerge는 1단계에 Compare To / Compare... 메뉴가 존재해서 상대적으로 바로바로 선택이 가능하다.
하지만 Kdiff3는 2단계 메뉴에 존재하여 Save / Compare with 혹은 Merge with를 해야 해서 조금은 불편하다.

디렉토리 비교

아무튼 익숙함의 차이를 무시 못하겠지만 눈에 보이는 UI는 일단 kdiff3쪽이 직관적
하지만, 비교와 병합을 한번에 할 수 있는 winmerge 쪽이 조금 더 편리하다.
(물론 WinMerge는 초기 설정이 개판이라, tree 구조로 보이게 해주지 않고
디렉토리 비교시 보여줄 필드를 설정하지 않으면 눈에 들어오지 않는다.)

kdiff3 비교화면

아래는 winmerge의 비교화면

위와 같이 보려면 "보기- Tree Mode"를 켜주고, 디렉토리 비교 설정을 아래와 같이 바꾸어 주면된다.


결론은.. 인숙한 winmerge의 승리?!

'프로그램 사용 > WinMerge & kdiff3' 카테고리의 다른 글

kdiff3 - 한글문서 깨지는 문제  (0) 2011.12.17
winmerge 사용환경 설정  (2) 2011.11.12
kdiff3 - 3way 비교  (0) 2011.01.15
Winmerge 2.10.4 stable  (0) 2010.02.25
WinMerge + cvs/makefile 사용시 주의사항  (6) 2009.02.23
Posted by 구차니
전체 폴더 재생이라는 기능이 꽤 쓸만한데..

문제는 한글이름이 죄다 깨져버린다 -_-

물론 폴더를 압축해서 다운받아도 깨지는 아스트랄한 상황 ㅠ.ㅠ
Posted by 구차니
프로그램 사용/VLC2011. 2. 15. 11:49
"옵션 더 보기" 를 선택하면 아래에
:rtsp-caching=1200 이라고 기본으로 적혀있는데

이곳에 :rtsp-mcast=1 이라는 구문을 넣어주면 rtsp로 작동된다(고 한다.)
도는지 안도는지는 모르겠지만.. 아무튼 동영상은 나오니...



아래는 vlc의 자체 내장 옵션관련 문서
Posted by 구차니

회사에서 이번에 교체되는 데탑이 있어서 후다닥 SETI@HOME 설치!
그래픽 카드는 9800GTX+ 인데

읭?
 2011-01-31 오후 2:35:15  No usable GPUs found
왜 안잡하지? 고민하다가 드라이버 버전을 보니
177.98

그래서 부랴부랴 266.58 최신버전으로 설치하고 리부팅하니
2011-01-31 오후 2:47:27  NVIDIA GPU 0: GeForce 9800 GTX/9800 GTX+ (driver version 26658, CUDA version 3020, compute capability 1.1, 1024MB, 474 GFLOPS peak)

우웡! 474 GFLOPS -_-
8800GT SLI로 누르기는 하지만 8800GT와 9800GTX+는 동급이 아니구나.. 라는걸 뼈저리게 느끼는 하루 -_-



덧 1. 내꺼는 그래픽 카드 2개인데
       내꺼에서는 CUDA x 2 + CPU x 1 로 총 3개가 돌아간다.
       근데 이 이스템에서는 CDUa x 1 + CPU x 2 로 총 3개가 돌아간다.
       왜 그럴까?!
Posted by 구차니

예상완료시간 583시간의 위엄 -_-
예상시간이라면 대략 24일 내내 돌려서 못 끝낼 건데
거기에 거의 빠듯하게 맞추어서 준 2011-02-10일 마감시간 ㅠ.ㅠ

으헝헝 요즘에 CUDA로 팍팍 돌린다고 이상한걸 나에게 던진 것 같은데 크윽!
그래도 10초씩 팍팍 줄어서 밤에만 꾸준히 돌려서 어떻게 될려나?

'프로그램 사용 > BOINC - seti@home' 카테고리의 다른 글

astropulse... 끝나긴 해?  (0) 2011.04.21
BOINC 와 CUDA와 드라이버  (4) 2011.01.31
8800GT 512MB on BOINC  (2) 2011.01.05
BOINC seti@home on WindowsXP SP3 32bit  (0) 2010.10.31
BOINC with CUDA  (2) 2010.10.17
Posted by 구차니
kdiff3는 KDE에 포함된 녀석으로 윈도우용으로 포팅이 되어있다.
하지만, merge가 아니라 diff인 관계로 수정은 불가능 한것으로 보이고
그나마도 UTF-8이나 한글은 오작동 하는 모습이 보여진다.

3개 파일을 선택하면 "3 way comparison" 이라고 뜬다.

하지만, 버그가 있는지 WinXP 에서는 한글 경로가 깨져버리는 상황 발생 -_-

그리고 기본값으로는 내용의 한글도 죄다 깨지는 문제가 발생!
옵션에서 지역설정 - Encoding을 UTF-8 BOM으로 해주니 해결!

아무튼 경로를 다시 설정해주고 나면 이렇게 비교를 시작하는 창이 뜬다.

하지만, 볼수만 있지 편집은 불가능하며

드래그를 하면 아래와 같이 글씨가 사라지는 등 한글지원은 많이 부족해 보인다.


Posted by 구차니
프로그램 사용/GIMP2011. 1. 14. 18:16
윈도우에서 기본 포함된 폰트들에 대한 글꼴 정보이다.
문서를 수정할때 아무래도 유사한 폰트들에 대한 정보가 있음 좋겠다는 생각이 드는 1인 -_-


Serif 계열 폰트 (i 식으로 삐침이 있음)
BELL MT
Book Antiqua
Bookman Old Style
Californian FB
Cambria
Centaur
Century
Consolas
Constantia
Courier New
Courier
Dejavu Sans Mono
Dejavu Serif
Garamond
Gentium Basic
Gerogia
Lucida Bright
Lucida Fax
Monospace
Serif
Times New Roman

고정폭 폰트 (i등의 글자 간격이 넓음)
Consolas
Courier New
Courier
Dejavu Sans Mono
Monospace
Simhei

숫자의 높이가 다름
Candara
Constantia
Corbel
Gerogia

숫자 0의 중앙에 점
Courier
Dejavu Sans Mono

숫자 0의 중앙을 가로지르는 선
Consolas

굽은 7
arial
arial_bold
arial_bold_condensed
arial_condensed
BELL MT
berlin sans FB
Bookman Old Style
Californian FB
Century
Cordia New
Franklin Gothic Medium
Lucida Bright
Lucida Fax
Sans

곧은 7
Book Antiqua
Calibri
Cambria
Candara
Centaur
Consolas
Constantia
Corbel
Courier New
Courier
Dejavu Sans Mono
Dejavu Sans Semi-Condensed
Dejavu Sans
Dejavu Serif
Fixedsys
Garamond
Gentium Basic
Gerogia
Impact Condensed
MicroSoft Sans Serif
Monospace
MS Sans Serif
MS_Serif
Serif
Simhei
system
Tahoma
Terminal
Times New Roman
Verdana


gimp_font_arial.png

gimp_font_arial_bold.png

gimp_font_arial_bold_condensed.png

gimp_font_arial_condensed.png

gimp_font_BELL MT.png

gimp_font_berlin sans FB.png

gimp_font_Book Antiqua.png

gimp_font_Bookman Old Style.png

gimp_font_Calibri.png

gimp_font_Californian FB.png

gimp_font_Cambria.png

gimp_font_Candara.png

gimp_font_Centaur.png

gimp_font_Century.png

gimp_font_Consolas.png

gimp_font_Constantia.png

gimp_font_Corbel.png

gimp_font_Cordia New.png

gimp_font_Courier New.png

gimp_font_Courier.png

gimp_font_Dejavu Sans Mono.png

gimp_font_Dejavu Sans Semi-Condensed.png

gimp_font_Dejavu Sans.png

gimp_font_Dejavu Serif.png

gimp_font_Fixedsys.png

gimp_font_Franklin Gothic Medium.png

gimp_font_Garamond.png

gimp_font_Gentium Basic.png

gimp_font_Gerogia.png

gimp_font_Impact Condensed.png

gimp_font_Lucida Bright.png

gimp_font_Lucida Fax.png

gimp_font_MicroSoft Sans Serif.png

gimp_font_Monospace.png

gimp_font_MS Sans Serif.png

gimp_font_MS_Serif.png

gimp_font_Sans.png

gimp_font_Serif.png

gimp_font_Simhei.png

gimp_font_system.png

gimp_font_Tahoma.png

gimp_font_Terminal.png

gimp_font_Times New Roman.png

gimp_font_Verdana.png




'프로그램 사용 > GIMP' 카테고리의 다른 글

GIMP 창 모두 닫기 기능이 있었다니!  (0) 2011.04.28
gimp 메뉴 언어 바꾸기(Windows)  (0) 2011.04.18
GIMP 문자/필터 효과  (0) 2011.01.14
gimp 관련내용  (4) 2011.01.06
GIMP로 금속재질 느낌나게 하기  (0) 2010.12.01
Posted by 구차니