Hi, there, Recently, I launched FoxEye project. The goal of this project is bringing the power of computer vision and image processing to the Web. You can see more detail in [1]. To achieve the goal, we need to extend the current Web API. Right now, we just came out two drafts, *MediaStream with worker*[2] and *ImageBitmap extension*[3], and would like to discuss in public to reach more suggestions. Since we would like to standardize both specs into W3C and we believe that your suggestions would make the API better. We also open two bugs for those two API, [4] and [5].
I also discover some open questions when I implement the prototype. The followings are the questions. * - Should we need a separate VideoWorkerGlobalScope and a special VideoWorker object?- Dropping frame mechanism for WorkerMonitor and WorkerProcessor- Dispatch every video frame (flow controlled by application)- Should Gecko limited maximum on-flow VideoProcessEvent?- Should we support max FPS for the case to allow Web developer to get frame slower than original video frame rate?- The concrete definition of playbackTime in VideoProcessEven* BTW, We will have a demo in Science Fair and a session during Whistler work week. Science Fair in Whistler: 5PM~7PM, Tuesday FoxEye session in Whistler: 2PM~PM, Thursday location: may be changed to Whistler conference center due to WebRTC session conflict. Looking forward to seeing you Whistler. [1]: https://wiki.mozilla.org/Project_FoxEye [2]: http://chiahungtai.github.io/mediacapture-worker/ [3]: http://kakukogou.github.io/spec-imagebitmap-extension/ [4]: https://bugzilla.mozilla.org/show_bug.cgi?id=1108950 [5]: https://bugzilla.mozilla.org/show_bug.cgi?id=1141979 Best Regards, CTai _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform