Page 1 of 1

Web Camera not Working

Posted: Thu Nov 21, 2024 5:24 pm
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 96 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

Re: Web Camera not Working

Posted: Fri Nov 22, 2024 9:02 am
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?