5.3.4.67. Function frame_extract_action_register
Defined in File frame_compute.h
5.3.4.67.1. Function Documentation
-
void frame_extract_action_register(framebuffer_data_t *framebuffer, const char *path, const size_t n_writers, const size_t n_threads, const enum video_codec_e codec, const tracking_data_t *tracking_data)
Register frame_extract in the framebuffer.
- Parameters
framebuffer – A pointer to the framebuffer where the action will be registered.
path – The file path for output meteors.
n_writers – The number of writers for simultaneous meteors.
n_threads – The number of threads to use for ffmpeg.
codec – The codec used by ffmpeg.
tracking_data – A pointer to the tracking data.