Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Bipin206 opened this issue Dec 1, 2017 · 4 comments
Open

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

Bipin206 opened this issue Dec 1, 2017 · 4 comments

Comments

@Bipin206
Copy link

Bipin206 commented Dec 1, 2017

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.

@Bipin206
Copy link
Author

Bipin206 commented Dec 1, 2017

can anyone tell me how to change the color of that pink square that moves along with the video slider when we play video

@crearo
Copy link

crearo commented Dec 3, 2017

Please have a look here : #74

@Bipin206
Copy link
Author

Bipin206 commented Dec 4, 2017

@crearo
Copy link

crearo commented Dec 22, 2017

The solution is going to come as a surprise. The reason you get a black box instead of text is probably the following :
In the createTextureObject() method in Texture2dProgram, change GLES11Ext.GL_TEXTURE_EXTERNAL_OES to mTextureTarget.

That should solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants