| Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 | 1. using a webcam in rapidq #3619 | i am building a chat program, and id like to add a webcam service to it, but i cant even figure out how to make rapidq access the cam let alone grab the images. it would use standard Video For Windows drivers. if anyone has any ideas, it would be helpful
-JuMpIn'_HaCk_FlAsH | 2. Re: using a webcam in rapidq #3627 | i did hear theres a way using directx, but i wouldnt know that either | 3. Re: using a webcam in rapidq #3630 | is there a way to use directshow, or something similar, in rapidq? | 4. Re: using a webcam in rapidq #3631 Posted by: JohnK 2004-03-28 13:22:35 | RapidQ does not work well with DirectX and its extensions - in my opinion. The DirectX API is made for C++/C compilers and visual basic (ugh). If you want to attack DirectX 8, 9, please do so I would love to see you do it.
I suggest you go through the GDI API -- get a windows help file (from this site) and search for functions with the likes of
capCreateCaptureWindow() capCaptureGetSetup() etc.
Or you could try the MCI interface -- see the AVI examples also on this site.
good luck and post your results -JohnKI'm basic too | 5. Re: using a webcam in rapidq #3633 | will do, thanks
| 6. Re: using a webcam in rapidq #3639 | wjere would i find that help file on this site? | 7. Re: using a webcam in rapidq #3640 | At Software/Doc or search "win32api.hlp". | 8. Re: using a webcam in rapidq #3716 | hey i'm interested for use webcam in rapidq ... i surch near DIRECT X with DIRECTPLAY... i've a vb source code.... i say you if i understand how works with it by | 9. Re: using a webcam in rapidq #3807 Posted by: JohnK 2004-04-12 14:10:20 | The problem with DirectX is the virtual table for interfacing with Rapidq. COM interfaces are like DLLs with Classes, methods, properties. If you look in a direct X dll, you don't see the functions, just a few important ones. What the COM does is give you a pointer to a structure of function calls. The addresses of these are VIRTUAL. In other words directX development in RapidQ is a nightmare... JKI'm basic too | Forum List • Thread List • Refresh • New Topic • Search • Previous • Next 1 |
|
|