Skip to Main Content Skip to Search
Login
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Thread Subject: Image Acquisition - preview "dark window"

Subject: Image Acquisition - preview "dark window"

From: N N

Date: 31 Jan, 2008 07:03:07

Message: 1 of 4

Hi,

I have matlab R2007a with image acquisition toolbox. I
recently have connected a scientific camera (pixelink,
PLA641)to my Win XP laptop. Two other cameras that I've
tried are working fine.

Issue is.........although matlab recognises the camera as
a "winvideo" device, when I 'preview/start video input'
the screen appears "DARK". When I preview through the
vendor's software, I have no problems.
Comments/suggestions are much appreciated.

NB: I do have two observations
1. In matlab, the camera's supported video format seems
slightly different (more!) than what is provided by vendor
(1280x1024 versus 1288 x 1032, respectively).
2. Occasionally (~1% of time) I do see a still picture in
the preview window(highly inconsistent though).

Than Q!

Subject: Image Acquisition - preview "dark window"

From: Mark Jones

Date: 31 Jan, 2008 14:30:07

Message: 2 of 4

N N wrote:
> Hi,
>
> I have matlab R2007a with image acquisition toolbox. I
> recently have connected a scientific camera (pixelink,
> PLA641)to my Win XP laptop. Two other cameras that I've
> tried are working fine.
>
> Issue is.........although matlab recognises the camera as
> a "winvideo" device, when I 'preview/start video input'
> the screen appears "DARK". When I preview through the
> vendor's software, I have no problems.
> Comments/suggestions are much appreciated.
>
> NB: I do have two observations
> 1. In matlab, the camera's supported video format seems
> slightly different (more!) than what is provided by vendor
> (1280x1024 versus 1288 x 1032, respectively).
> 2. Occasionally (~1% of time) I do see a still picture in
> the preview window(highly inconsistent though).
>
> Than Q!

Hi,

This camera is a IEEE 1394 FireWire camera, have you tried using the CMU
DCAM driver with it?

You might have better results with it:

http://www.mathworks.com/products/imaq/supportedio13864.html

You can find the correct driver version in:
matlab\toolbox\imaq\imaqextern\drivers\win32

Mark

Subject: Image Acquisition - preview

From: N N

Date: 31 Jan, 2008 22:57:01

Message: 3 of 4

Thanks, Mark. I did try CMU's DCAM driver but to no avail.
I forgot to mention it in my earlier email.

Thanks again and best regards!




Mark Jones <mark.jones@mathworks.com> wrote in message




<47A1DB6F.3090109@mathworks.com>...
> > Hi,
>
> This camera is a IEEE 1394 FireWire camera, have you
tried using the CMU
> DCAM driver with it?
>
> You might have better results with it:
>
>
http://www.mathworks.com/products/imaq/supportedio13864.htm
l
>
> You can find the correct driver version in:
> matlab\toolbox\imaq\imaqextern\drivers\win32
>
> Mark

Subject: Image Acquisition - preview

From: Mark Jones

Date: 7 Feb, 2008 16:33:23

Message: 4 of 4

When you say that you tried CMU's DCAM to no avail, specifically what do
you mean? Did it fail to work with the CMU demo program or just with
MATLAB. Also, what version of the CMU drivers were you using? It is
possible that the camera is not DCAM compliant.

However, when using the WDM or VFW drivers, how did the image look using
the AMCAP utility?
http://www.mathworks.com/products/imaq/supportedio13875.html

Also, what is the output that that you see if you create the winvideo
object and then do the following:

% modify the line below as needed for your desired format and device
vid=videoinput('winvideo')
% and then...
start(vid);
d=getdata(vid);
f10=d(:,:,:,10);
max(max(f10))
min(min(f10))

Can you send me the answers to the above questions as well as the output
of the above commands? It would also be good to see the output from the
IMAQSUPPORT command.

Thank you,
Mark


N N wrote:
> Thanks, Mark. I did try CMU's DCAM driver but to no avail.
> I forgot to mention it in my earlier email.
>
> Thanks again and best regards!
>
>
>
>
> Mark Jones <mark.jones@mathworks.com> wrote in message
>
>
>
>
> <47A1DB6F.3090109@mathworks.com>...
>>> Hi,
>> This camera is a IEEE 1394 FireWire camera, have you
> tried using the CMU
>> DCAM driver with it?
>>
>> You might have better results with it:
>>
>>
> http://www.mathworks.com/products/imaq/supportedio13864.htm
> l
>> You can find the correct driver version in:
>> matlab\toolbox\imaq\imaqextern\drivers\win32
>>
>> Mark
>

Tags for this Thread

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

rssFeed for this Thread

envelope graphic E-mail this page to a colleague

Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.
Related Topics