언어 설정

Menu
Sites
Language
How to got screenshot of the record video

Hello,

I want to develop an APP which need to got the screenshot of the record video, for example, I want to got 10 image shot in one second in my record video, is there any way to implement this. thanks.

Responses

2 댓글
Vikram

Did you means you want to get a specific frame in a video? Maybe this callback "player_media_packet_video_decoded_cb" can help you. For details, please check on IDE help. :)

 

Jean Yang

Hi ,

Thanks for your help. I used frame_extractor to get the what I want. Now I can got the image frame in Video!

The key API is metadata_extractor_get_frame_at_time.