Configuring DSVL to show camera images from Logitech9000 webcam
Posted
by
curryage
on Stack Overflow
See other posts from Stack Overflow
or by curryage
Published on 2010-08-02T22:00:56Z
Indexed on
2011/02/12
15:25 UTC
Read the original article
Hit count: 276
I am trying to view camera feed from a Logitech9000 camera using DSVL(DirectShow Video Library) http://sourceforge.net/projects/dsvideolib/. The xml file currently looks as below:
<?xml version="1.0" encoding="UTF-8"?>
<dsvl_input xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Documents and Settings\Thomas\My Documents\projects\ARToolKit & DSVideoLib\ARVideoLib\DsVideoLib\DsVideoLib.xsd">
<camera show_format_dialog="false" friendly_name="Logitech Webcam Pro 9000">
<pixel_format>
<RGB24 flip_v="false"/>
</pixel_format>
</camera>
</dsvl_input>
However, the image that comes up looks vertically inverted. I tried changing the flip_v value to true in the config above but it did not make any difference. Any suggestions?
© Stack Overflow or respective owner