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: 56 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:













please use this forum to post faq-type q&as, not to ask general questions!

application_end event

debugging application

how to do a language switch in a master page.

preventing validation error messages from disapperaing during postback.

you may receive the error "bc30138: unable to create temp file in path 'c:\windows\temp\:' access is denied"

why am i not able to get the value or text of the selecteditem in my dropdownlist on postback?

asp.net 2.0 - enter key - default submit button

error "allowcustompaging must be true and virtualitemcount must be set for a datagrid..."

codebehind and outputcache

avoid sql injection attacks

msde installation on windowsxp home systems

re: server control and custom control differences

how do inner joins and outer joins work?

autocomplete a drop down list

rearrenging the auto numbers as the number of records.

source code to these forums?

how do i execute search when the user hits the enter key (return)

blackberry and integrated windows authentication

transfer files between production servers

sql attached mdf database files vs database imported into or created in sql server 2005

how to open media player file through internet explore browser

transactions in asp.net

where can i put the code to open a third party application that my web app is going to interact with?

asp.net gui standards sample document

validation

always resolve website to its alias www version

error catching

asp.net web form of balloon shape

dll and exe

passing variables to 3-tier

asp.net dropdownlist - "cannot have multiple items selected in a dropdownlist."

can i group a few textbox to validate together?

faq: sequence that events are raised for pages, usercontrols, masterpages and httpmodules

error occuring like

how to find out what caused postback

button click events not firing ? - asp.net

string replace function doesn't work

change color of a cell

session sharing between asp 3.0 and asp.net

how to download big size excel file

creating session

re: problem in firefox view

how to sort data into gridview

hyperlinks & query string parameters

asp.net 2.0 dataset etiquette/best practises

digitally signing web forms

regarding dataset

atlas ctp version expire?

how to:use log parser tool in asp.net application

   
  Privacy | Contact Us
All Times Are GMT