Page 7 of 7 FirstFirst ... 567
Results 61 to 67 of 67

Thread: Compiz, Head Tracking, and the 3d Interface

  1. #61
    Join Date
    Feb 2009
    Beans
    8

    Re: Compiz, Head Tracking, and the 3d Interface

    Im searching for 1 hours and still dont get it :@, How to hell does i download OpenCV from SVN

    I write this in terminal
    cvs -z3 -dserver:anonymous@opencvlibrary.cvs.sourceforge. net:/cvsroot/opencvlibrary co -P opencv
    And i get sometight like

    jo@jo-desktop:~$ cvs -z3 -dserver:anonymous@opencvlibrary.cvs.sourceforge. net:/cvsroot/opencvlibrary co -P opencv
    Unknown command: `net:/cvsroot/opencvlibrary'

    CVS commands are:
    add Add a new file/directory to the repository
    admin Administration front end for rcs
    annotate Show last revision where each line was modified
    checkout Checkout sources for editin...

    ...version Show current CVS version(s)
    watch Set watches
    watchers See who is watching a file
    (Specify the --help option for a list of other help options)
    jo@jo-desktop:~$
    So then i tried installing SmartCVS and added "cvs -z3 -dserver:anonymous@opencvlibrary.cvs.sourceforge. net:/cvsroot/opencvlibrary co -P opencv" and it tell me to enter a login so i enter "anonymous" and then it ask me for a pasword, so i tried anonymous but it dont work.

    Please help me !

  2. #62
    Join Date
    Apr 2007
    Location
    Ohio
    Beans
    354

    Re: Compiz, Head Tracking, and the 3d Interface

    Quote Originally Posted by jo282 View Post
    Im searching for 1 hours and still dont get it :@, How to hell does i download OpenCV from SVN

    I write this in terminal

    And i get sometight like



    So then i tried installing SmartCVS and added "cvs -z3 -d:pserver:anonymous@opencvlibrary.cvs.sourceforge. net:/cvsroot/opencvlibrary co -P opencv" and it tell me to enter a login so i enter "anonymous" and then it ask me for a pasword, so i tried anonymous but it dont work.

    Please help me !
    The link is broken (there's a random space in it...)
    Try this:
    Code:
    cvs -z3 -d:pserver:anonymous@opencvlibrary.cvs.sourceforge.net:/cvsroot/opencvlibrary co -P opencv
    I'm requesting this topic be locked because it served its purpose a number of months ago.

    If you have any more questions, please ask them here.
    Last edited by klange; February 26th, 2009 at 05:02 AM.

  3. #63
    Join Date
    May 2005
    Beans
    Hidden!

    Re: Compiz, Head Tracking, and the 3d Interface

    Quote Originally Posted by cardinals_fan View Post
    I think that's very cool, but how would you actually use it in your day-to-day life?
    They said that about the computer in the 1960s. These things develop and uses are found.

  4. #64
    Join Date
    Feb 2009
    Beans
    8

    Re: Compiz, Head Tracking, and the 3d Interface

    Umm dude... the link you tell me to try is the same exactly thing when i copy and paste it even in terminal or the other program it tell me the same thing

    Edit : ok now it work i remove the space between the . and net entered it in terminal and it updated a bunch of file in like 2 sec

    It created a directory opencv so i cd on it then do ./configure and it tell me that it does not exist

    Please help me
    Last edited by jo282; February 26th, 2009 at 05:13 AM.

  5. #65
    Join Date
    Feb 2009
    Beans
    8

    Re: Compiz, Head Tracking, and the 3d Interface

    I finally installed OpenCV succesfuly (i think ) with this http://opencvlibrary.svn.sourceforge...opencv/INSTALL

    Now when i try to compile headtracking i got a new error :

    build/headtracking_options.c:859: warning: implicit declaration of function ‘compFiniDisplayOptions’
    build/headtracking_options.c:859: warning: nested extern declaration of ‘compFiniDisplayOptions’
    build/headtracking_options.c: At top level:
    build/headtracking_options.c:864: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘headtrackingOptionsInit’
    build/headtracking_options.c: In function ‘headtrackingOptionsFini’:
    build/headtracking_options.c:881: error: ‘headtrackingPluginVTable’ undeclared (first use in this function)
    build/headtracking_options.c:882: warning: ‘return’ with a value, in function returning void
    build/headtracking_options.c:885: warning: implicit declaration of function ‘freeDisplayPrivateIndex’
    build/headtracking_options.c:885: warning: nested extern declaration of ‘freeDisplayPrivateIndex’
    build/headtracking_options.c: At top level:
    build/headtracking_options.c:896: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    make: *** [build/headtracking_options.lo] Error 1
    Please tell me wath is wrong
    Last edited by jo282; February 26th, 2009 at 06:26 AM.

  6. #66
    Join Date
    Feb 2009
    Beans
    8

    Re: Compiz, Head Tracking, and the 3d Interface

    Please, i`m so desperate, im sure im almost there please help me !!!!

  7. #67
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Compiz, Head Tracking, and the 3d Interface

    Quote Originally Posted by WindowsSucks View Post
    I'm requesting this topic be locked because it served its purpose a number of months ago.

    If you have any more questions, please ask them here.
    Thread closed at the request of the op (original post).

Page 7 of 7 FirstFirst ... 567

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •