Hello,
I'm working on a project which needs to bring real-time images from a camera to the computer. I want to use C++ to read the images in and do motion detection and tracking based of the video images. Do you think C++ is the best language to attempt this in? Would you recommend C# or...
Hello,
I'm doing a senior project that involves real-time video display and motion tracking based off the incoming video. I'm investigating right now what kind of tools are available and best suited for such a project. So far, I've heard about Directx, Intels OpenCV, and Microsoft Vision...
Hello,
I'm preparing for a senior projoct which involves using a camera to detect and track motion in real-time. It seems to me that my best option is to use the JMF or Directx. Can anyone give me their input on which one they like better and why?
If I understand correctly, Java might be...
Hi,
I'm working on my senior project and I need to be able to display real-time video in a gui I write. I've been trying to decide what might be the best tool to do this.
How feasible is it to do this in directx?
Would anyone recommend a tool like opencv or video OCX? (From what I...
Hello All
I'm just starting on my senior project this semester. Part of my project is a video motion sensor. The idea is to connect a video camera to the computer and pull in images at a certain framerate. Those images would then be compared to a starting image to detect any major changes...
Whenever I try and start my AIX host, an error message comes up which reads as follows:
The DT messaging system could not be started.
To correct the problem:
1. Choose [OK] to return to the login screen.
2. Select Failsafe Session from the login screen's option menu and log in.
3. Check to...
Hello,
I'm working on a program which has a text area. I'd like to be able to hightlight a portion of the text area and edit whatever is highlighted. For example, search out the word "the" and change it to "there".
My first question is how to search for words in a text...
I need to store several hundred peices of information in strings in my program. Is there a much of a difference between an array of 200 strings, each with one word, or just one string with 200 lines or words? If I use the one string, I'd have to pull the information out individually while an...
I have a program which uses arrays of strings to keep track of a lot of information which the user can update or alter. I need to keep track of all the information somehow and allow it to be seen and adjusted by a user but I'm afraid the arrays of strings use up too much memory. Currently, I'm...
On a program I'm working on, I'd like to be able to either right-click or alt-click or something similar to get two separate actions from the same button. I usually use the button.addActionListener(actionevent e) code for buttons but I don't know how to implement the ideas above. Please let me...
I have a program which uses a lot of textfields. At times, the number of text fields will be over 6000 or 7000. For most of the textfields, only integer or other numeric values are used.
The way the program works is it starts with very few textfields. The user can enter a selection which...
I have several hosts networked together. In one of them I went to the WSM and then to NIM. I configured the host to be the master. After that, I defined the following resources:
lpp_source
SPOT
Then, I went to another machine and configured it to be the client. I went to the master host...
My work requires that I install AIX 5.1 regularly into different hosts. I was wondering if there was a method of putting the os on a master host and doing all installations from there rather than a cd. Any suggestions would be appreciated.
I am writing a program now which uses rsh to execute commands on various hosts. I would like to know if the following two things are possible and how.
1. Through a korn shell script, I'd like to run several programs without the shell having to wait for one to complete for the other to start...
Im trying to write a korn script which will check the version of a program on 5 different hosts. If the version is not correct then the program will auto-update the hosts with the correct version.
The main thing I need to know is if there is a way to run a command to a host from another host...
I created a jar file and included all of the class files along with all of the .gif files that go with a program. When I ran the program it did not see the .gif files even though the are included in the .jar.
Please let me know how I might fix this problem. Thanks in advance.
I'm working on a program which has a thread. The thread does the following:
1. Creates a file.
2. Runs a chmod 700 on the file so that I can run it.(AIX)
3. Runs the actual file.
4. Filters a file which step 3 creates while running.
5. Writes the filtered results to a final file.
The...
I have a text file which displays information in row and column form as follows:
1, 1 Optimal etc etc etc
1, 2 Optimal etc etc etc
1, 3 Replaced etc etc etc
I would like to be able to take the information from this text file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.