Thread Subject: Capture Acuisition.

Subject: Capture Acuisition.

From: Mohammad salehizadeh

Date: 21 Jun, 2009 21:32:01

Message: 1 of 2

Hi ,

Please let me know is it possible to acquire a picture from my Sony Ericson Mobile directly to Matlab without any capture card? If so please tell me how?

Sincerely,
M.Salehizadeh

Subject: Capture Acuisition.

From: Sadik

Date: 21 Jun, 2009 22:00:04

Message: 2 of 2

You could connect it as a web cam [if you could, I don't know really] and then you could do something like:

cam=imaqhwinfo;
cam.InstalledAdaptors;
vid=videoinput('winvideo',1,'RGB24_640x480')
triggerconfig(vid,'manual');%sets the object to manual triggering
set(vid,'FramesPerTrigger',1);
set(vid,'TriggerRepeat',Inf);
start(vid);
trigger(vid);
im = getdata(vid,1);

im should be your image.



"Mohammad Salehizadeh" <en66salehi.mohammad@example.com> wrote in message <h1m8sh$et9$1@fred.mathworks.com>...
> Hi ,
>
> Please let me know is it possible to acquire a picture from my Sony Ericson Mobile directly to Matlab without any capture card? If so please tell me how?
>
> Sincerely,
> M.Salehizadeh

Tags for this Thread

Everyone's Tags:

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.

Tag Activity for This Thread
Tag Applied By Date/Time
capture acuisition Mohammad Salehizadeh 21 Jun, 2009 17:34:01
rssFeed for this Thread
 

MATLAB Central Terms of Use

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 Terms prior to use.

Contact us at files@mathworks.com