Please help me guys...

how to show clock in capture video, example in my attachment

thanks a lot for your kindness...

Recommended Answers

All 2 Replies

Hi,

Place a Label on the Cotrol, Place a Timer on the form, set its Interval to = 1000 (1 sec).
First Disable the timer.
Start the Timer, when the Video starts, and Not the Initial Time say MyTime
In Timer1_Timer event, Refresh the Label with:

label1.Caption = Format(Now-MyTime,"hh:mm:ss")

Regards
Veena

thanks veena,

but the result in file video capture can not record the clock (watermark or overlay the time).

can you send me sample source code video capture with watermark or overlay.

thanks in advance

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.