Exynosy
November 27, 2023, 1:01pm
#1
Question/Issue:
Hi team, can you help me with this? I’m totally desprate :((
How to run edge-impulse-linux while Legacy Camera is enabled? i enable it on raspi-config.
I need to run my classify file (called billing.py).
When i ENABLE Legacy camera, it can run a ‘python billing.py modelfile.eim’ command. But can’t connect to edge impulse, it said “Cannot find any webcams”.
When I DISABLE Legacy camera, it cannot run a ‘python billing.py modelfile.eim’ command, it said “cannot find any webcams”. But can connect to edge impulse, the camera also detected.
I use OV5647 Wide-angle 5MP camera module with ribbon port attach, using raspberry pi 3 and Raspi OS 64bit Full bullseye.
Please… help me team
Project ID:
Project ID 298204
Context/Use case:
For autobilling project.
Hi @Exynosy ,
Please see if any of the following threads help with your issue:
Question/Issue:
I cannot connect my new RPi4 via edge-impulse-linux login, because at the terminal login my (ordinary ribbon-cable) camera is not detected, and the connection fails. It does see USB cameras, but I can’t use them for my image classifier. Could not find this topic on the forum. Are generic ribbon cams supported in the EI Dashboard for data and testing?
Thank you
Project ID: T3068
Context/Use case:
Hi all
I am trying to run a project that involves the use of a camera. I am able to connect to the server as shown below :
edge-impulse-linux
Edge Impulse Linux client v1.4.8
edge-impulse-linux
Edge Impulse Linux client v1.4.8
[GST] checking for /etc/os-release
[SER] Using microphone hw:0,0
[SER] Using camera /base/soc/i2c0mux/i2c@1/ov5647@36 starting…
[SER] Connected to camera
[WS ] Connecting to wss://remote-mgmt.edgeimpulse.com
[WS ] Connected to wss://remote-mgmt.edgeimpulse.com
…
Question/Issue:
I wanna run my model locally on my Raspberry Pi 3B and a Raspberry Pi Camera Module V2. When I run edge-impulse-linux or edge-impulse-linux-runner the camera is detected and it works perfectly fine. However, when I try to run the classify.py example it returns this:
MODEL: /home/pi/linux-sdk-python/examples/image/models/FOMO-int8.eim
Loaded runner for "Benjamin / Real-Time Object Tracking for Autonomous UAVs"
Looking for a camera in port 0:
Looking for a camera in port 1:
[ WAR…
Hello, I’m getting the below error when running “edge-impulse-linux --disable-microphone” command on a Raspberry PI 4 with connected PI Camera V2,
pi@pi4:~ $ edge-impulse-linux --disable-microphone
Edge Impulse Linux client v1.2.11
Failed to initialize linux tool Error code was not 0: Probing devices…
[0:10:44.480782972] [998] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3156-f4070274
Failed to start device monitor!
I tested the camera with the below command and got the expected 5 …