Project On Attendance Using Face Recognition?

Jun 11, 2010

i am new to this ,now i am doing project on attendance using face recognition .any body has done this using VB.net i am using vb2005 .

View 3 Replies


ADVERTISEMENT

Face Recognition In .Net?

Feb 2, 2010

I need to do a face recognition using vb.net, Any lead or 3rd party controls or anything with this.

View 2 Replies

Make A Face-recognition Application?

Nov 26, 2010

What would i need to make a face-recognition application?Tutorials? DLL-download?

View 5 Replies

Program For "face Recognition" Using SQL Sever Database - Vb6 As GUI

Mar 17, 2010

I want to make program for "face recognition" using SQL sever Database, using vb.net ,vb6 as GUI

My system will make comparison with high performance with 500000 images stored in the database

If there is an OCX or SDK can i apply it with sample in vb.net or vb6 , and then i can buy License version.

View 4 Replies

Project - Queuing Of Clients With Face Capture Feature And Text To Speech And Auto Generate Of Reports

Jun 26, 2011

Project about queuing of clients with face capture feature and text to speech and auto generate of reports.

View 7 Replies

VS 2005 Develop A Project For Attendence System Through Finger Recognition System

Apr 21, 2011

a company offered me to develop a project for our attendence system in which finger recognition system is used. now i have quitely no idea that what i do and what do i do with this finger recognition system project.

View 3 Replies

Draw A Rectange Around A Face?

Mar 19, 2011

I'm trying to draw a red rectangle around a persons face in VB.NET, I've tried Luxand FaceSDK but, I need somethign free, I don't want info on the person or anything really, I just want it to draw a rectangle

If TextBox1.Text.StartsWith("http://") Or TextBox1.Text.StartsWith("https://") Then
PictureBox1.Image = Image.FromStream(Net.HttpWebRequest.Create(TextBox1.Text).GetResponse.GetResponseStream)

[code]....

View 2 Replies

Sharing On Face Book From Application?

Sep 17, 2011

How can I share something on Facebook, using my vb.net code.I donot want human intervention, I just want to supply my credentials to my application and it should automatically begin to share pictures etc. with my intervention.

View 1 Replies

What To Download To Face An Interface Like Windows 07 In .net

Oct 12, 2009

what to download to face an interface like windows 07 in vb.net?

View 4 Replies

Attendance System With Card Swipe?

Aug 24, 2010

designing a attendance management system

View 2 Replies

Generate Attendance Reports Using Biometrics?

Mar 3, 2012

what im trying to do here is saving the time in and time out in the attendancereports table for reports lets assume that my schedule is every sunday 1:00am to 2:00am, lets say today is march4 sunday. i successfully save a record for today. my problem is that on next sunday mar 8, instead of generating(or insert) a new record it just update the time_out of my march4 record. im so confused with this the whole day.

LogIDEmployeeIDTimeEntry Type
1201210002012-03-01 01:05:00.0000
2201210002012-03-01 01:05:00.0000

[Code].....

View 3 Replies

Use Thumb Scanner To Take Attendance Of Employees Using VB?

Oct 18, 2009

Dear members please guide me how thumb scanner use to take attendance of employees using vb.net and oracle 9i.

View 1 Replies

Make Connection Between Attendance Machine And Database?

Mar 21, 2010

i want make a attandance software but i need coding for make connection between attandance machine and databass. so i can connect to machine and downloadd attandace logs.

View 1 Replies

Unable To Make An Attendance Monitoring System?

Dec 15, 2009

im trying to make an attendance monitoring system using vb.net 2005. i have a little experienced programming, i used vb6. But vb.net is much more different in vb6 because of its codes. my problem is that in dtpicker, it do not accept any value that came from a textbox.

my code is like this

dtpicker1.value = textbox1.text

but an error existed..then i coded like this hoping that it will work

dtpicker1.value.hour = textbox1.text

View 2 Replies

On Error Resume - Code To Do Some Attendance Calculation For About All The Employes

Sep 10, 2009

Im havin a code todo some attendance calculation for abt all the employees in my office.its an automatic pgm which will run at 7 am everyday and email the attendance list before 8am . if theres any error for one particular employee, pgm execution stops and cant continue.since its an automatic pgm i want pgm to run with next employee if the current employee calculation got some pblm. if i use on error resumenext statment if error occur at 11 thline of calculation, pgm still cont to 12th line and executing normal.i dun want it to be lik that.if the error is in 11th line then i want to stop execution of that particular employee and goto next employee....how to do this?

View 2 Replies

VS 2005 - Finger Print Base Attendance System

Oct 30, 2010

I'm new to finger print system based attendance I've purchased digital persona device. With that I've got a sdk in which a sample application is attached.

View 2 Replies

Sql Server - Face Database Limitation Issue In SQl Sever Express 2008?

Aug 4, 2011

im decide to develop Vb .net Application With Sql server Express 2008 ,but microsoft says they limit 4 GB Sze for per DB! So im developing my app for Single user Desktop pc , so what i do when the DB reached to the Maximum size? when the db size reached to maximum size , is it Good thing to create new DB and allow my vb.net application to work with both DB s ?

View 4 Replies

C# - Get CheckIn-CheckOut Time Difference From Punch Machine Attendance Log With Single Row Using SQL Query?

Oct 10, 2011

we are using Punch Machine for Attendance with zkemkeeper.dll and geting AttLog using Vs.net 2010.How can Get Records from SQL Query? my table structure like this

LogID int P.K.
DeviceIP varchar
EnrollNo int

[Code]....

View 3 Replies

Create Small Database Which Handles Student Attendance Record - Repeating The Data Again And Again ?

Feb 6, 2009

I want to create small database which handles Student Attendance Record it will store the roll calls of students on daily basis that teachers collect from the students in the class on paper and then later transfer it on computer .So my database Must contain Month, Year, Program (BCS, BIT, MS, MCS, MIT etc) Batch (1st, 2nd etc) and Subject (English, Math, Geography etc)

Suppose I want to Search for the Attendance Sheet of any month, year, Program, Batch or Subject, it returns me the required dataSo i come up with the Datadase which includes 5 dimension tables and one fact tableDimension Tables1. Student (StudentID, Name, other Attributes)2. Program (Program_Name, other Attributes)3. Date (Date, Week, Month, Year)4. Batch (Batch_Number, Description)5. Subject (Subject_Name, other Attributes)Fact TableAttendanceTable ( StudentID, Program, Date, Batch, Subject, Status)but the problem come when certain columns are repeating again and again which is time consuming for database operator and shows inconsistent behaviour of database.

Look at it: my Fact table would be like this [code]....

problems:1. The StudentId is repeating which shouldn't (Primary Key),2.It wastes a lot of time coz i'm repeating the data again and again Like Program, Date and Batch which shouldn't be in consistent Databases.

View 7 Replies

Creating A VB Program For School To Collect Data On Student Attendance And Populate It To A Table?

Mar 27, 2012

We are creating a VB program for school to collect data on student attendance and populate it to a table. I have all of the 'GET' statements but am having trouble creating the 'Insert' procedure. This is what I have so far. The form being used to fill the table has 4 items being recorded. 'Present' radio button marked as present, tardy or absent; StudentId, PeriodId and date. Not sure if we are on the right track. The target table is tmAttendance. There are approximately 25 rows of data on the input form.

View 3 Replies

Primary Monitors Says Command Line Inter Face Has Stoped Working When Try To Ope Catalyst Control Center?

Feb 15, 2010

catalsyt control center can not be open im monitor display, the warning says command line intrface has stoped working already try to downlowload new dr

View 1 Replies

Forms :: Create An Attendance Form In Windows Form?

Oct 1, 2009

How to create a Attendance form in windows form.The form should lookk like this:


1 2 3 4 5 6 7 ..........till 31 or 30 based on month selected
1. emp1

2. emp2

I shud be able to enter attendance for employees.....

View 7 Replies

How To Do Speech Recognition

Aug 26, 2009

i just started to learn how to do speech recognition using VB.NET..but i am having trouble in what do i need to do it..how should i start?

View 1 Replies

Speech Recognition In .net?

Feb 17, 2010

Is Possible to create Speech recognition in vb.net .

View 2 Replies

Using OCR As Text Recognition?

Apr 15, 2012

i'm trying to build a form which can extract a text from a picture(jpeg). Let say that i have 1 picture which contain text "TE66" on it. Then i browse for it,put it in ad picturebox and after that,i need to click a "capture" button to extract the text "TE66" and show it on textbox.

i already search about this on the internet but unfortunately, i cant find one. what i know is to extract a text from a picture is we need a Microsoft Office Document Imaging Visual Basic Reference (MODI). i already installed one but i dont know where to start first.

View 5 Replies

In-project Components Fail If Project Is Opened With In-project Component Used On Initially Open Form?

Dec 20, 2010

Public Class ExtendedDateTimePicker Inherits DateTimePicker

View 5 Replies

2003: Speech Recognition?

Aug 1, 2006

i want to create a software which has the following modules 1. Speech to Text2. Text toSpeech 3. Voice commandi already developed in vb6

View 3 Replies

2005 - USB Device Recognition ?

Jun 11, 2008

I am trying to write a 'simple' program with vs 2005 that recognises my specific usb memory stick so that I can make windows log off or 'lock' when the device is not in any slot. I have found some ready code and I am trying to modify it for my needs. There compiling works but when it doesnt find any of the usb ports.It works by checking each port if it is a usb port and then compares the vendor and produck ID to the given. it seems simple enough but I cant get it to find the USB.

Here is the code:

View 6 Replies

Add Speech Recognition Capabilities?

Oct 14, 2006

I'm working on a program that needs Speech Recognition and every website says to download the Microsoft Speech Recognition Engine. I can't find that, but I've downloaded all the SDKs. Are they the same? And it always says to add a speech recognition component to the form, but I can't find where that is in Visual Basic 2005. I'm using the Express Edition, but I don't think that matters.

View 4 Replies

Change Icon For Better Recognition?

May 19, 2011

I have made several DLL for future projects and wish to change the icon for better recognition

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved