luxonis / depthai-core

DepthAI C++ Library
MIT License
235 stars 127 forks source link

[BUG] Documentation for getting started with OAK-FFC-6P #757

Open patrickwasp opened 1 year ago

patrickwasp commented 1 year ago

Describe the bug Cannot connect to OAK-FFC-6P using demo apps or scripts

Minimal Reproducible Example

  1. plugged in a mono camera into the CAMA port
  2. connected a USBC 3 cable to my Intel PC running Ubuntu 22.40. PG (power good?) LED lights up so I assume I don't actually need to use the barrel power jack.
  3. ran sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash, "No DespthAI device found!"
  4. lsusb shows a new device: Bus 004 Device 093: ID 0525:a4a2 Netchip Technology, Inc. Linux-USB Ethernet/RNDIS Gadget
  5. downloaded https://github.com/luxonis/depthai-python
  6. ran python3 depthai-python/utilities/device_manager.py, "No devices found."

Additional context

I can use ssh to login using ssh root@192.168.197.55

root@keembay:~# lsb_release -a
LSB Version:    n/a
Distributor ID: intel-embedded-system-enabling
Description:    meta-intel-ese Reference Distro 1.0-ESE
Release:    1.0-ESE
Codename:   dunfell
root@keembay:~# uname -a
Linux keembay 5.10.32-intel-standard #1 SMP PREEMPT Sat Oct 29 15:56:20 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

Am I supposed to upload firmware to the board before using it? Do I need something on the microSD card?

A step-by-step guide on bringing up a module to a working state is needed.

Link to discuss: https://discuss.luxonis.com/d/1219-getting-started-with-oak-ffc-6p

themarpe commented 1 year ago

@patrickwasp Sorry for delay

To work with RVC3 devices via DepthAI - use rvc3_support or rvc3_develop branches.