• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How does java captures video frame.

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello
I am working on some project and i want to know how does java captures a video frame while it is playing.And also I want to know how to play back the audio byte array after sampling the audio file.
thanks
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Search Google, You may find some useful information.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just deleted your recent duplicate of this post. We strongly discourage multiple posts of the same question here at the Ranch. Please don't do it.

As to your question, it would help if you supplied more information about what you were trying to do, but I'll tell you, in general, that Java doesn't capture video frames. There's nothing in the standard API for doing video capture as this term is normally used.

The Java Media Framework does, apparently, include some video capture features in the 2.0 release, although I don't know details. There's tons of documentation on the JMF web site linked above.

I'm going to move this question to our "Other Java APIs" forum, where JMF questions belong.

[ fixed link - Jim ]
[ May 15, 2006: Message edited by: Jim Yingst ]
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is new JMF support for capturing video here.
[ May 25, 2006: Message edited by: Tomas Anderson ]
 
My cellmate was this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic