Vladislav Rykov
Vladislav Rykov
Greetings to all. I am struggling for a couple of days trying to retrieve an image from the ov7670, but no result. I connect with the sensor, configure it, and...
Thank you @cspwcspw, I really appreciate your help. > The camera module needs an external clock which the ESP32 must supply: without that, you will not get frames delivered. So...
@cspwcspw thank you again for your explanation. It really cleared up the things. The next thing I am going to do is to find the oscilloscope and analyze the issue,...
@cspwcspw, Thank you for your suggestions. Finally, I solved the issue. It was wrong VSYNC synchronization. I was expecting VSYNC to be negative and it was configured positive. So properly...
@cspwcspw That's really useful tips for debugging the color correctness. Thank you for your valuable suggestions! Will keep you posted.
See the point. My understanding wasn't correct. Hence, think it can be split in following steps: 1. Remove netagive decimal integer concept 2. Create additional minus struct but derived from...
> I think you can just remove the negative decimal integer concept and it's fine. The library should already handle unary minus. Gotcha. Haven't seen anything in [dsl/minus.hpp](https://github.com/intel/safe-arithmetic/blob/main/include/safe/dsl/minus.hpp), but found...
Restructuring the PR.
@elbeno are there any specific requirements for clang-format? Is the style based on LLVM or Google?
@elbeno which parameters should I use to properly apply `clang-format`? Couldn't find clues in `git-clang-format.py`