#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@author: martindrech
File with some general settings:
WORKING_DIR: it is were the data will be stored. It has to end with '/'.
CAMERA_TYPE: if dummy, then a dummy camera is loaded.
"""
WORKING_DIR = '/home/martindrech/Documents/total_control_app/resources/'
CAMERA_TYPE = {'dummy': True}
RIGOL_GEN = True
-
Martin Drechsler authored6063820e