TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
4
0
Using a webcam...
Jul 2 2007 2:11 PM
I want to do a little work with webcams but I'm not sure as to what component to use... heres my code: using System; using System.Data; using System.Linq; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; using System.ComponentModel; namespace WebService1 { [WebMethod] public byte[] GrabFrame( short nQuality ) { //Shoot a picture from my webcam CAMSERVERLib.Camera cam = new CAMSERVERLib.CameraClass(); return (byte[])cam.GrabFrame( nQuality ); } }
Reply
Answers (
1
)
Message for Jan Montano
Command line word to PDF converter