Hello
when I set TRVCamera to rvdtFile and SourceFileName to any jpg or png file and call PlayVideoStream , sometimes image stays displayed and sometimes image only blinks and then default blue screen is displayed. How can I achieve image to stay displayed?
RVMedia 9.2, VCL, FFMPEG, Delphi 11.2, 64bit
Displaying image in TRVCamera works strangely
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Displaying image in TRVCamera works strangely
Use DeviceType = rvdtUserData, and provide image in OnNewImage event.
Re: Displaying image in TRVCamera works strangely
Thanks it works