https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: afd961c073270253c9c666576d9e60266c48faca authored by Alex on 06 October 2017, 22:20:49 UTC
Close branch Licaon_Kter/mlv_recc-raw_force_aspect_ratio_1to1-ra-1503794292880.
Tip revision: afd961c
cropmarks.h
#ifndef _cropmarks_h_
#define _cropmarks_h_
/**
 * @brief Set custom movie cropmarks in LiveView
 *
 * @param x X coordinate
 * @param y Y coordinate
 * @param w Width
 * @param h Height
 * @addtogroup cropmarks
 */
void set_movie_cropmarks(int x, int y, int w, int h);
/**
 * @brief Reset LiveView movie cropmarks
 */
void reset_movie_cropmarks();

void crop_set_dirty(int redraw_timeout);

#endif
back to top