|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hi..
For my college project, I am doing remote control car that can be controlled through the internet. A laptop is attached to the top of the car and it moves with the car. Because of that, i need a webcam connected to the laptop so that i can see where the car is going.. For the project, my part is to write a program to transfer the webcam stream real time from the laptop to another computer.. I need advice on what language to use to write the program. It is kind of like a client/server environment and the server send the webcam stream to the client. There should be a box where u can enter the IP of the server (laptop). There should also be a "ON" button where u can turn the webcam on or off. If possible, it would be good if i can add control to the program to turn the webcam right or left (using motor and parallel port programming). Since my friend is writing the code for the controls of the robot, it would be great if my program can be embeded onto his code.. Can somebody please advice me on that language i should use to write the server/client program to transfer webcam stream..? Thanks in advance.. |
| Sponsored Links |
|
|
|
|||||
|
What language is your friend using, and what languages are you comfortable with? There are many languages that could be used to do what you want to, the issue is what can you know well enough to get the job done in time.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. |
|
|||
|
Quote:
I have basic knowledge of C and he has some basic knowledge of C++.. Actually, I don't think we know enough to just write the program straightaway.. Its more like us seeking advise on what language to use, and then we will read up on how to use that language to program.. So, if you know of any tutorials that can point me/us to the right direction then it would really helps alot.. Just need client/server parallel port programming and real time webcam stream transfer.. Thanks.. |
|
|||||
|
C++ with the Boost++ library, or Java are two scenarios that might work well. At this point, I'd want to know what types of interfaces the hardware involved comes with, and which languages they were designed for. If you have a few .dll files for interfaces designed for C, I'd use C. If they're aimed at another language, I'd try it.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. |
|
|||
|
Quote:
The webcam is a Logitech USB webcam. And the control for the webcam to turn (motor circuit) is using parallel port programming). I am programming from scratch so I don't have any code or dll to use.. I would prefer to use C++ but i need a good step by step tutorial to follow as I am new to C++.. Thanks.. |
| Sponsored Links |
|
|
|
|||||
|
Some hardware/software provides interfaces for functions/classes/etc you can use to interact with their product. If those are transparently available, it can make it easier to code in the language those programming interfaces were designed for. Hardware drivers are an example of an interface.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. |
|
|||
|
Quote:
As for the control circuit, we are making it so there isn't really any driver.. Hope that little info help.. |
|
|||||
|
C++ should work fine for you, though C is probably used more for microcontrollers. You can also use one language for the streaming and another for the control program.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Programming is a branch of mathematics. |
|
|||
|
Quote:
Preferable step by step tutorial coz I don't know C++.. Thanks.. |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Not sure my college is good for Programming | marta | General Programming | 1 | 08-17-2007 11:13 AM |
| AOL opens video search engine to developers | Lop | General Programming | 0 | 09-19-2006 02:26 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |