eduardogeike / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

USB-Cameras #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to know if you work on configrung the SSL_Vision software so that 
it works with USB-cameras.

Original issue reported on code.google.com by unice...@googlemail.com on 6 Aug 2010 at 10:28

GoogleCodeExporter commented 9 years ago
Changed Issue type from "Defect" to "Enhancement".

Since ssl-vision is used primarily for the RoboCup SSL, and since the cameras 
for the competitions are firewire, this is not top priority. However, USB 
support might be extremely useful for other domains than SSL, and any work 
towards achieving this goal would be greatly appreciated.

Original comment by joydeep....@gmail.com on 22 Jul 2011 at 11:59

GoogleCodeExporter commented 9 years ago
I have added Video4Linux2 support to ssl-vision so it can be used with USB 
cameras and other non-Firewire devices.
My branch with this support is located at:
https://github.com/cktben/ssl-vision

I have tested this with the Playstation 3 Eye, which is cheap and capable of 
640x480 at 60FPS.  The camera can be mostly configured inside ssl-vision, but 
there is currently no option to set resolution or framerate.

Original comment by circuit...@gmail.com on 6 Mar 2013 at 8:37

GoogleCodeExporter commented 9 years ago
Ben, this is great. I started to test your Video4Linux2 support so we can 
incorporate to the official version. We most likely will do it after RoboCup 
2013 so there's enough test and to avoid making changes too close to the 
competition date.

Original comment by jgurz...@yahoo.com.br on 23 Mar 2013 at 5:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi
I have downloaded the project
when i wanna cmake the project this errors apeared :

-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.

I couldn't solve above problem but i make the project and i face following 
errors :

[ 60%] Built target sslvision
Linking CXX executable bin/client
libsslvision.a(robocup_ssl_client.cpp.o): In function 
`RoboCupSSLClient::RoboCupSSLClient(int, std::string, std::string)':
robocup_ssl_client.cpp:(.text+0x39): undefined reference to 
`QMutex::QMutex(QMutex::RecursionMode)'
robocup_ssl_client.cpp:(.text+0xe4): undefined reference to `QMutex::~QMutex()'
libsslvision.a(robocup_ssl_client.cpp.o): In function 
`RoboCupSSLClient::~RoboCupSSLClient()':
robocup_ssl_client.cpp:(.text+0x164): undefined reference to `QMutex::~QMutex()'
robocup_ssl_client.cpp:(.text+0x19e): undefined reference to `QMutex::~QMutex()'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/client] Error 1
make[1]: *** [CMakeFiles/client.dir/all] Error 2
make: *** [all] Error 2

regards

Original comment by eskandar...@gmail.com on 13 Apr 2013 at 1:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I had the same error, but only in debug mode.
Everything is fine when building in release mode.

PS: we have forked the code to use OpenCV as the capturer, the code is here:
https://github.com/xuyuan/ssl-vision

Original comment by xuyuan...@gmail.com on 13 Dec 2013 at 11:27