EkaLestari / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Windows cameras that have "Direct show" drivers #283

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the WebCamera
2. Only the video for windows devices will appear

What is the expected output? What do you see instead?

I want to access to the direct show devices

What operating system and JVM version are you using.

I'm using java 6 on windows 7.
I have read at http://www.xuggle.com/xuggler/downloads/2.0.final.jsp that could 
be integrated lti-civil in order to have a better camera support but I have 
seen that in the ffmpeg git the directshow devices works fine and than I think 
that a "direct show" driver for xuggler could be implemented in a similar way 
to the "video for windows" devices updating ffmpeg, native libraries and could 
be java code 

Original issue reported on code.google.com by al...@paranoici.org on 14 Nov 2011 at 2:25

GoogleCodeExporter commented 8 years ago
Please I'm able to perform the task to contribute to the project if someone 
could explain me howto start.

Original comment by pilolli....@gmail.com on 16 Nov 2011 at 10:14

GoogleCodeExporter commented 8 years ago
I am thinking that the solution using the ffmpeg directshow driver and 
generally wrapping only ffmpeg code could be limited because in this way we 
will have not the MacOsx camera support that is not implemented in ffmpeg yet.
If the staff could support me to develop an lti-civil frontend I am available 
to do this task

Original comment by pilolli....@gmail.com on 16 Nov 2011 at 11:12

GoogleCodeExporter commented 8 years ago

Original comment by art.cla...@gmail.com on 7 Apr 2012 at 5:46

GoogleCodeExporter commented 8 years ago
I have implemented a library that is able to record audio/video from devices 
http://code.google.com/p/lode-lectures/

It uses lti-civil and qtcubed as frontend and xuggle as backend. The code is in 
java and it is cross plattform. It supports directshow devices on windows, v4l 
on linux and
qtkit on osx. Could be a good idea integrate the acquiring part in xuggle in 
order to fix this bug.

Original comment by pilolli....@gmail.com on 7 Apr 2012 at 1:01