I need help with TV Capture Card program

Hello,
I want to create a JAVA program so I can schedule that the recording with my TV Capture Card begins in x seconds.
Now to start a recording, you must press Ctrl+M and to stop an recording you must click the mouse.
How can I realise that a Java application can "press" Ctrl+M. I have to create an timer, that must be do-able... but I don't know how the program can simulate the pressing of Ctrl+M. I also need to know how the Java program can do a mouse click for me to end the recording.
Thanks in advance for helping me.
Chris.

Thank you... I think this was exactly what I needed.

Similar Messages

  • Need help with buying graphics card and ram for MSI 865PE NEO 2-V

    Hi,
    I want to buy 1GB of ram for motherboard MSI 865PE NEO 2-V I need help with finding correct parts.
    I also want to buy 512Mb or 1GB graphics card.
    as i said before i need help with finding correct ones so they match motherboard, I would appreciate if any one would post link to cheap and fitting parts.
    I found graphics card allready, i just need to know if it will fit.
    the card is
    NVIDIA GeForce 7600 GS (512 MB) AGP Graphics Card
    Thanks for help.

    here you can see test reports for your mobo:
    http://www.msi.com/product/mb/865PE-Neo2-V.html#?div=TestReport

  • Need Help with HDV Capturing

    if i want to capture HD with final cut pro
    do i need a specific hard drive or it'll work on 7200rpm
    and do i need a specific card for not loosing quality if i wanna work full HDV or firewire is ok
    Can anyone help me please
    Thank You

    You're asking about HDV, which is an MPEG2 compressed format. It has about the same bandwidth as DV NTSC. Its 1080i version is about 3.6 MB/sec.
    That measn it will run fime on a single 7200rpm hard drive. AS with any media files, you should install a second SATA drive inside your G5 for all your media files.
    Now if you want to do full uncompressed 1080i HD, that runs at ,say, 140 MB/sec, and you do need a special capture card for that, like a Kona card from Aja or a DecklinkHD card from Blackmagic Design, and a very fast external drive array as well.

  • I have a hp a6814y computer and need help with a graphics card

    okay i wanna upgrade my hp with an actual graphics card, so i can play games without it lagging. i mainly play rts games, like command and conquer generals, etc and about to get company of heros. now i need to know what kind of card i can put in this computer. i would like to put this one in 
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814102824
    i hear people say the min is 300watts and some say 450watts. but then idk, if this card can hook up to my power supplie.
    i just need help getting a very good card for this computer without updating the power supplie

    Hi,
    Check with Athena as they maintain a PC Cross Reference list and see if the power supply that you have selected is compatible with your PC.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • I need help with the Bon Scott program

    Help me! I am learning Java from the book, "Teach Yourself Java through Osmosis" and I am having trouble with the Bon Scott program. Everytime I run it, which has been ca. 2 billion, it prints out, "Some balls are held for charity and some for fancy dress, but when they're held for pleasure, they're the balls that I like the best." It then proceeds to get pissed and finally vomits.
    Any suggestions ?

    What color is the vomit? That is, exactly what does it do when it gets pissed and vomits?

  • Need help with a cash register program.

    I'm a noob at JAVA, but having fun with i so far! I was wondering if anyone could help me with a school project I need to get done. I've done most of the work, but I can't get it to not display when I have zero results. What I mean is that the project requires you to create a cash register program that gives you change in 20's, 5's, and 1's for a hundred dollar bill. I get it to display the results, but if there are zero of any category, like in the last problem, I can't let it show. Could someone please help! Thank you in advance! Here's what I have so far (sorry about the rapidshare download ^_^;).
    [http://rapidshare.de/files/39978938/project.java.html]

    Zack,
    The user should not see the line: 0 $5 bill(s)Then you need to detect the situation where no five dollars bills are included in the change, and suppress the output of that line.
    I can read your mind... it's going something like "yeah well righto smartass, I knew that allready... my question was _HOW_ to make that happen...
    And my answer to that is "I'm not telling you"... well, not straight out anyway, coz you'll actually learn more if your struggle a bit (but not too much) yourself...
    So... I suggest you (at least) read through [this page|http://java.sun.com/docs/books/tutorial/java/nutsandbolts/if.html] on the +if+ statement, and maybe even try out the examples, which should (I imagine) take maybe half an hour or so. "Selection" is an absolutely core programming construct... and the concept is common to every programming language ever (AFAIK) invented... meaning that you will really struggle until you "get" the +if+ statement... so that half hour would be time well spent.
    When you've got +if+ concept onboard, you can attempt to apply it to your immediate problem, suppressing those annoying fivers! Have a go yourself, if get really stumped than post a _specific_ question here about the bit that's stumped you.
    I know it can be frustrating... but that just hightens the little thrill you get when you "get it".
    Cheers. Keith.

  • Need help with 2nd video card ASAP

    Hi, I have a new 2 X 2/8GHz Quad-Core Mac Pro and I need 3 monitors. I have the 8800GT card installed and recently added a 7300GT (card from previous mac pro). No luck with any output from the 7300. Can someone help me please?

    < duplicate >

  • I need help with a lab from programming.

    I need the following tasks implemented in the code I wrote below. I would really appreciate if someone could achieve this because it would help me understand the coding process for the next code I have to write. Below are the four classes of code I have so far.
    save an array of social security numbers to a file
    read this file and display the social security numbers saved
    The JFileChooser class must be used to let the user select files for the storage and retrieval of the data.
    Make sure the code handles user input and I/O exceptions properly. This includes a requirement that the main() routine does not throw any checked exceptions.
    As a part of the code testing routine, design and invoke a method that compares the data saved to a file with the data retrieved from the same file. The method should return a boolean value indicating whether the data stored and retrieved are the same or not.
    * SSNArray.java
    * Created on February 28, 2008, 9:45 AM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package exceptionhandling;
    import java.util.InputMismatchException; // program uses class InputMismatchException
    import org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName;
    * @author mer81348
    public class SSNArray
        public static int SOCIAL_SECURITY_NUMBERS = 10;
        private String[] socialArray = new String[SOCIAL_SECURITY_NUMBERS];
        private int socialCount = 0;
        /** Creates a new instance of SSNArray */
        public SSNArray ()
        public SSNArray ( String[] ssnArray, int socialNumber )
            socialArray = ssnArray;
            socialCount = socialNumber;
        public int getSocialCount ()
            return socialCount;
        public String[] getSocialArray ()
            return socialArray;
        public void addSocial ( String index )
            socialArray[socialCount] = index;
            socialCount++;
        public String toString ()
            StringBuilder socialString = new StringBuilder ();
            for ( int stringValue = 0; stringValue < socialCount; stringValue++ )
                socialString.append ( String.format ("%6d%32s\n", stringValue, socialArray[stringValue] ) );
            return socialString.toString ();
        public void validateSSN ( String socialInput ) throws InputMismatchException, DuplicateName
            if (socialInput.matches ("\\d{9}"))
                return;
            else
                throw new InputMismatchException ("ERROR! Incorrect data format");       
    * SSNArrayTest.java
    * Created on February 28, 2008, 9:46 AM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package exceptionhandling;
    import java.util.InputMismatchException; // program uses class InputMismatchException
    import java.util.Scanner; // program uses class Scanner
    import org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName;
    * @author mer81348
    public class SSNArrayTest
        /** Creates a new instance of SSNArrayTest */
        public SSNArrayTest ()
         * @param args the command line arguments
        public static void main (String[] args)
            // create Scanner to obtain input from command window
            Scanner input = new Scanner ( System.in );
            System.out.printf ( "\nWELCOME TO SOCIAL SECURITY NUMBER CONFIRMER\n" );
            SSNArray arrayStorage = new SSNArray ();
            for( int socialNumber = 0; socialNumber < SSNArray.SOCIAL_SECURITY_NUMBERS; )
                String socialString = ( "\nPlease enter a Social Security Number" );
                System.out.println (socialString);
                String socialInput = input.next ();
                try
                    arrayStorage.validateSSN (socialInput);
                    arrayStorage.addSocial (socialInput);
                    socialNumber++;
                catch (InputMismatchException e)
                    System.out.println ( "\nPlease reenter Social Security Number\n" + e.getMessage() );
                catch (DuplicateName e)
            System.out.printf ("\nHere are all your Social Security Numbers stored in our database:\n");
            System.out.printf ( "\n%8s%32s\n", "Database Index", "Social Security Numbers" );
            System.out.println (arrayStorage);
    * SSNArrayExpanded.java
    * Created on February 28, 2008, 9:52 AM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package exceptionhandling;
    import java.util.InputMismatchException;
    import org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName;
    * @author mer81348
    public class SSNArrayExpanded extends SSNArray
        /** Creates a new instance of SSNArrayExpanded */
        public SSNArrayExpanded ()
        public SSNArrayExpanded ( String[] ssnArray, int socialNumber )
            super ( ssnArray, socialNumber );
        public void validateSSN ( String socialInput ) throws InputMismatchException, DuplicateName
            super.validateSSN (socialInput);
                int storedSocial = getSocialCount ();
                for (int socialMatch = 0; socialMatch < storedSocial; socialMatch++ )
                    if (socialInput.equals (getSocialArray () [socialMatch]))
                        throw new DuplicateName ();
            return;
    * SSNArrayTestExpanded.java
    * Created on February 28, 2008, 9:53 AM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package exceptionhandling;
    import java.util.InputMismatchException; // program uses class InputMismatchException
    import java.util.Scanner; // program uses class Scanner
    import org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateName;
    * @author mer81348
    public class SSNArrayTestExpanded
        /** Creates a new instance of SSNArrayTest */
        public SSNArrayTestExpanded ()
         * @param args the command line arguments
        public static void main (String[] args)
            // create Scanner to obtain input from command window
            Scanner input = new Scanner ( System.in );
            System.out.printf ( "\nWELCOME TO SOCIAL SECURITY NUMBER CONFIRMER\n" );
            SSNArrayExpanded arrayStorage = new SSNArrayExpanded(); 
            for( int socialNumber = 0; socialNumber < SSNArray.SOCIAL_SECURITY_NUMBERS; )
                String socialString = ( "\nPlease enter a Social Security Number" );
                System.out.println (socialString);
                String socialInput = input.next ();
                try
                    arrayStorage.validateSSN (socialInput);
                    arrayStorage.addSocial (socialInput);
                    socialNumber++;
                catch (InputMismatchException e)
                catch (DuplicateName e)
                    System.out.println ( "\nSocial Security Number is already claimed!\n" + "ERROR: " + e.getMessage() ); 
            System.out.printf ("\nHere are all your Social Security Numbers stored in our database:\n");
            System.out.printf ( "\n%8s%32s\n", "Database Index", "Social Security Numbers" );
            System.out.println (arrayStorage);
    }

    cotton.m wrote:
    >
    That writes creates the file but it doesn't store the social security numbers.True.Thanks for confirming that...
    How do I get it to save?
    Also, in the last post I had the write method commented out, the correct code is:
         System.out.printf ("\nHere are all your Social Security Numbers stored in our database:\n");
            System.out.printf ( "\n%8s%32s\n", "Database Index", "Social Security Numbers" );
            System.out.println ( arrayStorage );
            try
                File file = new File ("Social Security Numbers.java");
                // Create file if it does not exist
                boolean success = file.createNewFile ();
                if (success)
                      PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter("Social Security Numbers.txt")));               
    //                BufferedWriter out = new BufferedWriter (new FileWriter ("Social Security Numbers.txt")); 
                    out.write( "what goes here ?" );
                    out.close ();
                    // File did not exist and was created
                else
                    // File already exists
            catch (IOException e)
            System.exit (0);
    }It still doesn't write.

  • Need help with a vowel reading program :(

    Hi, im trying to create a program that does the following:
    "a program that reads a list of vowels (a, e, i, o, u) and stores them in an array. The maximum number of vowels to be read should be obtained from the user before beginning to read the vowels, however, the user may cancel the reading of vowels at any time by entering '#'. The algorithm should then count and display the number of times each vowel appears in the array. Finally the algorithm should also output the index in the array where the each vowel first appeared or a suitable message if a particular vowel is not in the array at all."
    It says to store the input in an array so I've probably started all wrong :( but any help at all would be greatly accepted.
    Im trying to go through it doing one method at a time but im having trouble with the reading input method
    the 1 error i get is marked with ***.
    Is it that I need to do a for loop first to find the length of the string?
    import java.io.*;
    import javax.swing.JOptionPane;
    class prac7
          public static String readIn()
                    BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
                    String max = null;
                    String sentence = null;
               try
                    System.out.println("\nEnter the amount of characters to read in: ");
                    max = input.readLine();
                    int total = Integer.parseInt(max);
               catch(Exception e) {System.out.println("invalid");}
               do
                    sentence = JOptionPane.showInputDialog("Enter a sentence, ("+max+" characters maximum): ");
                    int ind = sentence.length();
               }while(ind <= max);     //*** the arrow is under 'ind' and says "cannot resolve symbol"
               return sentence;
          public static void main(String[] args)
               String data = "";
               data = readIn();
          }Thanks.

    thanks for your reply Paul ^^ , but im still having trouble with that part of the program :(
    Its saying "operator <= cannot be applied to int,java.lang.String" (Ive marked in asterisks)
    Also i've add the rest of the program code, but in the calcPrint method i am having trouble understanding some of it (some of the code was used from another program) and it would be great if someone could show me a more simplier way of coding the same thing? even if its more typing, i just want to understand it better.
    (i've marked the area im having trouble understanding with asterisks)
    Once again any help would be fantastic :)
    here is the code
    import java.io.*;
    import javax.swing.JOptionPane;
    class prac7
          public static String readIn()
               BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
               String max = null;
               String sentence = null;
               try
                    System.out.println("\nEnter the amount of characters to read in: ");
                    max = input.readLine();
                    int total = Integer.parseInt(max);
               catch(Exception e) {System.out.println("invalid");}
               do
                    sentence = JOptionPane.showInputDialog("Enter a sentence, ("+max+" characters maximum): ");
                    sentence.toLowerCase();
               }while(sentence.length() <= max);     /******operator error******/
               return sentence;
          public static void calcPrint(String data)
               String vowels[] = {"a","e","i","o","u","Other letters"};
               String screen = "";
               int alpha[] = new int [6];
               for (int i = 0; i < data.length(); i++)
               /********from here*********/
                    try
                         alpha["aeiou".indexOf(data.charAt(i))]++;
                         if(data.charAt(i) != ' ') alpha[5]++;
                    catch(Exception e){}
               for (int i = 0; i < alpha.length; i++)
               screen += vowels[i]+" Amount = "+alpha[i]+"\n";
              /**********to here**********/
               JOptionPane.showMessageDialog(null,screen);
          public static void main(String[] args)
               String data = "";
               data = readIn();
               calcPrint(data);
    }

  • Need help with e-sata card and Primera disc publisher.

    Hello, I recently purchased a Primera Disc Publisher, you can read about it here:
    http://www.bhphotovideo.com/c/product/465853-REG/Primera_63124_Bravo_SE_Blu_Disc .html
    About 20% of the time, it works perfectly.
    The rest, it doesn't work at all.  I've been on and off the phone with Primera support, and they've admitted something shocking to me: the e-sata card they bundle with their product, is known to not work well with Macs.  I asked them to recommend one for me that will work well with Macs, and they said they don't really know Macs, that I should find someone who does and get the recommendation from them.
    In their defense, once I buy the new card, they're going to send me enough free ink cartridges to match the purchase.  I admit, that's pretty cool of them.
    But the e-sata card.  Jeez.  This is the one I'm looking at:
    http://www.bhphotovideo.com/c/product/433920-REG/Sonnet_TSATAII_E4P_Tempo_SATA_E 4P_SATA.html
    Do any of you have experience using this card on a Mac?  I'm getting pretty specific here, but do any of you have experience using this card on a Mac Pro with a Primera product?  I have a bunch of projects coming up where I will need to use the disc printer to finish the work, so I've got to find a suitable card!  Any help is greatly appreciated!

    Sonnet and the E4P is popular, good company, and of course great for 4 SATA ports and PM support.
    If you are not using SATA drives though, there are other options. check OWC for SATA PCIe and support.
    http://www.macsales.com

  • I need help with closing a running program. It seems like it does not count as a program. Tried to turn of the computer and closing all programs. Please help!?

    I have a problem with a grey text box. It writes and says all i do. For example: When i now write it says all the letters one for one. If i open a new rogram it says so. If i click on something it gives me information about it. I can click the box and drag it, but dont close it. I have restarted the computer and closing all windows and programs. It just popped out when i was pressing some buttons on the mac. I think it is a easy way to fix it, but i cant find out what it is named and search for it. I think it is made for help and i did not download anything to get it. If i change user on the mac it does go away when I am on the other user, but i really want to keep the one i have because off all the settings and programs i have.
    Please reply if you know anything about this.
    This is a printscreen of the box, the language is Norwegian if someone wonder...
    It is really annoying, I hope someone can help me out.

    Oh thanks alot! Really happy that people take the time to answer my `noob`questions! Would not find that out by my own.
    Thanks!

  • Need help with running a Java program on Linux

    I am trying to get a Java program to run on a Linux machine. The program is actually meant for a Mac computer. I want to see if someone with Java experience can help me determine what is causing the program to stall. I was successful in getting it installed on my Linux machine and to partially run.
    The program is an interface to a database. I get the login screen to appear, but then once I enter my information and hit enter the rest of the program never shows, however, it does appear to connect in the background.
    Here is the error when I launch the .jar file from the command screen:
    Exception in thread "main" java.lang.IllegalArgumentException: illegal component position
    at java.awt.Container.addImpl(Unknown Source)
    at java.awt.Container.add(Unknown Source)
    I am not a programmer and I am hoping this will make some sense to someone. Any help in resolving this is greatly appreciated!

    Well, without knowing a little bit about programming, and how to run your debugger, I don't think you're going to fix it. The IllegalArgumentException is saying that some call does not like what it's getting. So you'll have to go in an refactor at least that part of the code.

  • I need help with a Capture device. Please Help me

    hello.
    I need a suggestion about which capture device (FrameGrabber), it is compatible with JMF 2.1.1, at 640x480 with 24 fps or better.
    PS: for win Xp, Intel P.III 500Mhz, 256Mb RAM, and j2se 1.4.2.
    Greetings.

    Surely all there are in market now. My two webcams support that format. Although your machine could be a little poor..... could be or could be not. You must probe it

  • GT70 - Need Help with "downgrade" adapter card!

    I've got a GT70 with the "Super-Raid-0" configured dual 128GB SSD msata cards in the adapter, but one of them just gave out, after about 10 months. Now, what I'd like to do is to get that "adapter card" which are in the non-SSD version of the GT70 model and install a regular 2.5" HardDrive. My question is, WHERE can I get that card and WHAT is the EXACT name of that part? I've been searching all over but no use. :(
    I've found 2 pictures for illustration.
    #1: What I've got and want to replace (looks like this):
    (please add http // www . because this forum won't allow links)
    techpowerup.com/163682/msi-gt70-superraid-solution-pictured-tested.html
    #2: What I WANT and want to replace the original dual-ssd with (3rd image shows it)
    (please add http // www . because this forum won't allow links)
    forum-en.msi.com/index.php?topic=168945.msg1235587#msg1235587
    CAN ANYONE HELP ME WITH THIS PROBLEM?
    Thanks!

    For a tiny little adapter card I don't want to send in this gigantic and very heavy unit, because it would cost around a $100- with express delivery and insured. Once I did that and then it took about 6 weeks to get it back in worse condition than it was before! No thanks, I just want a simple adapter card that probably cost around $10-$15, which I can install in 60 seconds and/or a replacement for the SSD if possible, since it is well within the warranty period. If they honor it good, if not, I won't be surprised at all. Unfortunately I've had terrible experiences with this company in the past, but I don't want to get into that. That's not why I'm here.
    Yes, you are right, the 2 msata Super-Raid are very fast and very enjoyable, however, as it is obvious by now, they have a very short life-span. I've never, ever had any of my laptops' HD to fail on me before, and I've had quite a few over the years, Acer, Toshiba, then a bunch of Sonys, so I'm still betting on the "good old" regular 7200 RPM disks that run for ever rather than this SSD thing that craps out on me in 10 months.
    And if the Read/Write speed is slower, well, as long as they work, I don't care.
    I already sent in a repair request and specifically asked for both the replacement of the broken SSD with serial number as it is indicated during the boot-up, as well as the adapter card for regular HD installation, so I'm hoping I'll get some response next week. But I only want to send in the failed mSata "chip", IF they are willing to replace it. That could fit into a protective envelope instead of a large box and would cost $1 to send! :D
    I've already checked the prices of mSata chips, but they are pretty expensive. A 128GB SSD costs $120 and a regular 750GB 7200rpm HD about $80, so I would choose the regular, reliable and much larger HD over this SSD thing if I had to make a choice.
    Meanwhile I'm still searching all accessory and parts sellers' websites for this particular adapter, but so far nothing! :(

  • HELP!!!! Urgent!!!! I need help with my iTunes card

    I have a question for you I got a iTunes card as an early christmas presant. I went to put it in and it said I had a balance of 15 dollars so when I went to log onto my home sharing (That I had just created when I put the card in)so that I can share music with my laptop because I am on our desktop it said that it did no exsist so I serched my email on iFind and it said that it did not exsist so I created another on to see if it had just freaked out but now it wont let me redeem my card and I dont know how I messed up the other email when I was typing so I cant get on that account so I have no way of getting to my iTunes card and I have not been able to figure anything out and I have been working on it for over 2 hours

    iWeb stores the website data in a Domain.sites2 file. More info...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html
    If the sites that have disappeared were built on a separate Domain file you would need to locate this and double click it to launch it in iWeb.

Maybe you are looking for

  • Can you have two iTunes accounts on one computer?

    Just bought a MacBook Air which I'm sharing with my husband. Is it possible to have two active iTunes accounts on one computer? We both have very different tastes in music and we have our own iPhones that we'd like to update differently. Would be gre

  • Want to expand columns on planning screen for shipment

    Dear All, I need to expand 3 Z-field columns on planning screen for shipment. With Note# 400368, I need to add my Z-fields in structure VTTKD and apply them to the ALV grid with modifications of FM RV_SHIPMENT_VIEW, however, in my project, we cannot

  • Online Video Issues

    System Specifications OS1: Windows 7 Ultimate x64 OS2: Ubuntu 12.04 x64 CPU: AMD FX Black 6100 6-Core 3.3 GHz MBD: GA-970A-UD3 GPU: MSI TwinFrozr III R7850 2 GB GDDR5¹ RAM: 4 GB DDRIII HD0: 500 GB Seagate SATA III HD1: 750 GB Seagate SATA III Solid S

  • Interactive Report - default Filter

    I'm trying to create a report which would have a default filter (filter users can uncheck) which would be based on logged user :APP_USER in another words if user JIRI logs in and goes to a page, he can see by default all his records (one of my fields

  • Error Headstart in combination Designer 6, Developer 6 HELP

    We have upgraded to Desigener 6.0 and Developer 6.0 (patch 6). All the pll's compile when (qmslib50, qmsevh50), the generation of a small application in Designer 6 (was first in Designer 2.1.2) went well. When we run the forms we get the following er