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 :)