| 本帖最后由 zhubo 于 2015-9-21 22:51 编辑 
 我买了ov9650 摄像模块,使用了光板上的相关驱动和测试代码,但运行时无任何反应
 Camera Test Program, Start !
 fb memory info=xres (480) x yres (272), 16 bpp
 Press Ctrl+C to stop !
 set format to EMBEDSKY_PREVIEW
 set bright data=160
 camera type :0 ov9650==0,saa7113==1
 set red=64
 set blue=64
 
 到此处就停止了,屏幕上也没有显示图像,请问是我哪里弄错了吗
 
 ov9650 address 0x60, manufacture ID 0xFFFF, expect 0x7FA2
 SAA7113 address 0x4A, manufacture 0xFF, expect 0x11
 unreconize id found!show ID
 ov9650 address 0x60, product ID 0xFF, expect 0x7FA2
 ov9650 init done!
 
 这显示驱动是正常吗?
 
 mjpg_streamer -i "/lib/WebCam/input_cmoscamera.so -r 320x256" -o "/lib/WebCam/
 output_http.so -w 192.168.1.110:8080"
 MJPG-streamer [606]: starting application
 MJPG Streamer Version.: 2.0
 MJPG-streamer [606]: MJPG Streamer Version.: 2.0
 i: Using CMOS Camera device.: /dev/camera
 MJPG-streamer [606]: Using CMOS Camera device.: /dev/camera
 
 i: Desired Resolution: 320 x 256
 MJPG-streamer [606]: Desired Resolution: 320 x 256
 i: Frames Per Second.: 5
 MJPG-streamer [606]: Frames Per Second.: 5
 i: Format............: YUV
 MJPG-streamer [606]: Format............: YUV
 i: JPEG Quality......: 80
 MJPG-streamer [606]: JPEG Quality......: 80
 
 OV9650 Close
 o: www-folder-path...: 192.168.1.110:8080/
 MJPG-streamer [606]: www-folder-path...: 192.168.1.110:8080/
 o: HTTP TCP port.....: 8080
 MJPG-streamer [606]: HTTP TCP port.....: 8080
 
 
 运行的时候  ov9650 close
 
 |