User Profile
Collapse
-
Cocoa, Objective-c QT "Virtual webcam" component
Not sure I am in the right place but here goes. I am trying to write a Mac app that will take the webcam video, add some overlays, effects, etc and output the video to a virtual webcam that I can use with Skype or whatever. Exactly what Manycam can do, but I need my own functionality with an app that manages it. Can anyone point me in the right direction to get started? -
After I posted, I figured it out - and, of course, it wasn't that hard. For anyone that got stuck like me, it is below. Any issues with doing it this way?
...Code:class Com { TcpListener tcpListener = new TcpListener(IPAddress.Loopback, 50000); TcpClient tcpClient; NetworkStream clientStream; public Com() { tcpListener.Start(); -
2 way socket between applications/devices
I am new to C# and am writing a program that will run on a pc and allow either another program or an external device, like a touchpanel control system, to connect to it. I have the rest of my code ready, but I can't figure out how to make the socket connection work.
I need the following
My application listens for a connection.
Device connects to my application.
the socket stays open until it is disconnected by the... -
C# Queue
I am very new to C# and am writing a program that needs a Form with some controls and 2 other separate threads that run continuously and talk to each other.
this example has worked really well for me in a similar application in Python in the past and I understand it well, so I would like to bring it over to C# if possible. I am stuck at how to share the q object between the two classes. Can anyone point me in the right direction?... -
Speech Recognition with Speech.py on Windows 7
I am using speech.py for a voice recognition project and it works great and is very simple. The only problem is that I want to turn off the Windows commands that come with it, IE "Start Menu" or "Show Desktop". It will run full-screen and I don't want a user to get out of my software and into Windows. Does anyone know how to do this? -
Thanks for the reply! That makes perfect sense.
To add a bit to this, the project was supposed to be written in a digital signage software that is perfectly suited to this, but was moved to html5 (because it sounds fancy, seriously) by the customer and the boss went along with it, against all the programmers' advice :(. I'm stuck with it and learning under fire as we don't do html at all! I guess what I really need is a more single-threaded...Leave a comment:
-
Javascript "Concurrency"
I need the opposite of this. What I want to happen is the page loads, div_a hides after 3 seconds and then div_b hides after 3 more seconds. If I set both timeouts to 3 seconds, they happen together as if the clock starts from page load, not when the last event finished like other scripting, eg Python. I have to wait 3 seconds for the first and 6 seconds for the second per the last line of code.
...Code:var ta = 3000; var
-
Python can do it well, use wx. Or Tkinter - if you really want to learn. If you can, I would say use c# or vb. Even with experience, python, GUIs are not near as straightforward IMHO. When I did my first C# app, I was amazed at how much easier it really was. And, visual studio Integrates beaufilly with SQL and access.Leave a comment:
-
Python library for iPod support
I am using a digital signage software that uses Python as an extension language. I am trying to write a jukebox software for a customer that wants to let users select songs from an iPod and play them, but can't seem to find a python library to help. Does anyone have any suggestions?
No activity results to display
Show More
Leave a comment: