Nathan Couch
Nathan Couch
> Hello little update I've tried to add this dependency to the esp-idf blink example project and I get this error in the build: > > > Executing action: menuconfig...
Ok, it seems I was able to resolve one of the problems but am now running into another. If you create a project from one of the opencv examples as...
Actually just did a sanity check and tried to build a fresh project with only esp32-camera as a dependency and I ran into the exact same error message. I am...
> @Ncouch64 @NathanG-Wyca Please change the directory of opencv to "components" and change the file name to "opencv". > > @igrr you can set COMPONENT_NAME variable as "opencv" before calling...
> > I will test this out today, thanks for the response. I was pulling my hair out trying to figure out what I was doing wrong. > > @Ncouch64...
> @dmitry1945 > > > I will update opencv component today. You will be able to use it. > > Thanks for the useful library. I built the code below:...
> @https://github.com/Ncouch64 > > > You will need to write a function to output the data to MicroSD if you are trying to save it. > > What makes me...
> @nopnop2002 yes, I did it. The update will be soon. It's possible to build, and for that you will need to include libopenjp2 to the 3rdparty_libraries list. But, then...
> @dmitry1945 > > Do I need to make any changes to main/CMakeLists.txt? > > If you have any changes, please share the main/CMakeLists.txt you used. > > I used...