ArduCAM

所属分类:虚拟/增强现实-VR/AR
开发工具:C
文件大小:475KB
下载次数:0
上传日期:2015-11-28 00:16:45
上 传 者sh-1993
说明:  ArduCAM的折射版本,因为发生了巨大的变化而远离发行版!
(A refractored version of ArduCAM, keeped away from distro because massive changes!)

文件列表:
ArduCAM.cpp (25985, 2015-11-28)
ArduCAM.h (6848, 2015-11-28)
LICENSE.txt (24356, 2015-11-28)
_registers (0, 2015-11-28)
_registers\_cpu_commons.h (2959, 2015-11-28)
_registers\_sensorsDefinitions.h (3900, 2015-11-28)
_registers\mt9d111_regs.h (15500, 2015-11-28)
_registers\mt9d112_regs.h (10634, 2015-11-28)
_registers\mt9m001_regs.h (254, 2015-11-28)
_registers\mt9m112_regs.h (4402, 2015-11-28)
_registers\mt9t112_regs.h (169, 2015-11-28)
_registers\mt9v111_regs.h (2270, 2015-11-28)
_registers\ov2640_regs.h (16201, 2015-11-28)
_registers\ov3640_regs.h (2160, 2015-11-28)
_registers\ov5640_regs.h (15260, 2015-11-28)
_registers\ov5642_regs.h (50946, 2015-11-28)
_registers\ov7660_regs.h (2406, 2015-11-28)
_registers\ov7670_regs.h (3158, 2015-11-28)
_registers\ov7675_regs.h (2940, 2015-11-28)
_registers\ov7725_regs.h (1431, 2015-11-28)
examples (0, 2015-11-28)
examples\ESP8266 (0, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_Video_Streaming (0, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_Video_Streaming\ArduCAM_Mini_OV2640_Video_Streaming.ino (7898, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server (0, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\ArduCAM_Mini_OV2640_websocket_server.ino (4839, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html (0, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\camera_demo.css (7812, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\camera_demo.html (3008, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\images (0, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\images\ESP8266_demo.jpg (90945, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\images\ti_simplelink.jpg (69017, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\jquery-1.8.3.min.js (93636, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\js (0, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\js\jquery-1.8.3.min.js (93636, 2015-11-28)
examples\ESP8266\ArduCAM_Mini_OV2640_websocket_server\html\websock_camera.ucf (98, 2015-11-28)
... ...

# ArduCAM A refractored version of ArduCAM, keep away from distro because massive changes! Backgrounds:
ArduCAM it's a nice hardware design, it uses an FPGA and camera with exchangeable lenses and internally does all the calculations so it's easy to integrate it in many project, Lee done a great work as hardware and FPGA design, the API are well done but the Arduino support it's actually a bit too messy for me, I cannot get working on a ESP8266 despite there's a tutorial on site (with wrong connection explained!), it completely missed support for Teensy and I had several problem with SPI transactions, not least, the SPI doesn't play nice with other SPI devices. Inside library there's a TFT library that I decided to avoid completely, it's an old version modified and once again it doesn't play nice with other SPI devices (and even this one lack of Teensy support). If everithing works as I suppose the end user can choose the TFT/OLED he prefere! I proposed some days ago a pull to Lee but at the end it's not enough, the original library carry initialization for many cameras so I will split all these in code chunks and create a virtual lib calls for the main code (that is common), this simplify a lot the integration on projects and user have just to declare withch came he's using at the start of the project. It have also the ability to use different cameras in the same project. Actually this version works perfectly with ESP8266 and Teensy 3.0, 3.1 and LC as opposed the original and I already modified some examples, other example will not work because I'm using a missed begin() function to initialize correctly (for the processor used) wire and SPI and now the library it's using the advantages of SPI Transactions (that recently was added to ESP8266 as well). This is a working on experiment so do not apology, I will use to propose to Lee some changes without using a massive pull to his original library (none developer like this).

近期下载者

相关文件


收藏者