32-bit USB Webcam Driver Issue

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
fatih
Posts: 15
Joined: Sun May 11, 2025 3:22 pm

32-bit USB Webcam Driver Issue

Post by fatih »

Hello,

My USB webcam is recognized when I build my app for Win32, but it fails to be detected under Win64. I believe this is due to the webcam relying on a 32-bit driver.

How can I ensure my application supports both 32-bit and 64-bit webcam drivers? :?:
Any advice or solutions would be greatly appreciated.

I'm using:
VCL
Delphi 13.1 Pro
RVMedia 12.0
Sergey Tkachenko
Site Admin
Posts: 18156
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: 32-bit USB Webcam Driver Issue

Post by Sergey Tkachenko »

RVMedia relies on DirectX when working with local cameras.
I suppose that 32bit applications can work only 32bit drivers, and 64bit only with 64bit.
But I think that almost 100% cameras have both
fatih
Posts: 15
Joined: Sun May 11, 2025 3:22 pm

Re: 32-bit USB Webcam Driver Issue

Post by fatih »

My old USB webcam is only detected on Win32. My new laptop cam is detected both Win32 and Win64. I think building for Win32 is the safest choice now.
Post Reply