Finding Path
-
Hi.. Is it possible to find the webcam images path through C#.Net code. Thank you..
siri
-
Hi.. Is it possible to find the webcam images path through C#.Net code. Thank you..
siri
What is a "webcam images path"?
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
What is a "webcam images path"?
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
i mean. when web cam captures an images by default it will be saved in somewhere.... i want to get that path.
siri
-
i mean. when web cam captures an images by default it will be saved in somewhere.... i want to get that path.
siri
I don't know of a standard path where a webcam would store all the captured images. The app might store it in "my pictures", or in a folder where the app is installed. Different webcam applications may use different folders, don't you think? :rolleyes:
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
I don't know of a standard path where a webcam would store all the captured images. The app might store it in "my pictures", or in a folder where the app is installed. Different webcam applications may use different folders, don't you think? :rolleyes:
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
Thanks for ur response.. Actually i need to store the web cam captured image dynamically
siri
-
Thanks for ur response.. Actually i need to store the web cam captured image dynamically
siri
So, have an option in your application where the user can specify the path on where to store the captured images. It would be ideal to create a folder, within the "My Pictures" folder, and store the images there by default.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
-
So, have an option in your application where the user can specify the path on where to store the captured images. It would be ideal to create a folder, within the "My Pictures" folder, and store the images there by default.
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]
But.I'm not able to the default saving location... i'm using hp wecam here... any ideas please...
siri
-
But.I'm not able to the default saving location... i'm using hp wecam here... any ideas please...
siri
There's no default saving location. Create a folder within My pictures like "My Captures" and store it within that folder.
sirisha guttikonda wrote:
i'm using hp wecam here
Umm... So, you are not writing an utility for a webcam yourself? Are you just intending to find the default location where this HP webcam stores the captured images? If yes, there must be an app that should be controlling it. Why not check with the settings?
Many are stubborn in pursuit of the path they have chosen, few in pursuit of the goal - Friedrich Nietzsche .·´¯`·->Rajesh<-·´¯`·. [Microsoft MVP - Visual C++]