Regarding the camera rev 1.3v

While i have enabled the legacy camera raspistill works and my billing.py works , but edge-impulse-linux is not able to detect cameras. Similarly if i disable the legacy camera edge-impulse-linux will work and detect but my billing.py code doesnt initialize camera. How do i resolve this issue. I have attached pics.
image

Hi @Kishenmjr,

Without seeing your billing.py, it’s hard to tell what’s going on. If you are creating your own code and using the PiCamera, my recommendation is to use the new picamera2 library. Here is an example of using picamera2 to capture images and then use the Edge Impulse model to perform inference.