Integrating with the rpicam-apps framework

Any examples on how to efficiently inference on the mapped arrays in picamera 2 or the request buffers in rpicam apps c++ framework?

1 Like

Hi smat32,

Sorry but we don’t have any examples made for that yet. Instead we’d recommend moving the captured array data into an opencv::mat object, thus basically emulating what happens with opencv VideoCapture.read() . With this modification, our C++ tutorials or example apps should be able to work then.