Search found 4 matches

by kennyJeon
Tue Dec 03, 2024 11:06 pm
Forum: RVMedia
Topic: Adding text to video
Replies: 5
Views: 120236

Re: Adding text to video

Resolved

bmp.ModifiedData := TRUE;

Added and confirmed no issues

Thank you
by kennyJeon
Mon Dec 02, 2024 1:50 am
Forum: RVMedia
Topic: Adding text to video
Replies: 5
Views: 120236

Re: Adding text to video

Written in Delphi 7.0 (Build8.1)
by kennyJeon
Mon Dec 02, 2024 1:46 am
Forum: RVMedia
Topic: Adding text to video
Replies: 5
Views: 120236

Re: Adding text to video

procedure TfrmMain.RVCamera1GetImage(Sender: TObject; img: TRVMBitmap);
var
bmp: TBitmap;
sDisplayStemp : Array[0..20] of String;
iSZ: TSize;
rDT, rTS : Real;
iTH, iTM, iDY : Integer;
i, iBtCnt : Integer;
sTS : String;
begin
rDT := Now;
iDY := Trunc(rDT);
rDT := rDT - iDY;

iTH := Trunc ...
by kennyJeon
Sun Dec 01, 2024 8:15 am
Forum: RVMedia
Topic: Adding text to video
Replies: 5
Views: 120236

Adding text to video

Hello

I am recording a web camera with text information using the OnGetImage event

When I used RVMediaVCLSetupVer8.exe, it was recorded well

But when I try to record using RVMediaVCLSetup_v11.exe

The web screen is overlapping with text on the screen when Camera On

What is wrong? Please advise ...