CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: Date Entered: 6/22/2007 8:04:18 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 4 Views: 50 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
"chekuriraju" <
NewsGroup User
can we do this?6/22/2007 8:04:18 AM

0

As of my knowledge i have seen Visitor management system as a desktop application wherein the visitor is captured by a web cam with a pc.The admin captures a photo and the photo identity is issued where all the details including time,address,phone number etc....i wanted to know whether this whole appication can be actually be made online ....i.e web application. if yes what ? what can we actually use
can we use a Web Serrvice or any supportive dll's ..............

pls do expalin how to approach in a detail way as i am beginer in asp.net

if u have already done this thing ....code will be of a great help for me ....

vs 2005 and any language (c# or VB )

"TATWORTH" <>
NewsGroup User
Re: can we do this?6/22/2007 8:59:44 AM

0

 Your application will split into two parts:

  • A windows forms application (and this is the wrong forum for that - look on MSDN) that will capture the picture and other information and load to the database.
  • A web application to display

For examples of the latter see

  • http://www.codeproject.com/aspnet/PicManager.asp
  • http://www.codeproject.com/cs/webservices/webcamcsharp.asp
  • http://www.codeproject.com/aspnet/NetPix.asp
  • http://www.codeproject.com/aspnet/FlashBackMediaCatalog.asp
  • http://www.codeproject.com/cs/database/ImageSaveInDataBase.asp 

Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
"navaneethkn" <
NewsGroup User
Re: can we do this?6/22/2007 9:02:39 AM

0

Hello

Are you planning to implement a web cafe visitor tracking system in online ? Upto my knowledge you won't be able to do this. Because ASP.NET is server based scripting language. Whatever ASPX page you are seeing through browser is the processed output. Processing will be done in the server and output will be send to the requesting browser. Since your webcam is in client machine, you won't get the drivers and connection with it on the server side,

What you can do is create a webservice that accepts all details like phone number, and stores in a DB. Then using a windows application you can refer this webservice,  Using this windows app you can capture photo from webcam and send the details including photo to webservice which will be updated in the server. To get the database values, create another ASPX page.

 

Happy Programming

Please mark as answer for the post that helped you 


Sincerely
Navaneeth.K.N
www.w3hearts.com

If this post was useful to you, please mark it as answer. Thank you!
"chekuriraju" <
NewsGroup User
Re: can we do this?6/23/2007 7:25:21 AM

0

Thank U Very much ....

With out using a Windows Application.Can we do it only with a web application.As we have avicap32 dll for windows application.Is there any other for web application.

"TATWORTH" <>
NewsGroup User
Re: can we do this?6/23/2007 9:15:24 AM

0

 >With out using a Windows Application.Can we do it only with a web application

It may well be possible to connect a USB camera to a web application, but the security restrictions that may be needed to be relaxed to use that route make it a route I would not recommend.

What is the problem with using a Windows application for the initial data entry?


Don't forget to click "Mark as Answer" on the post that helped you.
This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:













using collections in a class

vs.net code behind & namespaces

absolutly position

about asp.net1.1

explain pls!!!

keyboard shortcut to close sol explerer window ?

how can we include google map in our appliation?

404 page without using customerrors

multiple file download

diff between web site and web application

design and implemenation questions regarding providers

dataadapter.update

do i need to copy over the project's .dll?

reading & writing all files of a directory

how to delete a registered user?

hit different textbox enter key to triger different buttons event on one page

detecting capital letters in a string

how do i invoke a msgbox?

cookie doesn't expire.

how to run method on startup

from c# tp vb.net

how can i get iis 6.0?

blog posting

exception handling

how do you get formatted html into a sub routine?? it worked in asps!!

detailsview update preloaded values

can't debug anymore

which language should we use to develope asp.net

vb/asp/mssql/vs problem

what is recomended to sort in the client side or in the database

maximum lines of codes

image in ie but not firefox :(

regular expression help

the best way to construct a page

how can i get the name of the page which caused current page to load?

remove a reference

which button caused the postback?

how to avoid custom validation in a special case

reverse row order in datagrid

enum with strings

add a text box area on web form and restrict number of characters entered?

how do i dress up a bulleted list control?

odd result with drop down list

stupid error?

not sure where to ask this...

1.0 .net framework (dotnet.fx)

coding problem

urgent! iis headache...

multiple file upload using csv

dll size

   
  Privacy | Contact Us
All Times Are GMT