|
-
Nov 12th, 2007, 12:29 PM
#1
Suggestion for camera/printer (id cards)
I was wondering if anyone has experience with using VB6 to gather pictures of people and then printing id cards with those images.
I'm interested in what camera features are important.
And what is needed to print laminated id cards.
Thanks!
-
Nov 12th, 2007, 09:15 PM
#2
Re: Suggestion for camera/printer (id cards)
i guess if you buy the machine to print the cards (like drivers licenses), it would likely come with application software, if you just want to print on paper of some type, then laminate, you would be able to make a print routine from any program you can capture the camera picture into a picture box
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Nov 13th, 2007, 06:12 AM
#3
Re: Suggestion for camera/printer (id cards)
I am looking to make this a small part of a large application I have.
I would prefer my own "capture" routine right in my code - so the user isn't using outside app to take picture.
-
Nov 13th, 2007, 07:24 AM
#4
Re: Suggestion for camera/printer (id cards)
there are several activexs available to capture snapshots from webcam etc
also i would be looking to see if the printers have exposed objects or sdk
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Nov 13th, 2007, 07:28 AM
#5
Re: Suggestion for camera/printer (id cards)
Webcam's scare me a bit - have you ever captured a still image from one (I have not used use one yet)? Are they a good quality - similar to what you would get with a digital still camera?
-
Nov 13th, 2007, 03:58 PM
#6
Re: Suggestion for camera/printer (id cards)
some of the webcams now are megapixel and many digital still cameras can be used as webcams anyway
yes i have captured snapshots, but not from my own programming, though after this thread i might be looking at trying it....................
i would do a search on threads for webcam topics to see what has gone before
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Nov 13th, 2007, 04:28 PM
#7
Re: Suggestion for camera/printer (id cards)
Webcam might end up being my solution.
Issues I can see immediately are the lack of auto-focus and flash. I'm going to search for a webcam with these features.
We have a hard enough time getting the security officer to take a good picture as it is - I'm afraid that with a webcam the quality will drop.
95% of the pictures are taken by year book photographers - so they have incredible quality - I'm looking to bring up these ones the best I can.
-
Nov 14th, 2007, 11:27 AM
#8
Re: Suggestion for camera/printer (id cards)
Moved to General Developer At OP's Request
-
Nov 16th, 2007, 06:43 AM
#9
Re: Suggestion for camera/printer (id cards)
after several searches i finally found this thread again .......
did you get snapshots from camera
after some searching and hacking at the code i found, i have been able to take snapshots from webcam
i figure using a timer you could take multiple snaps at interval, then the operator can choose the best to print, as id cards are small super good resolution is probably unneccessary, focus and flash could be avoided, by using a photo station or booth, constant focus and suitable lighting, same as they do here for drivers licence
the code i worked on uses amcap, and took a bit of effort to make it work, but it would appear there are other methods available too
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Nov 16th, 2007, 06:46 AM
#10
Re: Suggestion for camera/printer (id cards)
Some camera models can be controlled via a USB interface.
Mine, for example, comes with a remote shooting utility that replicates the on-camera interface, which means that all of its regular features, such as auto focus and metering—which webcams generally don't provide, or do very well—function normally. Unfortunately, because it's an SLR, there's no way to view the image on screen before taking the shot; however, this is likely to be possible with compact cameras.
Some links for remote shooting utilities:
Digital Camera Controls
Can't help with printing the cards, sorry.
-
Nov 16th, 2007, 08:06 AM
#11
Re: Suggestion for camera/printer (id cards)
@penagate - thanks for the info and the link
I'm trying to find a camera that has exposed API's for me to get at from VB so that I can put together my own remote-shoot and capture function.
I'll try to ask at the http://www.breezesys.com/ site for help - see if they are willing to give up some trade secrets...
-
Nov 23rd, 2007, 08:01 PM
#12
Re: Suggestion for camera/printer (id cards)
I joined the Canon developers network - got to download half a dozen SDK's from them.
Waiting for the customer to decide what camera to purchase.
And hopefully this will all be easy.
Right now the only challenge I see is that the SDK seems to need to be called from C++ and I don't know C - so I'll have to overcome that somehow when developing my functions for my VB6 app to use.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|