Web Camera not Working

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
jaddwooka
Posts: 1
Joined: Thu Nov 21, 2024 1:20 am

Web Camera not Working

Post by jaddwooka »

Hello,

I'm having issues with a webcam on a Dell Windows Latitude 7230 tablet.
webcam.jpg
webcam.jpg (92.36 KiB) Viewed 97 times
The first video mode in the list works but none of the other video modes do.

I did check per your instructions if TRVWebCam.SampleCB is being called and it seems that it is NOT being called.

What does that mean if it is not being called? What are the next steps I should take to get this web camera working at a higher resolution?

Thanks!

Drew
Sergey Tkachenko
Site Admin
Posts: 17554
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Web Camera not Working

Post by Sergey Tkachenko »

Please do additional testing.
Open RVWinWebCamera.pas, set breakpoints on the lines

Code: Select all

      if not FilterGraph.Play then
(there are 3 lines like this).
Does FilterGraph.Play return True?
Post Reply