WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: service or demon for grabbing images from webcam?  (Read 1898 times)

Offline Qualidat

  • Newbie
  • *
  • Posts: 10
service or demon for grabbing images from webcam?
« on: February 22, 2011, 02:25:10 AM »
Hello!
Is there an application-friendly (invisible backgrounded) service or demon for grabbing single images from a local USB webcam for a application, e.g. by reading local ip socket or executing a simple shell command?

I'am using RealBasic and must do porting an existing Application to Linux. This was made originally for Mac and provide QuickTime API access only, and for Windows exists a compatible API ("WinVDIG"), but nothing for Linux ... ? I must a simple replacement for this find. Thanks.

Frank

I'am not familar with API calls or embedding strange libraries ...

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: service or demon for grabbing images from webcam?
« Reply #1 on: February 22, 2011, 05:26:49 AM »
Are you looking for a library or an app? For an API you would use v4l2, but in a script you can use any of the many v4l clients to grab a pic, even mplayer can do that.
The only barriers that can stop you are the ones you create yourself.