Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bos
  • Content: Threads
  • Order by date
  1. bos

    C++ and Vision Applications

    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...
  2. bos

    Microsoft Vision SDK

    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...
  3. bos

    Java or Directx?

    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...
  4. bos

    Displaying real-time video

    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...
  5. bos

    Displaying live video with C++

    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...
  6. bos

    DT messaging error at startup

    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...
  7. bos

    Editing Text Areas

    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...
  8. bos

    strings question

    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...
  9. bos

    String Question

    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...
  10. bos

    ActionListener question

    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...
  11. bos

    JTabbedPane question

    In java 1.3.1, how do you put an actionlistener on a tab. I'd like a function to before performed every time a tab is selected. Thanks.
  12. bos

    Need help with out of memory errors

    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...
  13. bos

    Using NIM to install OS from master to client

    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...
  14. bos

    OS installation from an alternate 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.
  15. bos

    executing commands on one host through another

    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...
  16. bos

    executing commands on one host through another

    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...
  17. bos

    .gif files in .jar files

    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.
  18. bos

    changing Jbutton Icon

    I have a jbutton with an imageicon. I'd like the image to change when the button is clicked. How do I put in the new image? Thanks in advance.
  19. bos

    Working with a thread

    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...
  20. bos

    Filtering and rearranging text files

    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...

Part and Inventory Search

Back
Top