Page 1 of 1

Camera: Stream not shown after system upgrade

Posted: Fri Jul 30, 2010 3:47 pm
by hhg
Hi

Very new to DomotiGa.....

My system is based on the Live CD from http://code.google.com/p/domotiga-livecd
After I upgraded it to Ubuntu 10.04 the Camera Form doesn't display the video stream. If I execute the same mplayer command (withou the -wid options), mplayer display the stream fine.

I have localized the problem to be line 174 in FCamera.class:

Code: Select all

lblMoviePlayer.Hide
Which hides the DrawingArea control just after the mplayer has been started. After I commented that line out, i works again. But frankly, I don't understand how it has been working earlier.

What is the procedure? Should I create a ticket on domotiga.nl ?

Regards
hhg

Re: Camera: Stream not shown after system upgrade

Posted: Fri Aug 06, 2010 8:50 am
by RDNZL
To be honest I don't know the purpose of that line too, but it came from the Gambas camera example code, I couldn't reproduce your problem on my 10.04 box though, but it worked without that line too, so I removed it from the code repos.

Thanks.