diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-21 13:40:39 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-21 13:40:39 +0200 |
commit | 68a9ac0475aaf87db2b40940ae4ed88a67610d8e (patch) | |
tree | 0223d214fd2a72ea823bd2e5916c4413176bbedc /video-ps3eye/PS3EYEDriver/constants.hpp | |
parent | 1896548fce4f4dd45155b65c2affa6596f6a993e (diff) |
video/ps3eye: kill wrong ps3eyedriver fork
Diffstat (limited to 'video-ps3eye/PS3EYEDriver/constants.hpp')
-rw-r--r-- | video-ps3eye/PS3EYEDriver/constants.hpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/video-ps3eye/PS3EYEDriver/constants.hpp b/video-ps3eye/PS3EYEDriver/constants.hpp deleted file mode 100644 index 5ae8d30c..00000000 --- a/video-ps3eye/PS3EYEDriver/constants.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#include <cstdint> - -extern const uint8_t sensor_start_qvga[8][2]; -extern const uint8_t bridge_start_qvga[9][2]; -extern const uint8_t sensor_start_vga[8][2]; -extern const uint8_t bridge_start_vga[9][2]; -extern const uint8_t ov772x_reg_initdata[35][2]; -extern const uint8_t ov534_reg_initdata[47][2]; - -extern const struct rate_s rate_0[14]; -extern const struct rate_s rate_1[22]; - -struct rate_s { - uint16_t fps; - uint8_t r11; - uint8_t r0d; - uint8_t re5; -}; |