The problem is camera initialization is done successfully but when it is go for reading frame it stuck atwhile (!read_hsync()); , So why camera not out the hsync Signal …? :roll:
I am using the ‘person_detection’ example provided by Arduino_TensorFlowLite(Ver : 2.1.0- ALPHA) in Arduino IDE. In this example i am just compile and upload code into sparkfun edge.
In this example in loop() ==> GetImage() (Defined in sparkfun_edge_image_provider.cpp)
In GetImage() , camera initialization is become done successfully. After that it go to hm01b0_blocking_read_oneframe_scaled ()(Defined in himax_driver_HM01B0_optimized.c) for read the first frame from camera. But in this function it is waiting for HSYNC Signal to become high. This signal Read is perform in while loop so the program will not go further until HSYNC Signal is not getting high. and loop will not break.
So it is camera issue ? or Configuration issue? or Hardware issue ?
And one for think The schematic of sparkfun edge module on product page(https://www.sparkfun.com/products/15170) in documents is not compatible for HIMAX HM01B0 camera. So Where Do i find updated schematic of sparkfun edge module for Himax HM01B0 camera sensor. :roll: