Webcam

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Jon.

Ok I'm brand new to purebasic and yes I need some help, It's been years since I did any programming and that was in BlitzBasic on the Amiga :) Anyway........ I want to know If I can access my Logitech Webcams through PB? I'm attempting a small chat app to work over my network between 3 PC's. A slice of code would be helpful!
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by MrVainSCL.

Hi Jon,
first wecome to Win32 and PureBasic. Me comes from the good old Amiga too :wink:
Just check following link where you will find a source using webcames... Maybe it will help you... Good luck and happy coding :wink:

http://www.reelmediaproductions.com/pb/ ... ebcams.zip

PIII450, 256MB Ram, 80GB HD + 6,4 GB, RivaTNT, DirectX9.0, SB AWE64, Win2000 + all Updates...

greetz
MrVainSCL! aka Thorsten
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Jon.

I looked at that code MrVainSCL and It wasn't quite what I was after :(
I want each chat client to access the webcam directly, I suppose I have to open the logitech dll or something? I am totally stumped! C'mon all you experienced PB coders one of you must be able to help me out. :)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by pbdep.
Originally posted by Jon

I looked at that code MrVainSCL and It wasn't quite what I was after :(
I want each chat client to access the webcam directly, I suppose I have to open the logitech dll or something? I am totally stumped! C'mon all you experienced PB coders one of you must be able to help me out. :)
I ran into some VB VFW examples... Its not as easy as you would
expect... Just reach on Google you will find some nice examples.

Norman.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Jon.

Yup, pbdep I have been doing just that, phew talk about
jumping in the deep end! :) Ah well nothing like a bit of a challenge!

On a differnt note, when I download source that has librarys with it where do I put them? ie - fmod.dll etc...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Kale.

Place libraries such as fmod.dll in the compilers dir inside the purebasic dir. this is where the temp .exe file is compiled to during development. when development is finished, compile the code to an .exe and include the dll's with that. Any user coded librarys to extend Purebasic should be put inside the UserLibrarys dir in the Purelibraries dir. :)

--Kale

New to PureBasic and falling in Love! :)
Post Reply