954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Showing clock in capture video

Please help me guys...

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

thanks a lot for your kindness...

Attachments test.JPG 39.2KB
subhandi
Newbie Poster
2 posts since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

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

QVeen72
Posting Shark
950 posts since Nov 2006
Reputation Points: 84
Solved Threads: 143
 

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

subhandi
Newbie Poster
2 posts since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You