Bug in new version 7.2 on webCam DeviceType

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
Lol
Posts: 2
Joined: Thu Feb 20, 2020 2:09 pm

Bug in new version 7.2 on webCam DeviceType

Post by Lol »

I have a bug.
when I set property 'DeviceType' to WebCamera and change property 'FramePerSec' to any value. I have an exception when I run a project 'Interface not supported'. Delphi 10.2.3.
DemoBugFramePerSec.rar
demo
(53.29 KiB) Downloaded 1149 times
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Bug in new version 7.2 on webCam DeviceType

Post by Sergey Tkachenko »

I confirm the problem: this property can be assigned only when a webcam is selected (by assigning its index to TRVCamera.VideoDeviceIndex property).
We will fix it in the next update.
As a workaround, assign this property at runtime, after selecting a camera.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Bug in new version 7.2 on webCam DeviceType

Post by Sergey Tkachenko »

Fixed in version 7.2.1
Post Reply