|
|
teddy 发表于 2016-2-14 17:02
3 l0 w# B: V; l" W% T. S% ?$ @ aU-Boot 2012.04.01-00059-g7363edf对应的版本是: v1.6,可以查看创龙提供的uboot-feture-support.xls;; _4 a& m3 X7 H
7 t* ]+ P: _" U" ` y+ r0 S
可 ...
0 Y9 P( K( [# W1 p4 V9 ateddy,# X. M, ?4 Y: q
新年快乐!
0 K; P- g4 N; I1 P$ N我按照您提供的方法已经将摄像头调试清晰了。谢谢您。$ h1 B1 w9 ^* n" s
* q. M [7 G3 Y. [+ a现在我用gcc -o vpif_mmap_loopback_sd vpif_mmap_loopback_sd.c 编译,出现了以下错误:
l# z- G U2 U+ h/ M4 }$ {% W0 h+ F3 W6 N6 B* L! C
vpif_mmap_loopback_sd.c: In function ‘initCapture’:% D! j) g/ N9 n0 z8 b
vpif_mmap_loopback_sd.c:247:36: error: ‘V4L2_STD_BAYER_320’ undeclared (first use in this function)
5 Q7 d) t; a$ @vpif_mmap_loopback_sd.c:247:36: note: each undeclared identifier is reported only once for each function it appears in
) K' K$ G) T- y1 h/ H6 r% s6 R# kvpif_mmap_loopback_sd.c:252:36: error: ‘V4L2_STD_BAYER_640’ undeclared (first use in this function)5 J1 Z" A+ l" n# _- ] F$ c
vpif_mmap_loopback_sd.c:257:36: error: ‘V4L2_STD_BAYER_800’ undeclared (first use in this function)
: s/ g& u: a6 y* Wvpif_mmap_loopback_sd.c:262:36: error: ‘V4L2_STD_BAYER_1024’ undeclared (first use in this function)# w$ `) l* \. ^; e) V
vpif_mmap_loopback_sd.c:267:36: error: ‘V4L2_STD_BAYER_1280’ undeclared (first use in this function)
1 h- Z D1 s6 u* Fvpif_mmap_loopback_sd.c:272:36: error: ‘V4L2_STD_BAYER_1600’ undeclared (first use in this function)
6 R8 Y5 @% j" A" H5 c+ ivpif_mmap_loopback_sd.c: In function ‘initDisplay’:' O" ?( G7 P2 k
vpif_mmap_loopback_sd.c:702:48: warning: comparison between pointer and integer m( z$ o1 s1 n, t% w, Z
6 l+ l. o/ t; c
红色字体的变量,我在vpif_mmap_loopback_sd.c中未找到相关定义,在网上也找了一下,也没有找到,请问我在编译的时候是不是要包含一些头文件,如果需要的话,我在哪可以找到这些头文件呢?
' H4 d0 }7 {! k7 H+ @请您再帮我看一看,谢谢。
2 {) B- X8 o7 H+ Q7 J9 W$ a3 {) { |
|