Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to add date to a recorded video

Hi,i need to add date and time to a recorded video . VideoWriter writer = new VideoWriter ("c:/motion.avi", VideoWriter.fourcc ( 'D' , 'I' , 'V' , 'X' ), 15 , new Size ( 1280 , 720 ), true ) ;
i tried to change the filename and put date using new Date().tostring() but in vain Thanks for your help :)

click to hide/show revision 2
No.2 Revision

how to add date to a recorded video

Hi,i need to add date and time to a recorded video . .

VideoWriter writer = new  VideoWriter ("c:/motion.avi", VideoWriter.fourcc ( 'D' ,  'I' ,  'V' ,  'X' ),  15 ,  new  Size ( 1280 ,  720 ),  true ) ; 
;

i tried to change the filename and put date using new Date().tostring() but in vain vain

Thanks for your help :)

click to hide/show revision 3
No.3 Revision

how to add date to a recorded video

Hi,i need to add date and time to a recorded video .

VideoWriter writer = new  VideoWriter ("c:/motion.avi", VideoWriter.fourcc ( 'D' ,  'I' ,  'V' ,  'X' ),  15 ,  new  Size ( 1280 ,  720 ),  true ) ;

i tried to change the filename and put date using new Date().tostring() Date().tostring() but in vain

Thanks for your help :)