473,748 Members | 2,887 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access digital camera

I have this Pentax Optio camera and I want to access it via vb.net. I
would like to write something where I can snap the picture from the
application and it automatically acquires the image from the camera and
displays it. I found a couple sample apps out there. One is a WIA app
but it does not see my camera. One is a TWAIN application and it also
does not see my camera. I do not see any drivers on Pentax's site that
talk about WIA or TWAIN. The camera just shows up as a removeable
disk. What method would I use to access this camera using .NET? I
though maybe it was DirectX but didn't find anything on it.

Thanks for any help.....

Chris

Mar 9 '06 #1
2 4750
The mapped removable drive only allows you to get/save pictures from the
camera memory and TWAIN was intended for scanners, way before digital
cameras appeared, so I think that the only ways are:

- Using WIA, as shown in this example:

http://www.codeproject.com/dotnet/wi...tingdotnet.asp

WIA is intended for scanners and cameras, but if yours doesn´t appear maybe
is not compatible or maybe you need to install some software/driver from the
camera CD-ROM. Notice that in one of the images of the sample you can see an
scanner and two cameras as devices.

- Using the native driver of the camera. Most cameras provide a software to
do exactly what you want, and they must be using some proprietary driver if
they are not using something standard.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
"Stupid48" <cf*****@hotmai l.com> escribió en el mensaje
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
I have this Pentax Optio camera and I want to access it via vb.net. I
would like to write something where I can snap the picture from the
application and it automatically acquires the image from the camera and
displays it. I found a couple sample apps out there. One is a WIA app
but it does not see my camera. One is a TWAIN application and it also
does not see my camera. I do not see any drivers on Pentax's site that
talk about WIA or TWAIN. The camera just shows up as a removeable
disk. What method would I use to access this camera using .NET? I
though maybe it was DirectX but didn't find anything on it.

Thanks for any help.....

Chris

Mar 9 '06 #2

"Stupid48" <cf*****@hotmai l.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
I have this Pentax Optio camera and I want to access it via vb.net. I
would like to write something where I can snap the picture from the
application and it automatically acquires the image from the camera and
displays it. I found a couple sample apps out there. One is a WIA app
but it does not see my camera. One is a TWAIN application and it also
does not see my camera. I do not see any drivers on Pentax's site that
talk about WIA or TWAIN. The camera just shows up as a removeable
disk. What method would I use to access this camera using .NET? I
though maybe it was DirectX but didn't find anything on it.

Thanks for any help.....

Chris

Have you tried the manufacturer's website? They may provide a programmers's
SDK for their digital cameras.
Canon does. It would be much easier to get something going that way.
Without some soft of reference to the
specific camera's controls etc. you are going to be flying around in the
dark.
Try starting here: http://www.digital.pentax.co.jp/en/index.php
You may have to email them and ask if they provide an SDK for Developers
like Canon does.
james
Mar 9 '06 #3

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

Similar topics

0
1952
by: Joan MacEachern | last post by:
Receive a free digital camera by registering for one of Sun's online security courses during the month of October. To receive your free digital camera, register for one of the following courses: * Administering Security on the Solaris Operating System * Network Security Using SunScreen EFS * Trusted Solaris 8 System Administration * Enterprise Security Assessment and Best Practices * Solaris Network Intrusion Detection
2
2882
by: Richard | last post by:
I'm trying to build a database that stores images directly from a digital camera. At least that's what I would like to do. Each image would have a record associated with it. The steps are as follows: I open up a form and enter some info. Then pick up my camera and take a picture When I'm done taking the picture, it automatically shows up on the form I have open.
10
17768
by: Rattanak Song | last post by:
Hi, I'm trying to build a database which can capture a still image from a digital camera or web cam and import to the database via an Object or something like that. Any help would be very appreciated. Rattanak
2
2073
by: Kanaiya | last post by:
hello i want to make one project which develop in visual c++. for windows 2000 i have to develop one project in that i need it. so how i can access it and what main concept i have to take in mind because i have to provide functionalitys for all types of digital camera and other digital devices. bye.
1
1328
by: mike | last post by:
how!????? when upload picture i wanna get digital camera information such as camera name, camera company..and so on..
0
4695
by: macca80 | last post by:
Hi all. I'm making an application that will take a picture with a digital camera but instead of pushing the button on the camera i want to push a button in my application. Anyone know something about that? Need help!! macca80
0
1841
by: swoop_dog | last post by:
Does anyone know the best method for accessing a digital camera's file system? On my older camera, Xp recognized it as a storage drive. But with my new Canon, it isn't that easy. Is there a way, or should I go at it through the USB port? I am new to Python, so forgive me if this is a simple fix.
0
2025
by: nrusinh | last post by:
I want to capture an image from digital camera using .NET, what API are available? how to do this? which camera is good?
2
1588
by: Micael Kaczmarek | last post by:
Does anyone know if a chart or cross reference list exists indicating the type of memory cards different digital cameras use. Example - some cameras say they use SD cards but don't give an indication which type memory card they use or the maximum capacity of of the camera. any help would be deeply appreciated.
0
8991
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9544
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9372
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9324
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4606
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2783
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.