zoukankan      html  css  js  c++  java
  • Webcam with JavaFX

    http://www.ksptechinc.com/blogs/28-javafx/64-webcam

    ————————————————————————————————————————————————————————————————————————

    Webcam with JavaFX PDF Print E-mail
    Written by Kuldip Pabla   
    Friday, 25 September 2009 18:40
    We need to agree that JavaFX has come a long way in less than a year since Sun released 1.0 in December of 2008.

    Let's also agree that JavaFX is a Rich client end technology meant for multiple screens: Desktop, Handsets, TV and Cars. It is suppose to be bringing the same experience on these screens if written to common profile. Which is excellent.

    However, it still misses key features like recording of audio or video, accessing of native devices right from within JavaFX. Yeah, you may say that hey you can JMF in Java to access webcam or other recording devices. But folks that doesn't serve the purpose. If I have to use Java then why do I need JavaFX. JFX is suppose to be making a developers life way more easier and that is the reason I love it.

    So, please do not ask me to use JMF. This is what many of the JavaFX developers feel, not just me. Java and JavaFX with no access to devices leaves the Java (&FX) story half completed. I am looking for a scenario where I should be able to plugin any device in a category (say, a webcam from any manufacturer) and it should just work - shoudl be as simple as that for a user.

    Hey Sun developers and decision makers. If you are reading this, please please put it on your P1 list.

    Looking forward to device support in JFX, sooner.
     
    Copyright © 2012 KSPTech Inc.. All Rights Reserved.
    Joomla! is Free Software released under the GNU/GPL License.

    ————————————————————————————————————————————————————————————————————————

    参考:

    https://forums.oracle.com/forums/thread.jspa?messageID=10041895

    dsj - DirectShow <> Java wrapper
    http://www.humatic.de/htools/dsj.htm

    videoinput

    http://www.muonics.net/school/spring05/videoInput/
     

    ——————————————————————————————————
    傲轩游戏网
  • 相关阅读:
    wampserver域名访问报错
    提升linux文件夹权限
    linux压缩
    服务器重启记录
    修改mysql数据库密码
    电脑没声音解决
    删除任务管理其中的多余的启动项
    资源占用无法删除解决方案
    删除资源管理器中左边菜单的onedrive
    13. 导航
  • 原文地址:https://www.cnblogs.com/cuizhf/p/2516126.html
Copyright © 2011-2022 走看看