Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~307 People Reached
Favorite Forums
Favorite Tags
Member Avatar for breakbone

hi all I'm writing a application which uses Opencv and wxWidgets and sends camera frames via a socket connection. But it seems i'm doing something wrong: after starting a server on my machine, i can't connect my application to the socket the server is listening on...why is that? [CODE=python] import …

Member Avatar for breakbone
0
100
Member Avatar for breakbone

Hello, I'm trying to make a stereovision application using opencv. Thus I have to stream video from two webcams. My questions are: -How do open the two streams in a wx.Frame...I suppose I must have some form of container -How do I convert from a captured cvFrame to a wx.Image …

0
47
Member Avatar for breakbone

Hi, I'm writing a simple echo/chat GUI server using wxPython. I made a separate thread for the server. The only problem I have is that when I try to close the server it hangs in socket.recv() thus hanging the whole thread. How can stop the socket from receiving from the …

Member Avatar for breakbone
0
160