[Kstars-devel] [cvs]Sorry... a little problem of compilation...
jb
ashashiwa at wanadoo.fr
Sat Jun 26 12:04:41 CEST 2004
Hi :)
It works well !
so my camera is supported... but my camera is a little special :
it's a toucam pro I, modified SC (steve chambers) to have ability to make long
exposure (10 s, 30 seconds..).
AND this modification is a "linux only" no // cable neede, all is commanded by
USB cable. (with DEL control of pwc driver)
Only one soft can control it :
Qastrocam. ( http:/www.3demi/net/qastrocam/doc )
So my cam works... almost :))
but when I bought a "new" toucam, it will be ok :)
Clear skies, and thanks for your help,
JB
> In kstars.h, remove the "#if"/"#endif" statements surrounding the
> "slotDownload()" declaration.
>
> In kstarsactions.cpp, move the "#if"/"#endif" statements surrounding the
> slotDownload() function to inside the function body:
>
> Your current kstarsactions.cpp looks like this:
>
> #if ( KDE_IS_VERSION( 3, 2, 90 ) )
> void KStars::slotDownload() {
> if (!kns) kns = new KSNewStuff( this );
> kns->download();
> }
> #endif //KDE >= 3.2.90
>
> Change it to:
> void KStars::slotDownload() {
> #if ( KDE_IS_VERSION( 3, 2, 90 ) )
> if (!kns) kns = new KSNewStuff( this );
> kns->download();
> #endif //KDE >= 3.2.90
> }
--
Pour débuter la webcam
http://www.astrosurf.com/djibb
Linux pour l'astronomie
http://www.lin4astro.org
More information about the Kstars-devel
mailing list