Showing clock in capture video

Reply

Join Date: Feb 2008
Posts: 2
Reputation: subhandi is an unknown quantity at this point 
Solved Threads: 0
subhandi subhandi is offline Offline
Newbie Poster

Showing clock in capture video

 
0
  #1
May 6th, 2008
Please help me guys...

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

thanks a lot for your kindness...
Attached Thumbnails
test.JPG  
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 848
Reputation: QVeen72 is on a distinguished road 
Solved Threads: 120
QVeen72's Avatar
QVeen72 QVeen72 is offline Offline
Practically a Posting Shark

Re: Showing clock in capture video

 
0
  #2
May 6th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 2
Reputation: subhandi is an unknown quantity at this point 
Solved Threads: 0
subhandi subhandi is offline Offline
Newbie Poster

Re: Showing clock in capture video

 
0
  #3
May 28th, 2008
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC