CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    1

    Angry java webcam woes

    I am currently trying to make a program for the visually impaired that will take in images from a web camera and interpret the pixels as sounds, I am wondering how you would code the webcam part of it. I need something that is going to work on windows, mac osx, and linux. Any ideas/ sample code will be most appreciated

  2. #2
    Join Date
    Feb 2008
    Posts
    966

    Re: java webcam woes

    While I do not have any code examples for you, I did attend JavaOne the previous year and saw some pretty amazing stuff done with JavaFX and web cameras. They were reading images with a web camera and displaying a 3d image onto the screen based off of the pattern. So I know that the JavaFX library has the ability to read and interpret patterns and pixels in images from a web camera. As far as coding it up to emit sounds, that part you'll have to research, but look into JavaFX. It will be a good start.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured