Getting An Image From Any Digital Camera Direct Into Software?
Jan 6, 2011getting an image from any digital camera direct into my software?
View 1 Repliesgetting an image from any digital camera direct into my software?
View 1 RepliesHow can I take pictures using a digital camera based on a button click in WinForm application? I tried googling, and got WIA. Used WIA 2.0 and wiaut.dll, and it is working fine for webcams. But I am not able to automate the actions of my Sony W220 camera. I tried googling for WPD, but it appears to be active only in Windows 7 and Vista, and I am using XP Sp2
View 8 RepliesI want to take picture directly on my employee database form. I means, how to control digital camera from Visual Basic form? how to take picture through VB Command button.
View 3 Repliesi have a problem with my graduation project, i need to take a picture shoot automatically based on a signal from the parallel port, and save the picture on the harddisk , so the MATLAB will read this picture to process it.
[Code]...
i am about to develop an application to take a picture from vb.net 2008 to click on a button take picture and then it should take the picture preview it and then if okay same in a directory or database how do i go by this.
View 2 Replieswhen i connect my digital camera (Canon) to the computer i can see it in the windows explorer root folder but i cannot access it using the System.IO.GetDrives() function. Is there a way to access my digital camera programmatically ? I mean via windows explorer i can , why not using .NET ?
View 1 RepliesI've been searching for hours tonight searching existing posts, other websites and all i can find are examples of how to capture a image from a webcam.Does anyone have any code that simple talks to the camera device via WIA, and then saves every image found on the device to a hard drive?I found this code below. Credit i cant tell you as i have a bunch of different flavors of code, but this only saves the file as a tmp file, and not the actual image file i expected after selecting?
Imports System.Drawing
Imports System.Runtime.InteropServices
Imports WIALib
[code].....
I've been trying to find a way to use my video camera as a webcam and do chatting from different programs including mine.
my problem is how can i capture an image from my video camera. below are camera stats[code]....
my project about caputer image from camera
View 5 RepliesI want a code that will be usefull to make a program that opens the video camra of the PC and saves the camera sight (or images capture).
View 4 RepliesIm trying to save images direct to sql table using vb .net,
View 17 RepliesI am importing a image in to a database but it would be able to add some of the file details in to the database as well. So I would like to pull out all the details in the camera section
View 1 RepliesIn VB 2005, I am calling a C++ DLL function that returns the address in memory and size in bytes of a jpeg image. How can I load that jpeg image directly from memory into a picture box in my VB form? I cannot afford to save it to disk first.
View 10 RepliesHow to access Digital I/O using USB using C or C++ or Vb.net Or C#.net?
View 4 RepliesI developed an application by vb.net 2005 on SQL server 2008.I would like to enter some of my data such as my drawing and my handwriting in my application by a digital pen.
View 2 RepliesHow can I have a simple digital clock in my application? I need it to be a label control - thats the tricky part.
Basically it just reads '5:33 PM' or '5:33 AM' etc - not 24hr time.
I need some advises on showing digital signal indicator at this moment I use radio button...but it's then becoming complicated because I have to make them "true" or "false" anytime.
View 24 Repliesmy final year project title is monitoring weight changes in digital scale / indicator.i bought one digital scale online from A&D in order to test out my system.however unlikely other device (GSM MODEM, RFID...) there are no drivers or libraries (DLL) from this device.. with only the digital scale and (rs232 9-pins to usb convertor i bought) i was like lost wondering how to get communicate with the device.i have been search around in the internet for similar post.. but there are most likely dealing with the data receiving already. is there any journals or manuals for references? i willing to study over this and not simply ask for full codings.
- how to communicate with the device (serial port communication)
- is there any driver / libraries need to install bfore everything?
OS using - windows 7 ultimate (laptop)model of device - A&D JM-SERIES 150lb
I'm looking for guidence on using digital certificates to manage website user authenication and access. i am using a website that has this and what happens is this... the company issued me a personal certificate, that i installed on my local machine. When i connect to the website it checks my local cert store for a cert issued by them and if none is found, no entry, if multiple are found, then a box displays to allow you to pick which one to use.
View 1 RepliesIm an electrical engineering student, and I am trying to utilize the serial port to give me high and low digital states. What i want to do is simply turn on an LED or turn it off. the basic gist of what I have been trying currently is that on a button click, serialPort1.DTREnable = enabled or disabled, indefinitely until the next button click.
So far, I have only been able to get the LED to momentarily flash... It seems to begin in an active state flash off, then immediately, return to its active state. I am using Visual Studio 2008. Can I use DTREnable to generate on/off states by enabling or disabling the pin? Is there a tutorial somewhere for electrical engineering applications using visual studio 2008?
Here is my issue/question. I am relatively new to VB.Net programming, and I have been assigned the task of creating an application that will go out to a Secure web site and download a file. My first issue is it best to do this using a Windows form, ASP.Net or what. My second and main question is how do I authenticated to the secure web site in .net code?
Upon connecting to the secure web site it asks me for a certificate, which at the moment I have to manually present, however we would like to automate this. Then after it authenticates I have to go a few more pages in before i get to the file that needs to be downloaded.Although this file changes daily it has the same key tag so I can hardcode that into the download application. I just need to figure out how to programically authenticate to the site with .Net
I'm looking for a library compatible with microsoft.net framework that allows the creation and verification of XAdES signatures (XAdES, XAdES-C, XAdES-XL, etc...).It is important that the library enable the programmer to choose:
1.- Type of certificate to use in the signature process (PFX file, Windows centralized store, SmartCard)
2.- CRL to validate the certificate.
3.- Possibility to include Time stamping on the signature.
4.- Possibility to include OCSP response on the signature.
All I found are libraries in Java, but have not found any libraries in .NET.
I am trying to design a digital clock using the drawing tool. i have drawn all the segments using the drawpen function and i have also created a timer that will get the current system time. i want to link the current system to the digital display i have drawn, so that when the time is 1:02 for example only that will highlight on the digital display
View 3 RepliesSome example program of vb.net using digital persona 4500 fingerprint scanner or teach us to study the codes to finish our thesis...
View 1 Replieshere know how to do to sign a file with certificate chain and crl embedded?I don't have ideia how to do that.
View 5 RepliesI wanted to generate digital signature in my asp.net application based on some value like date of birth. what is the way to do that ? i am using vb.net
View 1 RepliesI want only to get the digital signer name (for example Microsoft) of a file like sigcheck.[URL]...
View 3 RepliesHow do I get my form to display a simple digital counter? I have a "record" function on my program:
Private Sub Button13_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button13.Click
mciSendString("open new Type waveaudio Alias recsound", "", 0, 0)
mciSendString("record recsound", "", 0, 0)
End Sub
I want to have a simple digital counter display while the program is recording. That way the user can know how long the audio is so far while recording. Then when the user is done recording, the timer will stop.
Reading binary data out of the database, and I need to convert it back into a Digital Persona fingerprint template. I'm not familiar with serialization and deserialization, Here's what I tried:
Dim rsBioData As SqlDataReader = SQL.ExecuteReader
Dim byteTemplate As Byte
Dim memStreamTemplate As MemoryStream
If rsBioData.HasRows Then
While rsBioData.Read
[Code] .....
I receive an error that template.DeSerialize(memStreamTemplate) does not create a value.
Here's how I serialized the object to place it into the database. I assume this part is working, since the binary data shows up in SQL server--just can't read it back out to see.
Dim str As New MemoryStream
Enroller.Template.Serialize(str)
Dim serializedTemplate As Byte() = str.ToArray()
SQL.Parameters.AddWithValue("biometricData", serializedTemplate)
I have create a vb.net application with ms access. i am make it .exe.After that i am instal it my pc working but my friends pc not work. After i am cheking my friends system all. .net framework is intallaled 3.5 thats same as mine. Error ,indicate that application1 has encounterd a problome and needs to close. We are sorry for the inconvenience.More detail ( digital product id, identify your license and internet protocol(ip).My application only a smal invoice. How can set digital product id and my personal information in to my application.
View 1 Replies