473,387 Members | 1,890 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

What is the best way to take pictures using the Camera?

ink
Hi

I am developing on a Symbol MC70 devices and in the past they have always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet available.

We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this same
solution on the MC35.
And this is casing us some difficulty.

Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the hand
held then we would like to allow.

Any suggestion welcome.

Thanks,
ink

Nov 8 '07 #1
6 3456
Hi

On the MC35 you can use the WM5 managed classes for the camera, take a
look at the CameraCaptureDialog class.

HTH

Matt

On Nov 8, 2:12 pm, "ink" <i...@notmyemail.comwrote:
Hi

I am developing on a Symbol MC70 devices and in the past they have always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet available.

We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this same
solution on the MC35.
And this is casing us some difficulty.

Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the hand
held then we would like to allow.

Any suggestion welcome.

Thanks,
ink

Nov 8 '07 #2
ink
Hi Matt,

Thanks for the input.

But as i mentioned in my post that the CameraCaptureDialog class gives the
user fare to much control over the device, and us as the software writers
not enough control over the way the dialog is displayed and used or what
options should be displayed for the users.

I can not have 600 warehouse/delivery workers taking pictures of there mates
butts and beaming/messaging them to the world, or setting them as desktops.
Our clients don't pay for these devices to be used as toys. In every case
they are to be used for a very specific function so we lock them down
completely.

Do you know of any other way of accessing the camera.

Thanks,
ink


<im********@googlemail.comwrote in message
news:11*********************@z24g2000prh.googlegro ups.com...
Hi

On the MC35 you can use the WM5 managed classes for the camera, take a
look at the CameraCaptureDialog class.

HTH

Matt

On Nov 8, 2:12 pm, "ink" <i...@notmyemail.comwrote:
>Hi

I am developing on a Symbol MC70 devices and in the past they have always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet
available.

We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this same
solution on the MC35.
And this is casing us some difficulty.

Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the hand
held then we would like to allow.

Any suggestion welcome.

Thanks,
ink

Nov 8 '07 #3
Hi Ink

How about using DirectShow? It's more work, but I believe it gives you
more control over what you are capturing...

See this article for details...

http://blogs.msdn.com/marcpe/archive...03/542941.aspx

Cheers

Matt

On Nov 8, 3:18 pm, "ink" <i...@notmyemail.comwrote:
Hi Matt,

Thanks for the input.

But as i mentioned in my post that the CameraCaptureDialog class gives the
user fare to much control over the device, and us as the software writers
not enough control over the way the dialog is displayed and used or what
options should be displayed for the users.

I can not have 600 warehouse/delivery workers taking pictures of there mates
butts and beaming/messaging them to the world, or setting them as desktops.
Our clients don't pay for these devices to be used as toys. In every case
they are to be used for a very specific function so we lock them down
completely.

Do you know of any other way of accessing the camera.

Thanks,
ink

<im.djma...@googlemail.comwrote in message

news:11*********************@z24g2000prh.googlegro ups.com...Hi
On the MC35 you can use the WM5 managed classes for the camera, take a
look at the CameraCaptureDialog class.
HTH
Matt
On Nov 8, 2:12 pm, "ink" <i...@notmyemail.comwrote:
Hi
I am developing on a Symbol MC70 devices and in the past they have always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet
available.
We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this same
solution on the MC35.
And this is casing us some difficulty.
Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the hand
held then we would like to allow.
Any suggestion welcome.
Thanks,
ink

Nov 8 '07 #4
ink
Thanks Matt,

i didn't know i could use DirectShow. i have found this artical to
http://www.developer.com/ws/pc/article.php/3621211

ink

"ink" <in*@notmyemail.comwrote in message
news:u1**************@TK2MSFTNGP02.phx.gbl...
Hi Matt,

Thanks for the input.

But as i mentioned in my post that the CameraCaptureDialog class gives the
user fare to much control over the device, and us as the software writers
not enough control over the way the dialog is displayed and used or what
options should be displayed for the users.

I can not have 600 warehouse/delivery workers taking pictures of there
mates butts and beaming/messaging them to the world, or setting them as
desktops. Our clients don't pay for these devices to be used as toys. In
every case they are to be used for a very specific function so we lock
them down completely.

Do you know of any other way of accessing the camera.

Thanks,
ink


<im********@googlemail.comwrote in message
news:11*********************@z24g2000prh.googlegro ups.com...
>Hi

On the MC35 you can use the WM5 managed classes for the camera, take a
look at the CameraCaptureDialog class.

HTH

Matt

On Nov 8, 2:12 pm, "ink" <i...@notmyemail.comwrote:
>>Hi

I am developing on a Symbol MC70 devices and in the past they have
always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet
available.

We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this
same
solution on the MC35.
And this is casing us some difficulty.

Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the hand
held then we would like to allow.

Any suggestion welcome.

Thanks,
ink

Nov 9 '07 #5
ink
Thanks Matt,

This looks like it is what i need.

i have tried getting the Sample application to run on my MC35 and the Image
just comes out black.

Do i need to install something to get DirectShow to work.

thanks,
ink

<im********@googlemail.comwrote in message
news:11**********************@q5g2000prf.googlegro ups.com...
Hi Ink

How about using DirectShow? It's more work, but I believe it gives you
more control over what you are capturing...

See this article for details...

http://blogs.msdn.com/marcpe/archive...03/542941.aspx

Cheers

Matt

On Nov 8, 3:18 pm, "ink" <i...@notmyemail.comwrote:
>Hi Matt,

Thanks for the input.

But as i mentioned in my post that the CameraCaptureDialog class gives
the
user fare to much control over the device, and us as the software writers
not enough control over the way the dialog is displayed and used or what
options should be displayed for the users.

I can not have 600 warehouse/delivery workers taking pictures of there
mates
butts and beaming/messaging them to the world, or setting them as
desktops.
Our clients don't pay for these devices to be used as toys. In every case
they are to be used for a very specific function so we lock them down
completely.

Do you know of any other way of accessing the camera.

Thanks,
ink

<im.djma...@googlemail.comwrote in message

news:11*********************@z24g2000prh.googlegr oups.com...Hi
On the MC35 you can use the WM5 managed classes for the camera, take a
look at the CameraCaptureDialog class.
HTH
Matt
On Nov 8, 2:12 pm, "ink" <i...@notmyemail.comwrote:
Hi
>I am developing on a Symbol MC70 devices and in the past they have
always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet
available.
>We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this
same
solution on the MC35.
And this is casing us some difficulty.
>Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the
hand
held then we would like to allow.
>Any suggestion welcome.
>Thanks,
ink

Nov 9 '07 #6
Sorry, but I've not used the direct show method so don't really know
what other stuff is needed.

Matt

On Nov 9, 9:49 am, "ink" <i...@notmyemail.comwrote:
Thanks Matt,

This looks like it is what i need.

i have tried getting the Sample application to run on my MC35 and the Image
just comes out black.

Do i need to install something to get DirectShow to work.

thanks,
ink

<im.djma...@googlemail.comwrote in message

news:11**********************@q5g2000prf.googlegro ups.com...Hi Ink
How about using DirectShow? It's more work, but I believe it gives you
more control over what you are capturing...
See this article for details...
http://blogs.msdn.com/marcpe/archive...03/542941.aspx
Cheers
Matt
On Nov 8, 3:18 pm, "ink" <i...@notmyemail.comwrote:
Hi Matt,
Thanks for the input.
But as i mentioned in my post that the CameraCaptureDialog class gives
the
user fare to much control over the device, and us as the software writers
not enough control over the way the dialog is displayed and used or what
options should be displayed for the users.
I can not have 600 warehouse/delivery workers taking pictures of there
mates
butts and beaming/messaging them to the world, or setting them as
desktops.
Our clients don't pay for these devices to be used as toys. In every case
they are to be used for a very specific function so we lock them down
completely.
Do you know of any other way of accessing the camera.
Thanks,
ink
<im.djma...@googlemail.comwrote in message
>news:11*********************@z24g2000prh.googlegr oups.com...Hi
On the MC35 you can use the WM5 managed classes for the camera, take a
look at the CameraCaptureDialog class.
HTH
Matt
On Nov 8, 2:12 pm, "ink" <i...@notmyemail.comwrote:
Hi
I am developing on a Symbol MC70 devices and in the past they have
always
realised an SDK for development including Symbol.Camera Wrapper.
However it seems that for the MC35 they are not, or it is not yet
available.
We have a current application written in C# CF2 that uses there
Symbol.Camera Wrapper and runs on the MC70 but we want to offer this
same
solution on the MC35.
And this is casing us some difficulty.
Is there any king of camera API that can be used or even a third party
control that will work on windows mobile.
The CameraCaptureDialog() gives the user fare to much access to the
hand
held then we would like to allow.
Any suggestion welcome.
Thanks,
ink

Nov 9 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: MR. Ask | last post by:
Hallo. I have a question. For what are used following functions MM_swapImgRestore, MM_preloadImages, MM_findObj(n,d), MM_swapImage(). I would be grateful for the answer or source where I could...
14
by: Rudy | last post by:
Hello all! I been trying to get a handle with Images. I have learned alot from the fine people here. So, I also learned that thumbnail images look terrible taken from a digital cam. I know why...
3
by: Nicholas Lee | last post by:
I am using Visual Studio 2005 and wish to program using managed C++ code. I am writing an application to take still images from a webcam. I have created an interop 'reference' to the platform...
1
by: Dot Net Daddy | last post by:
Hi, I am new to MS-SQL and I have a problem. Actually I have made similar queries on Oracle, but now I failed on MS Sql. First of all I am using SQL Server 2005, but I think it is not that much...
0
by: krishnasamy | last post by:
Hello, I am writing a DLL for Capturing the Image from Camera Device using Camera SDK DLL. All the calls made to functions in Camera SDK DLL are working properly as I am able to get a return...
3
by: Mike Hamilton | last post by:
Hi newsgroup, I have a C# code that I tried to convert to VB.NET using a snippet converter. The converter produced something I don't understand, namely: <Config("Camera", "cameraType")_...
2
by: =?Utf-8?B?Y2h1cmNobGFkeQ==?= | last post by:
I was making a folder of pictures taken for my camera and wanted one to be a desktop item. Now, every single picture shows up as a desktop icon and when I try and delete them, they copy over &...
1
by: =?Utf-8?B?c3BhaW5jYw==?= | last post by:
I have always been able to create folders with pictures from my digital camera. Then by selecting all pictures and then selecting copy to cd, I could copy my pictures to a CDRW. Now I am...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.