Arducam Support

Results 64 comments of Arducam Support

Hi, For PI4, please execute the following command to update the wiringpi library. ![image](https://user-images.githubusercontent.com/48546045/89748893-1bb7db00-daf8-11ea-9abe-6702caf1ec42.png) Then you need to make the following changes in bcm283_board_driver.h: ![image](https://user-images.githubusercontent.com/48546045/89749035-bf08f000-daf8-11ea-9e63-97e56ed123ce.png) Finally, recompile and execute.

Hi, Please refer to this connection. ![image](https://user-images.githubusercontent.com/48546045/89751409-84a45080-db02-11ea-80ed-46c9354d6ca0.png)

Hi, Due to our negligence, there is a problem with the latest version code. Please use the code of this version. The part that needs to be modified has been...

Hi, You can save images directly to the Raspberry Pi, but there is no example of directly saving images on our Raspberry Pi. We suggest you refer to the Raspberry...

The best method is to completely remove the Arduino IDE related folders and libraries and then reinstall the Arduino IDE and the Arducam esp8266 uno board.

Hi, There is no problem with your example, it seems that there is a problem with your hardware. Please check whether there is any problem with the SPI signal connection,...

Hi, Is the picture above your LCD display? It seems that you are displaying the jpeg image directly on the LCD. jpeg is a compressed image and cannot be displayed...

Hi, When you save the bmp image to the SD card, please make sure that the information in `bmp_header` is correct. The `bmp_header` contains the width and height information of...

Hello, Thank you for describing your problem in detail. You said you implemented I2C and SPI yourself, and I think you wrote in the last {0xff, 0xff} of the configuration...

Hi, 0x30 is the 7-bit address of I2C, excluding read and write bit.0x60 include the write bit.