Need tutorial for video java

Hi all,
i need to analyze video in java, find certain color in every frame...
anybody know good tutorial?

curdiman wrote:
I need help analyzing the video, unfortunately the results give Java Tutorials and Training using Videos
Not what I need. But thanks for the sarcasm.Wrong. The second link in the google search is to the Java Media Framework. But thanks for not even bothering to read past the first result. Good luck getting help after that attitude.
Traffic surgeon code found in http://www.codeproject.com/KB/vista/activity.aspx
But it's very complicated for me.What about it is too complicated for you? What parts of it are you trying to work with? What have you tried? Where exactly did you get stuck? And if your answer is something like "I don't even know how to get started", then you should just go back and work through the basic tutorials until you have a firmer grasp on the fundamentals. How are we supposed to help you if you don't provide us any information?

Similar Messages

  • Need tutorial for Keynote

    need tutorial for Keynote

    Keynote has a built in comprehensive reference system:     Help > Keynote Help
    If you need specific information on something you don't understand, post the details here.

  • Need Tutorial for Simple Voice Recording

    I'm running for public office, and a local newspaper invited me to submit a statement along with a MP3 audio file. I asked a question on another forum about software that can be used to make MP3 files on a Leopard platform, and I was told to use GarageBand.
    I viewed the video tutorial for Podcasts and also checked out another Apple tutorial, but they don't go very far. In contrast, GarageBand 3: Getting Started is overwhelming.
    I would like to start by making a very simple audio - nothing more than a two-minute recording of my voice, with no overlaid music, no images, loops or other enhancements.
    Can anyone list the steps I need to follow, from recording my speech to converting it to an MP3 file?
    I've cliked the Male track, recorded my voice, stopped the recording (though probably incorrectly), then double-clicked on the file to play it back, but nothing happens.
    Thanks.

    It's very easy:
    • Create a "real instrument" track and select a voice preset or no effects at all.
    • Hit "record" to record your voice, hit the record button again or the stop button to stop recording.
    • Move the playhead to the appropriate position for playback.
    • If you like your recording, select "Share to iTunes" from the menu and select compression with MP3.

  • Web Service Tutorial for Sun Java Studio

    Where can I find such an tutorial. I can find tutorial for Netbeans but not to SJS.

    Are you behind a firewall ?
    do you have active scripting enabled ?
    do you have an acrobat reader ?
    do you have cookies enabled ?

  • Re: Need drivers for video controller for Satellite L

    Please where can purchase drivers for video cotroller vga compatibile?

    Why purchase????
    You can download the graphic driver and all another Toshiba drivers for free ?
    Check the Toshiba European driver page!!!
    Nevertheless, it would be useful to know what notebook model you have.

  • Is there any tutorial for SAP Java Backend Development?

    Hi everyone,
    I am following the "How To - Part 1: Build an Agentry based app from scratch connecting to a SAP ERP back-end" to learn Agentry by myself.
    There are some Java code when creating the Steplet, StepHandler and Bapi that I dont understand. I would like to know if there is any document or tutorial to learn how to write  such Java code. I already know the Agentry stuffs like fetch, step, etc.
    For example, why do we need the processResult or setParameter method? Why do we need JCO.Table? Where is the table "ET_FLT_SCHEDULE"
    public class FlightScheduleBapi extends AbstractFetchBAPI{
    public User user = null;
    public FlightScheduleBapi(User u, GregorianCalendar lu) throws Exception {
    super(u, lu);
    user = (User) u;
    @Override
    public ArrayList<SAPObject> processResults() throws Exception {
    ArrayList<SAPObject> spfliTab = new ArrayList<SAPObject>();
    JCO.Table _sTab = _tables.getTable("ET_FLT_SCHEDULE");
    int rows = _sTab.getNumRows();
    for(int i = 0; i<rows; i++)
    _sTab.setRow(i);
    FlightSchedule spfliLine = new FlightSchedule(_sTab);
    spfliTab.add(spfliLine);
      return spfliTab;
    @Override
    public void setParameters(SAPObject obj) throws Exception {
      super.setParameters(obj);
    try {
      } catch (Exception e) {
    user.rethrowException(e, true);
    Thank you very much.
    Tags edited by: Michael Appleby

    Anyone can help me out of this?
    I am looking for AbstractFetchBAPI but there is no information about it.
    I found JCO Client Connection and JCO getTable to access SAP tables. Can I use this way in Agentry App?
    Thanks.

  • Need guidance for adavnace java

    Hello,
    please can any one help me with advance java. i need to start learning advance java, can any one refer me good books for all the modules in advance java, i appreciate ur help.
    regards
    raghu

    The Sun's own Java EE tutorial covers everything: [http://java.sun.com/javaee/5/docs/tutorial/doc/]
    If you're only interested in learning JSP/Servlet and some essential taglibs, then part II is sufficient.

  • Need suggestion for choosing Java development enviroment

    Hi Evereyone,
    I am new to Java Desktop Application.I need help on choosing proper Java technologies and development tool.
    We have an existing CLIENT/SERVER based distributed control system, which was developed in C++(Server side) and VB(Client GUI).Now we are think of migrating the system to Java platform.
    Here is the outline:
    We want to create web based application that will run on windows and linux (linux on embedded PC).
    The application should be able to support 10 � 100 users at once accessing/editing database.
    We will also need to create a communication server that will run on web server P.C. that will communicate tcpip to field panels/log to db, as well as allow web screens to send/receive commands with field panels etc.
    Could any one give me some suggestion about it?
    I am thinking of Using J2SE 5.0, including RMI, JDBC and Swing for GUI. As for field panels, may choose J2ME.
    Thank you very much in advance.

    Thanks, zadok .
    Actually, I don't have the system requirements neither. All I know is the following outline:
    "We want to create web based application that will run on windows and linux (linux on embedded PC).
    The application should be able to support 10 � 100 users at once accessing/editing database.
    We will also need to create a communication server that will run on web server P.C. that will communicate tcpip to field panels/log to db, as well as allow web screens to send/receive commands with field panels etc."
    It is a interview question, which need me to do research and give some suggestions. What I want to know is to figure out what kind of Java technology is necessary for developing this system because I want to make sure I head to right direction.
    I know somehow it is hard to give suggestion based on this limited information.
    One more thing I was confusing is the server-side architecture.
    I need suggestion about sever side architecture:
    a. write a dedicated server-side program, which act
    as communication server to monitor and control field
    panel, also act as server-side applicaiton by using
    RMI to communicate with Client-side communication.
    b. choose a general web server architecture. Put
    everything in server side in Web Server, for example
    Tomcat AS container, implementing the Communication
    server as Web Service and the request from
    Client-side go to Web Server first, then dispatch to
    a proper web service.Why did you not include this information in the original question!
    Why don't you just use Tomcat?
    For your answer, "Why don't you just use Tomcat?", does it mean Tomcat without Web Service will be enough for this system development? Could you give me some detail about it?
    Thank you very much, zadok.

  • Need help for downloading java at mac book retina

    i want to download java at my mac book pro retina but everytime we downloaded its not working..i need this because im going to use it to open my bank account...everytime i gonna check my bank account i need to use another computer not this my mac.why?? can you help me please.

    Banks do NOT use Java-in-a-Browser for anything, at all. If you have received a suggestion to conduct banking with JAVA enabled in your Browser, someone is attempting to commit a crime, with you as the intended victim.  You are being scammed and should report it to the Police.

  • Need Software for Video Analysis

    Hi,
    I'm looking for a software program that will help me analyse videos with my team. We play videos in full screen modus and I will like to mark things on the screen (Draw pointers, arrows, or lines) kind of like at the Superbowl or any Sports TV programm (When on full screen modus of course). Can anyone help me out here?
    Thanks,
    AK

    Hi Mike,
    it would be great if you could help me out here.
    We play standard Movies recorded during games and practice - full screen from mac to TV - and would like to draw on and mark certain parts during play as well as when on pause. Kind of use a standard telestrator as seen on TV. The problem we currently have is that we usually cannot do this when on full screen mode. You have numerous software programs and offers, but which one simply fulfills our needs?
    Thanks,
    Andrew

  • Need help for a java assignment

    i am having trouble with my java assignment, so i thought i will give it a try here and hope that i will get some help. ^^
    the method is to load a file and try to create an object out of it. but even though the sequence of loading is correct, the method still doesn't work. there is no error in compilation and the coding seems correct to me. help?
    the codes are below and if any other code is needed. ask me for it. =)
    public void saveToFile(String fileName)
    try
    File f = new File(fileName);
    PrintWriter p = new PrintWriter(f);
    p.println(fileName);
    p.println("***");
    for(int i =0; i<categories.length; i++)
    if(categories[i] != null)
    p.print(categories.getCatNum());
    Car[] x = categories[i].getListOfCars();
    for(int q=0; q<x.length;q++)
    if(x[q] != null)
    if(x[q] instanceof EconomyCar)
    p.print("Economy Car");
    x[q].getCarNum();
    x[q].getBrand();
    x[q].getPrice();
    else if(x[q] instanceof LuxuryCar)
    p.print("Luxury Car");
    x[q].getCarNum();
    x[q].getBrand();
    x[q].getPrice();
    else if(x[q] instanceof SportCar)
    p.print("Sport Car");
    x[q].getCarNum();
    x[q].getBrand();
    x[q].getPrice();
    p.println(x[q].getCarNum());
    p.println(x[q].getBrand());
    p.println(x[q].getPrice());
    p.close();
    catch(IOException e)
    System.out.println("IO Error");
    public void loadFromFile(String fileName)
    try
    File file = new File(fileName);
    Scanner sc = new Scanner(file);
    String shopName = sc.nextLine();
    CarMart Cm = new CarMart(shopName);
    while(sc.hasNextLine());
    String line = sc.nextLine();
    while(line.equals("***"));
    int CateNum = sc.nextInt(); sc.nextLine();
    Category Cate = new Category(CateNum);
    String typeOfCar = sc.nextLine();
    if(typeOfCar.equals("Economy Car"))
    String CarNum = sc.nextLine();
    String brand = sc.nextLine();
    double price = sc.nextDouble(); sc.nextLine();
    EconomyCar e = new EconomyCar(CarNum, brand, price);
    else if(typeOfCar.equals("Luxury Car"))
    String CarNum = sc.nextLine();
    String brand = sc.nextLine();
    double price = sc.nextDouble(); sc.nextLine();
    LuxuryCar l = new LuxuryCar(CarNum, brand, price);
    else if(typeOfCar.equals("Sport Car"))
    String CarNum = sc.nextLine();
    String brand = sc.nextLine();
    double price = sc.nextDouble(); sc.nextLine();
    SportCar s = new SportCar(CarNum, brand, price);
    sc.close();
    catch(FileNotFoundException a)
    System.out.println("Filename not found");

    morgalr wrote:
    erm. its supposed to save a file containing all the data of a car. then the loadFromFile method is supposed to load that file and create a car out of it.I want one, could you please make mine a Dodge Viper.A fascinating insight into your secret worries about your masculinity :)

  • Need recommendation for video camcorder

    I have an old Sony DCR TRV8 mini DV standard def camcorder. It has recently been giving me problems. I love the FireWire interface. I generally use it to make home movies and my kids use it to make their music videos. I would like to spend under $500 for a new camcorder. Of course, it must work with FCP X. Any suggestions ?  I realize I won't be getting a pro camera for that price, but I need one that is easy to use decent zoom and decent picture. Keep in mind where I'm coming from (the Sony).
    Thanks

    Hi Alfredo,
    don't let you make you 'monkeys' on these quality-only-with-big-bucks discussion.
    for sure, you get a decent quality for $500 - if you keep some simple rules (of photography) in mind.
    It's very difficult to recomend types&models, due to different demands ...
    Example: I LOVE my Lumix FZ35/38 ($300!) - it lacks a mic-in, no foldable screen, no 'FullHD', handling like a stills-cam (which it is) not like a 'camera' - but for MY needs a superb camera: 26mm (KB) wide-angle, you'll not find on camcorders (perhaps a few) good for indoors, it has a super-zoom (>500mm/KB) good for my soccer movies, it allows manual control for more cinematography needs (aperture, speed, ...), it's small and reliable. And records in 720p good for my 'effects' and is fully compatible with iMovie and FCPX.
    For 'camcorder' I lately was pointed to the Panasonic HDC-SD99 ... seems to be a very nice device, and (almost) within your budget
    Make a wish list - what do YOU need your camera for?
    lots of indoor (e.g. daughter's ballet)? => light sensitivity, big lense, 3 ccd?
    lots of 'action' (e.g. skiing) => simple to use, no -zillions of knobs to care for
    lots of audio (e.g. music tutorials) => ext. mic-in or additional costs for am audio rec device as H1
    lots of 'long lense' (e.g. nature, football, ... ) => avoid 'digital zoom', get a real glass zoom
    camcorderinfo.com is an excellent source for technical info and independent tests.
    All AVCHD-devices are supported by  FCPX, except the latest models with 1080/50p/60p ... (fingers crossed, Apple updates to AVCHD v2 soon ... FCPX DOES handle these formats, but not straight from camera)
    Take super-zoom/bridge cameras into consideration ... somehow, the market for camcorders shrink, the all-in-one-devices, stills with video-ability, is common standard. DSLR is nice to have, but a) $.$$$, and b) not meant for point 'n shoot, in terms of: for real quality such devices need photographer's skills.

  • Adobe needs users for video and button workflow studies - get an Amazon gift card

    Adobe is looking for participants for a brief (~1 hour) online work observation and interview. Compensation will be a $100 Amazon gift card.
    The studies involve users who are in the beginning/novice stages of learning Flash Professional, or more experienced users who have not yet done the workflows being studied.
    There are two sets of criteria, each applying to a different study. Please read the criteria carefully before responding. Also, it is important to indicate in the subject line of your response which one of the two studies you meet the criteria for and wish to participate in.
    There will be 2 studies of Flash workflows. One is about deploying video content in Flash. The other is about creating a button to perform some control of the Timeline. The studies will be conducted over the telephone and Adobe Connect (software for screen sharing).
    For the video study, participants must meet the following criteria:
    - some experience with Flash CS4
    - some experience viewing video on the Web
    - no experience using video in Flash
    - have any version of Creative Suite 4 or Flash Professional CS4 installed (with most recent updates) on a computer that can be connected to the Internet
    - ability and willingness to install and use Acrobat Connect on the same computer as the above software
    - a 90-minute block of free time between 10:00 and 16:00 Pacific Time (GMT-8) on a weekday during the first two weeks of August (3August-14August).
    If you meet these requirements and would like to participate in this study, please contact me at jarmstrong [at] adobe [dot] com, with the subject line "Flash video study".
    For the button study, participants must meet the following criteria:
    - some experience with Flash CS4
    - no experience creating buttons in Flash
    - have any version of Creative Suite 4 or Flash Professional CS4 installed (with most recent updates) on a computer that can be connected to the Internet
    - ability and willingness to install and use Acrobat Connect on the same computer as the above software
    - a 90-minute block of free time between 10:00 and 16:00 Pacific Time (GMT-8) on a weekday during the first two weeks of August (3August-14August).
    If you meet these requirements and would like to participate in this study, please contact me at jarmstrong [at] adobe [dot] com, with the subject line "Flash button study".
    Participants in these studies will be thanked profusely in addition to receiving the Amazon gift card.

    @Karl, Thanks. If you are interested in participating, please send me an email as instructed in the original post. - Jay

  • I WANT TO ACCESS THE TUTORIAL FOR SUN JAVA STUDIO CRETOR

    I PUT MY USER ID, I PUT MY PASSWORD, I PUT MY SERIAL NUMBER, I PRESS THE BUTTON AND NOTHING HAPPENS.
    HOW CAN I ACCESS THE TUTORIALS.
    I NEED SOME MATERIAL TO READ ABOUT.
    I WILL APPRECIATE SOME HELP.

    Hi,
    Sorry for your frustration.
    I tried the other day and had a similar problem. I got around this by logging out of the forum.
    If this doesn't help, you may need to clean the browser cache, closing all browsers and restarting
    the browser. If still no luck, try rebooting your machine.
    - John B

  • Suggestion for online tutorial for advanced java concepts?

    I'm a University of Maryland graduate with a pretty solid grasp of core Java; however, this training didn't include most of the 'java in a web environment' technologies and similar advanced concepts. I'm looking to spend some time teaching myself concepts of struts, hibernate, EBJ, anything involving beans really.
    I've tried googling the concepts individually but I keep finding sites with only small examples or that cover only the most generic overview of the concepts. I'm looking for a (free) online resource that will cover these concepts in a structured, mroe indepth manner. Ideally one that includes some sort of programing assignments so I can try to 'learn by doing.' I was hoping someone could give a link to any resources they have used and recommend.
    Thank you

    sollen wrote:
    A quick glance suggests they have good detailed information, but I still learn best by doing. I don't suppose anyone else knows any good examples of mini programing 'homework' assignments I can work on to get some experience using various technologies. I could make something up myself, but I'm more likely to actually do the work if I have a mini-curriculum to focus on. Left to my own devices I'll sit down and start studying only go get distracted by somethi..LOOK A KITTY!I think you're better off trying to create a program or utility that solves a non-programming problem that you're currently dealing with. That's what I do, and it gives both motivation and the reward of having a bunch of utilities that I use now to create and send out patient letters and what not. To further motivate you, I'll in fact insist that you do this, OR THE KITTY DIES!
    Have fun!

Maybe you are looking for

  • Lenovo think pad S230u Black screen with mouse pointer after log in

    Hello I dont know if i am on the right board for this but this is the first time i am posting on here. I have a Lenovo think pad S230u. Recently it will load up to the screen where you put in your password and let you put it in your password but then

  • SQL Loader and formatting dates

    I've got dates formatted like so: 2012-05-10T17:04:51-08:00 How can I get SQL Loader to load these into a Date column?? Thanks

  • Rather Specific JList Conundrum

    Hi Guys, I've come to a bit of a brick wall on the project I'm working on, but as my problem is so specific no amount of Googling is helping me. Essentially my coursework is to make a twitter client using the Twitter4JAPI, the part I'm stuggling with

  • Joint production

    Dear all, Below is the joint production scenario, 1. Co-product tick is maintained for both the material 51 & 44 2. Production order is created for 51 material. 3. Since I have maitained 44 material as co-product (Maintained Joint production in Mater

  • Book Order

    I have 1-click enabled but when I try to BUY BOOK I am directed to set up account even after I log in. All my details are filled in but I cannot complete as the bottom of the window (where the buttons are) is not visible - can't drag window any highe