https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 102f39c2341a01256cc66b57499e5547184da2f8 authored by alex@thinkpad on 23 December 2018, 21:21:12 UTC
70D: updated GUIMODE_ML_MENU definition to match 700D, 650D, 100D and EOS M (see commit e65c0e3)
Tip revision: 102f39c
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