[Recuration]Network Camera Using W5300
This project is to obtain camera images and transmit camera images over the network using the W5300, which enables high-speed network communication.
Hardware
W5300 and STM32 are interfaced through the FSMC. The STM32 and the camera interface through DCMI and set up the camera through I2C communication.
Software
Camera control code : https://github.com/STMicroelectronics/stm32-ov2640
Project code : https://github.com/elabsystem/STM32_RP/tree/master/ex12_w5300_netcam/Src
-
elabsystem