Using microphone and webcam in GP?
Moderator: MSandro
Using microphone and webcam in GP?
Hi, It would be very nice if we are able to use the camera (webcam) an microphone of the computer with GP. So we could took photos and record sounds.
Re: Using microphone and webcam in GP?
Is it possible through serial ports and getting raw data?
Re: Using microphone and webcam in GP?
Hmm, I could try that.
But I think it would be better to implement some drivers or librarys to the vm.
But I think it would be better to implement some drivers or librarys to the vm.
Re: Using microphone and webcam in GP?
Yeah, isn't that what modules are for? (although I really don't know the purpose of modules...)
Re: Using microphone and webcam in GP?
GP supports getting data from the microphone using the "sound input" block in the Sound category.
I agree, camera support would be nice to have as well, but its a fair bit of work to support that on all platforms.
I agree, camera support would be nice to have as well, but its a fair bit of work to support that on all platforms.
Re: Using microphone and webcam in GP?
Nice to know. Yes camera support would be realy nice but might be realy difficult to implement because of the driver handling on several platforms.