Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: features for video streams from webcams  (Read 2299 times)

0 Members and 1 Guest are viewing this topic.

nar6du14

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
features for video streams from webcams
« on: October 09, 2012, 04:48:18 am »
Hello, I'm new in this SFML world
It is a good work here and I hope it will be grown forever  :)

Now my question is: is there some ways to provide classes and functions to work with video streams provided by webcams?  I think that, a good multimedia application have to work with the 3 essentials medias:

1*)  data streams  ----> text, movies files etc...
2*)  video stream  ----> provide by webcam, some video capturing devices, realtime video streams etc...
3*) audio stream   ---> audio streams from microphone etc...

actually 1*) and 3*) are easy to implement with SFML but what about 2*) ???
thanks
« Last Edit: October 09, 2012, 04:55:00 am by nar6du14 »

minirop

  • Sr. Member
  • ****
  • Posts: 254
    • View Profile
    • http://dev.peyj.com
Re: features for video streams from webcams
« Reply #1 on: October 09, 2012, 05:25:10 am »
SFML is (and will stay) "basic", if you want to play with your webcam, you can "plug" OpenCV.

 

anything