https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 40d821eae59443ebbb6b104be237efee9fdfd53c authored by Johanan Pandone on 23 August 2015, 02:44:49 UTC
Close branch dpjpandone/shutter-finetuning-does-work-on-eosm-cha-1440297620122
Tip revision: 40d821e
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