klynch0803
Registered User.
- Local time
- Today, 08:12
- Joined
- Jan 25, 2008
- Messages
- 102
Good Morning Everyone,
I have a project I'm trying to complete this am and need some detailed help.
I have a database of Memberships that I have created. On one form you can lookup a Member by scanning there Drivers Liscense and t shows all there information and there picture.
My problem is though I can't figure out how to write the code to actually take a picture and save the file to a specific Directory and filename. I have a Logitech Pro 2000 Webcam attached to the usb port of my computer for taking the pictures.
My idea is take the form in my current database attached named "fdatMember" and create a New one named "fdatNewMember" (Already Exists) and it will have a button called "Retrieve Picture" (Already created)this would open a seperate form "fImageGrabber" (Already Exists but no webcam or grab capabilities) that would display the Webcam live stream attached to the computer. Upon pushing a button "Grab" it would take the picture and show it in the same window just beside the Webcam live image. When you click Button "Attach" it would save the file in folder "C:\Shakers Test\Picture\" using the Member# assigned in the "fdatNewMember" form and add the link to the Picture File field in the form "fdatNewMember" so you can save the complete record.
Sounds very complex but I actually think it is really simple if I only knew how to write the code to grab the image etc.
If someone could please help me I would greatly appreciatte it and upload the file back to the thread. I have researched a lot on this and really dont know much about api etc. Basicallay I need a new form to start the webcam and show the live stream and be able to grab the image and save it to the proper folder above as "Member #" and add the link to the "fdatNewMember" form. By the way I had to remove images from the Members Picture Folder so I could upload this but it was three pictures name 1.jpg, 2.jpg, 3.jpg that existed and are linked to members in the database serach.
I know its possible because there is a application on http://www.idscan.net/products.html called Veriscan Lite (Free Download so you can see what I mean by the from I'm looking for to Grab picture if you like) that does just this and its a Database application Software that has limited use. I needed something more custom and creative so I decided to venture and create my own LOL..
Thanks for your help in advance and hopefully by reading what code you have written I will be able to learn something from this process for future use.
I have a project I'm trying to complete this am and need some detailed help.
I have a database of Memberships that I have created. On one form you can lookup a Member by scanning there Drivers Liscense and t shows all there information and there picture.
My problem is though I can't figure out how to write the code to actually take a picture and save the file to a specific Directory and filename. I have a Logitech Pro 2000 Webcam attached to the usb port of my computer for taking the pictures.
My idea is take the form in my current database attached named "fdatMember" and create a New one named "fdatNewMember" (Already Exists) and it will have a button called "Retrieve Picture" (Already created)this would open a seperate form "fImageGrabber" (Already Exists but no webcam or grab capabilities) that would display the Webcam live stream attached to the computer. Upon pushing a button "Grab" it would take the picture and show it in the same window just beside the Webcam live image. When you click Button "Attach" it would save the file in folder "C:\Shakers Test\Picture\" using the Member# assigned in the "fdatNewMember" form and add the link to the Picture File field in the form "fdatNewMember" so you can save the complete record.
Sounds very complex but I actually think it is really simple if I only knew how to write the code to grab the image etc.
If someone could please help me I would greatly appreciatte it and upload the file back to the thread. I have researched a lot on this and really dont know much about api etc. Basicallay I need a new form to start the webcam and show the live stream and be able to grab the image and save it to the proper folder above as "Member #" and add the link to the "fdatNewMember" form. By the way I had to remove images from the Members Picture Folder so I could upload this but it was three pictures name 1.jpg, 2.jpg, 3.jpg that existed and are linked to members in the database serach.
I know its possible because there is a application on http://www.idscan.net/products.html called Veriscan Lite (Free Download so you can see what I mean by the from I'm looking for to Grab picture if you like) that does just this and its a Database application Software that has limited use. I needed something more custom and creative so I decided to venture and create my own LOL..
Thanks for your help in advance and hopefully by reading what code you have written I will be able to learn something from this process for future use.