ios - getting the current duration of recorded video using PBJVision -


how can length of video session in seconds?

i understand may have sort of conversion of cmtime in didcapturevideosamplebuffer, can't seem find right property

found answer:

inside didcapturevideosamplebuffer put

nslog(@"%f",[[pbjvision sharedinstance] capturedvideoseconds]);


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -