make own hailo project

hello i bought raspi ai 5 kit and i want to make my own projects using it. so far i have tested with the codes and models in rpi5_examples and hailo_application_examples. now i want to create my own project and test it, for example, taking images from the camera and processing this incoming data. to do this, do i need to adapt my code to it by examining the codes in hailo_application_examples or can i write it myself by looking from an api document?
Thank you

Hey @ergin.azimsamet,

It’s completely up to you how you’d like to proceed. We provide these examples to demonstrate how to use our API, so feel free to either build on top of what we’ve done or create something from scratch using our API.

Also, it depends on your preference—whether you’re working with Python, C++, or if you plan to use GStreamer.

For the specific example you mentioned, which involves running on a camera and capturing images, you might want to check out our streaming example in this HACER streaming. From there, you can modify it to save frames as images when a detection occurs or perform any other operation you’d like.

Best regards

1 Like