FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Forum index » Science and Technology » Engineering » Control
OT: Computer controlled digital camera?
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
Author Message
Martin
science forum beginner


Joined: 10 Jun 2005
Posts: 49

PostPosted: Wed Apr 05, 2006 8:08 pm    Post subject: OT: Computer controlled digital camera? Reply with quote

I have a situation where I want to take digital photos (snapshots -
not video) of the contents of boxes as they move along on a conveyor.
I'm thinking that a photo would be taken at the same time that I scan
in a barcode that's on the side of the box. I'd then associate the
barcode with the .jpg image file and store it on a computer's hard
drive for later manual viewing.

Does anyone know of a camera that can be set up such that I can take
the picture under computer control and that can then immediately send
the resulting picture to the computer?

Any thoughts or suggestions will be greatly appreciated.
Back to top
jeff
science forum beginner


Joined: 03 May 2005
Posts: 38

PostPosted: Wed Apr 05, 2006 8:20 pm    Post subject: Re: OT: Computer controlled digital camera? Reply with quote

Martin wrote:
Quote:
I have a situation where I want to take digital photos (snapshots -
not video) of the contents of boxes as they move along on a conveyor.
I'm thinking that a photo would be taken at the same time that I scan
in a barcode that's on the side of the box. I'd then associate the
barcode with the .jpg image file and store it on a computer's hard
drive for later manual viewing.

Does anyone know of a camera that can be set up such that I can take
the picture under computer control and that can then immediately send
the resulting picture to the computer?

Any thoughts or suggestions will be greatly appreciated.

Any webcam can do this, or you could use a frame grabber and any RS-170
video camera. You don't specify resolution, or if color is required, but
you may want to look at www.electrim.com for some reasonably priced USB
2.0 cameras.

--
jeff
Back to top
Martin
science forum beginner


Joined: 10 Jun 2005
Posts: 49

PostPosted: Thu Apr 06, 2006 1:19 pm    Post subject: Re: OT: Computer controlled digital camera? Reply with quote

On Wed, 05 Apr 2006 20:20:50 GMT, jeff
<jalowe44INVALID@hotmail.com.INVALID> wrote:

Quote:
Martin wrote:
I have a situation where I want to take digital photos (snapshots -
not video) of the contents of boxes as they move along on a conveyor.
I'm thinking that a photo would be taken at the same time that I scan
in a barcode that's on the side of the box. I'd then associate the
barcode with the .jpg image file and store it on a computer's hard
drive for later manual viewing.

Does anyone know of a camera that can be set up such that I can take
the picture under computer control and that can then immediately send
the resulting picture to the computer?

Any thoughts or suggestions will be greatly appreciated.

Any webcam can do this, or you could use a frame grabber and any RS-170
video camera. You don't specify resolution, or if color is required, but
you may want to look at www.electrim.com for some reasonably priced USB
2.0 cameras.

Jeff -

Thanks for the link.

I'm beginning to think that maybe going the "frame grabber" route
might be a better way. Do you know of a particular camera and
software that you could recommend?

Yes, the resulting photos need to be in color. I have no idea as to
the resolution that's needed. The idea is for someone to be able to
look at the picture and see what's in the box. I don't even know yet
what exactly it is that they're looking for.

The software that's going to control all this (receive the barcode
from the scanner, trigger the acquisition of the picture and process
and store the picture) will be custom written using Visual basic 6.
I've found an OCX that supposedly does frame grabbing (VideoCapX at
www.fathsoft.com). Would you happen to know of any other software that
I should look at?
Back to top
jeff
science forum beginner


Joined: 03 May 2005
Posts: 38

PostPosted: Thu Apr 06, 2006 1:53 pm    Post subject: Re: OT: Computer controlled digital camera? Reply with quote

Martin wrote:
Quote:
On Wed, 05 Apr 2006 20:20:50 GMT, jeff
jalowe44INVALID@hotmail.com.INVALID> wrote:


Martin wrote:

I have a situation where I want to take digital photos (snapshots -
not video) of the contents of boxes as they move along on a conveyor.
I'm thinking that a photo would be taken at the same time that I scan
in a barcode that's on the side of the box. I'd then associate the
barcode with the .jpg image file and store it on a computer's hard
drive for later manual viewing.

Does anyone know of a camera that can be set up such that I can take
the picture under computer control and that can then immediately send
the resulting picture to the computer?

Any thoughts or suggestions will be greatly appreciated.

Any webcam can do this, or you could use a frame grabber and any RS-170
video camera. You don't specify resolution, or if color is required, but
you may want to look at www.electrim.com for some reasonably priced USB
2.0 cameras.


Jeff -

Thanks for the link.

I'm beginning to think that maybe going the "frame grabber" route
might be a better way. Do you know of a particular camera and
software that you could recommend?

Yes, the resulting photos need to be in color. I have no idea as to
the resolution that's needed. The idea is for someone to be able to
look at the picture and see what's in the box. I don't even know yet
what exactly it is that they're looking for.

The software that's going to control all this (receive the barcode
from the scanner, trigger the acquisition of the picture and process
and store the picture) will be custom written using Visual basic 6.
I've found an OCX that supposedly does frame grabbing (VideoCapX at
www.fathsoft.com). Would you happen to know of any other software that
I should look at?



Our previous systems used a monochrome camera and I have used both
National Instruments, and Data Translation frame grabbers. They work
well. The new system I am working on will use the Electronic Imaging
USB2.0 camera both for higher performance (resolution and speed) and for
lower cost. It will also be programmed under VB6.0 due to some
constraints on some legacy portions of our system. I will be using their
device drivers.

--
jeff
Back to top
Martin
science forum beginner


Joined: 10 Jun 2005
Posts: 49

PostPosted: Thu Apr 06, 2006 2:44 pm    Post subject: Re: OT: Computer controlled digital camera? Reply with quote

On Thu, 06 Apr 2006 13:53:43 GMT, jeff
<jalowe44INVALID@hotmail.com.INVALID> wrote:

Quote:
Martin wrote:
On Wed, 05 Apr 2006 20:20:50 GMT, jeff
jalowe44INVALID@hotmail.com.INVALID> wrote:


Martin wrote:

I have a situation where I want to take digital photos (snapshots -
not video) of the contents of boxes as they move along on a conveyor.
I'm thinking that a photo would be taken at the same time that I scan
in a barcode that's on the side of the box. I'd then associate the
barcode with the .jpg image file and store it on a computer's hard
drive for later manual viewing.

Does anyone know of a camera that can be set up such that I can take
the picture under computer control and that can then immediately send
the resulting picture to the computer?

Any thoughts or suggestions will be greatly appreciated.

Any webcam can do this, or you could use a frame grabber and any RS-170
video camera. You don't specify resolution, or if color is required, but
you may want to look at www.electrim.com for some reasonably priced USB
2.0 cameras.


Jeff -

Thanks for the link.

I'm beginning to think that maybe going the "frame grabber" route
might be a better way. Do you know of a particular camera and
software that you could recommend?

Yes, the resulting photos need to be in color. I have no idea as to
the resolution that's needed. The idea is for someone to be able to
look at the picture and see what's in the box. I don't even know yet
what exactly it is that they're looking for.

The software that's going to control all this (receive the barcode
from the scanner, trigger the acquisition of the picture and process
and store the picture) will be custom written using Visual basic 6.
I've found an OCX that supposedly does frame grabbing (VideoCapX at
www.fathsoft.com). Would you happen to know of any other software that
I should look at?



Our previous systems used a monochrome camera and I have used both
National Instruments, and Data Translation frame grabbers. They work
well. The new system I am working on will use the Electronic Imaging
USB2.0 camera both for higher performance (resolution and speed) and for
lower cost. It will also be programmed under VB6.0 due to some
constraints on some legacy portions of our system. I will be using their
device drivers.

Is "Electronic Imaging" a brand name? I just googled that and didn't
come up with a camera by that name.
Back to top
jeff
science forum beginner


Joined: 03 May 2005
Posts: 38

PostPosted: Thu Apr 06, 2006 5:09 pm    Post subject: Re: OT: Computer controlled digital camera? Reply with quote

Martin wrote:
Quote:
On Thu, 06 Apr 2006 13:53:43 GMT, jeff
jalowe44INVALID@hotmail.com.INVALID> wrote:


Martin wrote:

On Wed, 05 Apr 2006 20:20:50 GMT, jeff
jalowe44INVALID@hotmail.com.INVALID> wrote:



Martin wrote:


I have a situation where I want to take digital photos (snapshots -
not video) of the contents of boxes as they move along on a conveyor.
I'm thinking that a photo would be taken at the same time that I scan
in a barcode that's on the side of the box. I'd then associate the
barcode with the .jpg image file and store it on a computer's hard
drive for later manual viewing.

Does anyone know of a camera that can be set up such that I can take
the picture under computer control and that can then immediately send
the resulting picture to the computer?

Any thoughts or suggestions will be greatly appreciated.

Any webcam can do this, or you could use a frame grabber and any RS-170
video camera. You don't specify resolution, or if color is required, but
you may want to look at www.electrim.com for some reasonably priced USB
2.0 cameras.


Jeff -

Thanks for the link.

I'm beginning to think that maybe going the "frame grabber" route
might be a better way. Do you know of a particular camera and
software that you could recommend?

Yes, the resulting photos need to be in color. I have no idea as to
the resolution that's needed. The idea is for someone to be able to
look at the picture and see what's in the box. I don't even know yet
what exactly it is that they're looking for.

The software that's going to control all this (receive the barcode
from the scanner, trigger the acquisition of the picture and process
and store the picture) will be custom written using Visual basic 6.
I've found an OCX that supposedly does frame grabbing (VideoCapX at
www.fathsoft.com). Would you happen to know of any other software that
I should look at?



Our previous systems used a monochrome camera and I have used both
National Instruments, and Data Translation frame grabbers. They work
well. The new system I am working on will use the Electronic Imaging
USB2.0 camera both for higher performance (resolution and speed) and for
lower cost. It will also be programmed under VB6.0 due to some
constraints on some legacy portions of our system. I will be using their
device drivers.


Is "Electronic Imaging" a brand name? I just googled that and didn't
come up with a camera by that name.
It is the www.electrim.com site previously referenced.
Back to top
Martin
science forum beginner


Joined: 10 Jun 2005
Posts: 49

PostPosted: Wed Apr 12, 2006 5:20 pm    Post subject: Re: OT: Computer controlled digital camera? Reply with quote

On Thu, 06 Apr 2006 17:09:14 GMT, jeff
<jalowe44INVALID@hotmail.com.INVALID> wrote:

Jeff - Please check your e-mail. I just sent a note to you at the
address in your newsgroup post (minus "INVALID").
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
The time now is Wed Jan 07, 2009 11:49 pm | All times are GMT
Forum index » Science and Technology » Engineering » Control
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Mod computer problem William Elliot Math 4 Fri Jul 21, 2006 12:07 pm
No new posts [CFP] Call for Sessions Proposals: Th... imecs___2007@iaeng.org Control 0 Tue Jul 18, 2006 3:11 pm
No new posts Call for Sessions Proposals: The Inte... imecs_2007@iaeng.org Math 0 Tue Jul 18, 2006 5:28 am
No new posts Multi-conference in computer science ... john Math 0 Thu Jul 06, 2006 5:02 pm
No new posts question about backing up a personal ... double d Math 9 Wed Jul 05, 2006 12:31 am

Credit Card Consolidation | Online Loans | Tour Management Software | Credit Cards | Loans
Copyright © 2004-2005 DeniX Solutions SRL
Other DeniX Solutions sites: Electronics forum |  Medicine forum |  Unix/Linux blog |  Unix/Linux documentation |  Unix/Linux forums


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2476s ][ Queries: 16 (0.1239s) ][ GZIP on - Debug on ]