Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: need help getting webcam input to a JFrame

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    10
    My Mood
    Lurking
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default need help getting webcam input to a JFrame

    Hi, I've been looking for a way to get my laptop webcam to stream to a jframe on its own thread and have had no luck... I have googled it many times with lots of results, but I have not been able to implement it. I have installed JMF, JDK1.7, added several .jar files from various sites and still have had no luck... if someone has some experience with this and would be willing to help me, I can post some of the sample code that I have tried to implement, but if someone has something I should be googling first that has worked for them, I am willing to press on with that too...

    Thanks,
    RC


  2. #2
    Junior Member
    Join Date
    Nov 2010
    Posts
    18
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: need help getting webcam input to a JFrame

    No, post what you have so far. So we can try it ourselves.

  3. #3
    Junior Member
    Join Date
    Nov 2010
    Posts
    18
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Re: need help getting webcam input to a JFrame


  4. The Following User Says Thank You to isuru For This Useful Post:

    rchrispink3913 (February 10th, 2012)

  5. #4
    Junior Member
    Join Date
    Jan 2012
    Posts
    10
    My Mood
    Lurking
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: need help getting webcam input to a JFrame

    SOLVED... For some reason the 64-bit version of the JDK was not working with JMF, after reinstalling the x86 version it started working...

    Thanks,
    RC

Similar Threads

  1. using objects from one jFrame on a different jFrame
    By Taskeen in forum AWT / Java Swing
    Replies: 3
    Last Post: September 14th, 2011, 08:51 AM
  2. connecting jframe to another jframe
    By ajtambalo in forum Member Introductions
    Replies: 2
    Last Post: May 11th, 2011, 11:24 AM
  3. JFrame
    By M3ss1ah in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 23rd, 2011, 04:24 PM
  4. [SOLVED] allow a new input, dicarding the last mismatch input without terminating the program
    By voltaire in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 9th, 2010, 04:44 AM
  5. Replies: 1
    Last Post: April 29th, 2009, 06:26 AM