#include <linux/v4l2-controls.h>
#include <chrono>
#include <thread>
#include "../UltraPythonCameraHelper.h"
#include "CApiMock.h"
#include "../Statistics.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (UltraPython, setContrast_absolute_ok) | |
TEST (UltraPython, setContrast_relative_ok) | |
TEST (UltraPython, getContrast_relative_ok) | |
TEST (UltraPython, getContrast_absolute_ok) | |
TEST | ( | UltraPython | , |
getContrast_absolute_ok | |||
) |
Definition at line 111 of file testControlContrast.cpp.
TEST | ( | UltraPython | , |
getContrast_relative_ok | |||
) |
Definition at line 81 of file testControlContrast.cpp.
TEST | ( | UltraPython | , |
setContrast_absolute_ok | |||
) |
Definition at line 33 of file testControlContrast.cpp.
TEST | ( | UltraPython | , |
setContrast_relative_ok | |||
) |
Definition at line 55 of file testControlContrast.cpp.