android / media-samples

Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Apache License 2.0
1.28k stars 741 forks source link

how to add timestamp like a camcorder while recording video #32

Open Bipin206 opened 6 years ago

Bipin206 commented 6 years ago

I want to display date/time while recording the video and it should be displayed when we replay the videos like we do it in CCTV video recordings.

DanishMChowdhry commented 3 years ago

Hi does anyone know how to timestamp a video like camcorder while recording video I want it to be there when the video is played as well. Please let me know if anyone can help me in this. would really Appriciate it.

Bipin206 commented 3 years ago

Hi I have worked on a sample project for same I'll have the sample code too

On Wed, 10 Mar 2021, 16:27 DanishMChowdhry, @.***> wrote:

Hi does anyone know how to timestamp a video like camcorder while recording video I want it to be there when the video is played as well. Please let me know if anyone can help me in this. would really Appriciate it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/android/media-samples/issues/32#issuecomment-795245700, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB4N7JYWCXLNRXPWCH2Q7TTC5F7ZANCNFSM4I2DVPBQ .

CT-RajuKarnam commented 3 years ago

can u please share sample code for adding timestamp along with video record

Bipin206 commented 3 years ago

Sure, here it is. but it is not entire project just part of it

On Wed, May 5, 2021 at 9:53 AM raju karnam @.***> wrote:

can u please share sample code for adding timestamp along with video record

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/android/media-samples/issues/32#issuecomment-832402280, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB4N7J6RUX6P4F5C2RG3GTTMDB53ANCNFSM4I2DVPBQ .

CT-RajuKarnam commented 3 years ago

Can u please let me know the file name where the timestamp code presents

Bipin206 commented 3 years ago

Check the flow from main Activity and you'll get the idea

On Fri, 7 May 2021, 09:50 raju karnam, @.***> wrote:

Can u please let me know the file name where the timestamp code presents

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/android/media-samples/issues/32#issuecomment-834052767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB4N7MYCIR7DZBAAQM4IMTTMNTCJANCNFSM4I2DVPBQ .

Bipin206 commented 3 years ago

CameraCaptureActivity is the file

On Fri, 7 May 2021, 11:25 Bipin Pandey, @.***> wrote:

Check the flow from main Activity and you'll get the idea

On Fri, 7 May 2021, 09:50 raju karnam, @.***> wrote:

Can u please let me know the file name where the timestamp code presents

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/android/media-samples/issues/32#issuecomment-834052767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFB4N7MYCIR7DZBAAQM4IMTTMNTCJANCNFSM4I2DVPBQ .

CT-RajuKarnam commented 3 years ago

Can u please share that sample code or that paritcular class

DeenuPatel commented 2 years ago

CameraCaptureActivity is the file On Fri, 7 May 2021, 11:25 Bipin Pandey, @.> wrote: Check the flow from main Activity and you'll get the idea On Fri, 7 May 2021, 09:50 raju karnam, @.> wrote: > Can u please let me know the file name where the timestamp code presents > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <#32 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AFB4N7MYCIR7DZBAAQM4IMTTMNTCJANCNFSM4I2DVPBQ > . >

please share the code