Skip to content

Commit 80da651

Browse files
committed
cameras: add Wansview Q6 variant (T21N, OV2735B, RTL8188FTV)
1 parent e88fe8f commit 80da651

File tree

4 files changed

+49
-0
lines changed

4 files changed

+49
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"motors": {
3+
"gpio_invert": false,
4+
"gpio_pan": "81 82 51 53",
5+
"gpio_switch": -1,
6+
"gpio_tilt": "77 76 75 78",
7+
"homing": true,
8+
"is_spi": false,
9+
"pos_0": "1680,452",
10+
"speed_pan": 900,
11+
"speed_tilt": 900,
12+
"steps_pan": 3360,
13+
"steps_tilt": 905
14+
}
15+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"gpio": {
3+
"button_reset": 50,
4+
"ir850": 49,
5+
"ircut": "79 80",
6+
"led_b": {
7+
"pin": 73,
8+
"active_low": true
9+
},
10+
"led_r": {
11+
"pin": 72,
12+
"active_low": true
13+
},
14+
"mmc_cd": 52
15+
}
16+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gpio_button=50
2+
gpio_default=18O 39i 40o 47o 48i 49o 50i 51o 52i 53o 63O 64i 72O 73O 75o 76o 77o 78o 79o 80o 81o 82o
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# NAME: Wansview Q6 (T21N, OV2735B, RTL8188FTV)
2+
# FRAG: soc-xburst1 toolchain-xburst1 ccache brand rootfs kernel system target uboot ssl
3+
BR2_PACKAGE_THINGINO_KOPT_MMC0=y
4+
BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y
5+
BR2_PACKAGE_WIFI=y
6+
BR2_PACKAGE_WIFI_RTL8188FU=y
7+
BR2_SENSOR_1_NAME=ov2735b
8+
BR2_SENSOR_PARAMS="sensor_gpio_func=0"
9+
BR2_SOC_INGENIC_T21N=y
10+
BR2_THINGINO_AUDIO=y
11+
BR2_THINGINO_AUDIO_GPIO=63
12+
BR2_THINGINO_AUDIO_GPIO_LOW=y
13+
BR2_THINGINO_BUTTON=y
14+
BR2_THINGINO_MOTORS=y
15+
BR2_THINGINO_SDCARD=y
16+
FLASH_SIZE_MB=8

0 commit comments

Comments
 (0)