Go to the documentation of this file.
13 LiVESWidget *hbuttonbox1;
34 dvgrabw->
dirname = lives_filename_to_utf8((tmp = lives_get_current_dir()), -1, NULL, NULL, NULL);
36 LIVES_BOX(hbox), NULL);
45 LIVES_BOX(hbox), NULL);
106 _(
"\nUse this tool to control your camera and grab clips.\n"
107 "After grabbing your clips, you can close this window \nand then load them into LiVES.\n"));
113 LIVES_RESPONSE_ACCEPT);
119 lives_signal_sync_connect(button3, LIVES_WIDGET_CLICKED_SIGNAL, LIVES_GUI_CALLBACK(
on_camrew_clicked), (livespointer)
cam);
120 lives_signal_sync_connect(button4, LIVES_WIDGET_CLICKED_SIGNAL, LIVES_GUI_CALLBACK(
on_camff_clicked), (livespointer)
cam);
121 lives_signal_sync_connect(
dvgrabw->
stop, LIVES_WIDGET_CLICKED_SIGNAL,
123 lives_signal_sync_connect(
dvgrabw->
play, LIVES_WIDGET_CLICKED_SIGNAL,
125 lives_signal_sync_connect(
dvgrabw->
grab, LIVES_WIDGET_CLICKED_SIGNAL,
127 lives_signal_sync_connect(
dvgrabw->
quit, LIVES_WIDGET_CLICKED_SIGNAL,
void on_camff_clicked(LiVESButton *button, livespointer user_data)
LiVESWidget * status_entry
void on_camrew_clicked(LiVESButton *button, livespointer user_data)
#define DEF_BUTTON_HEIGHT
void on_camplay_clicked(LiVESButton *button, livespointer user_data)
void on_camquit_clicked(LiVESButton *button, livespointer user_data)
struct _dvgrabw * create_camwindow(s_cam *cam, int type)
void on_camgrab_clicked(LiVESButton *button, livespointer user_data)
void on_camstop_clicked(LiVESButton *button, livespointer user_data)
struct _dvgrabw * dvgrabw