Re: [Indi-devel] indi_v4l2_ccd and Philips SPC1000NC Webcam
Brought to you by:
slovin
|
From: Jean-Luc <gee...@gm...> - 2014-05-17 07:04:05
|
Hi Hans,
Le 16/05/2014 21:15, Hans a écrit :
> Hi Jean-Luc,
>
This is the log of kstars itself, which launches indiserver by default.
I would like you manually start indiserver directly in a terminal with
the command
indiserver indi_v4l2_ccd
You then launch kstars from another terminal or your menu and connect to
this indiserver instance using the client tab in the device manager
(localhost/port 7624). There should be messages in the indiserver terminal.
Anyway, if it happens when starting the video feed ("Stream On", is this
right?) it could be related to the video format rather than control
enumeration as I suggested. Which video format do you use ?
Regards,
Jean-Luc.
> I found nothing helpful in it, but here's the whole thing anyway :
>
> ~/ kstars
> Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
> KGlobal::locale(): Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
> kstars(6491) KStarsDateTime::fromString: "Could not parse Date/Time string: " ""
> kstars(6491) KStarsDateTime::fromString: "Valid date formats: "
> kstars(6491) KStarsDateTime::fromString: 1950-02-25 ; 1950-02-25T05:30:00
> kstars(6491) KStarsDateTime::fromString: 25 Feb 1950 ; 25 Feb 1950 05:30:00
> kstars(6491) KStarsDateTime::fromString: Sat Feb 25 1950 ; Sat Feb 25 05:30:00 1950
> kstars(6491) CatalogDB::FirstRun: "Rebuilding Additional Sky Catalog Database"
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD61,421 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD10,700 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD20,794 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD2,151 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD190,248 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD142,860 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD1,581 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD1,581 not found."
> kstars(6491) ConstellationLines::ConstellationLines: "Star HD98,230 not found."
> kstars(6491) KStarsData::readURLData: "Object named Quaoar not found"
> kstars(6491) KStarsData::readURLData: "Object named Eros not found"
> kstars(6491) KStarsData::readURLData: "Object named Hektor not found"
> kstars(6491) KStarsData::readURLData: "Object named Chiron not found"
> kstars(6491) KStarsData::readURLData: "Object named Hale-Bopp (1995 O1) not found"
> kstars(6491) KStarsData::readURLData: "Object named Hyakutake (1996 B2) not found"
> kstars(6491) KStarsData::readURLData: "Object named Kohoutek not found"
> kstars(6491) KStarsData::readURLData: "Object named XXX not found"
> kstars(6491) KSUserDB::RebuildDB: "Rebuilding User Database"
> No sample buffer; can't use multisampling (antialiasing)
> kstars(6491) KSParser::DummyRow: File named "/home/hans/.kde/share/apps/kstars/supernovae.dat" encountered an error while reading
> INDI server 127.0.0.1/7624 disconnected.
> kstars(6491)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
> ~/
>
> I was able to kill indiserver after several minutes, I think I'll use bash
> ulimit next time to keep indiserver more manageable.
>
> What can I try next ?
>
> -- Hans
>
>> Le 15/05/2014 19:25, Hans a écrit :
>>> Hi indi,
>>>
>>> After successfully testing a Philips SPC900nc for PHD2 with
>>> indi_v4l2_ccd I'm now testing a Philips SPC1000nc Webcam and this makes
>>> indi_v4l2_ccd immediately balloon up to eating 13 GiB of resident RAM
>>> (and freezing my system) while its CPU use is 0% .
>>>
>>> Do you have any suggestions how to debug this issue ?
>>>
>>> -- Hans
|