Closed peci1 closed 1 year ago
Hi @peci1 , We apologize for the inconvenience. We updated the tutorial last week, could you perhaps try it out? https://docs.luxonis.com/projects/hardware/en/latest/pages/DM3390.html#getting-started Thanks, Erik
I'm afraid that this is still an issue.
I was trying to use the AR0234 camera with
rvc3_develop
(commit ff92974)Most of the guide works well now and the cam_test.py
script connects to the board just fine.
But it is unable to find the camera, no matter at which port you connect it: Connected cameras: []
According to the support forum, the AR0234 camera is not supported with the OAK-FFC-6P. (reference)
It would be nice if you could keep the issue open until there is a firmware update that adds support for the camera.
Hi @kuepe-sl , I believe it's best to refund for the cam module. AR0234 itself is supported, but the FFC-AR0234 is not, and with RVC4 around the corner we rather spend engineering effort on that platform. Thank you for understanding.
Hi, I've just received OAK-FFC-6P. I connected two AR0234 to ports A and B, the 5 V supply and USB cable.
I succesfully ssh'd into the board and updated OS to 1.8 and firmware to the latest.
Then I followed this tutorial: https://docs.google.com/document/d/1r3en4EqgDG3hum8o5yS1DJ5vSCb6aNqyA38tIM8723U/edit . None of the "end-commands" worked - neither "save 10 frames", neither "start RTSP".
Then I tried this tutorial: https://docs.luxonis.com/projects/hardware/en/latest/pages/DM3390.html#developing-with-the-oak-ffc . The command said it can't find any camera. I even forced the correct IP address via custom DeviceInfo in the script, but still no joy. Wireshark shows that when I run the script, one UDP packet is sent via unicast to the camera (a few bytes), and one UDP packet is sent back (~60 bytes). Then ARP comms follow, successfully returning the MAC of the board. As I said, the link layer works, as I can ssh into the board.
I also noticed the board likes to change its SSH host key so that I have to often manually remove the previously remembered key before ssh lets me in the next time.
Here's a log of my try: