[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] VLC in lieu of Mplayer
From: |
Pascal Brisset |
Subject: |
Re: [Paparazzi-devel] VLC in lieu of Mplayer |
Date: |
Mon, 19 Apr 2010 15:34:50 +0200 |
User-agent: |
Mozilla-Thunderbird 2.0.0.24 (X11/20100328) |
Hi,
There should be a way to disable mouse events from vlc. I did not find
it :-( There is a "Swap plugin/map" entry in the menu ...
I've added a "plugin" renderer for a video_plugin papget. You can now
specify:
<papget type="video_plugin" display="plugin" x="300" y="250">
<property name="command" value="cvlc video_source --drawable-xid="/>
<property NAME="width" VALUE="320"/>
<property NAME="height" VALUE="240"/>
</papget>
after update and recompilation
svn update sw/ground_segment/cockpit/papgets.ml
sw/lib/ocaml/papget_renderer.ml sw/lib/ocaml/papget_renderer.mli && make
Wiki updated: http://paparazzi.enac.fr/wiki/GCS#Video
--Pascal
Jeremy Reinertsen wrote:
I noticed that clicking the plugin window will not exchange the map
and video windows like it does with the -mplayer option. Although
double clicking the video window will open the video in full screen.
Also, can the -plugin style video window be displayed as a papget?
Cheers
Jeremy