kbarni / LCCV

LibCamera wrapper library for OpenCV
60 stars 30 forks source link

gcc12 compatability fixes. #27

Closed Napalys closed 9 months ago

Napalys commented 10 months ago

By default, Bookworm utilizes gcc 12. Therefore, I have updated the code to ensure compatibility with this version. Although I haven't tested it with earlier OS versions, I believe it should still function properly. (requires testing)

Closes #25 Closes #24