K
KenMax

  • 3 days ago
  • Joined May 26, 2023
  • 0 best answers
  • Hello @KenMax
    When you logged into the Hub, go to devices list - from the left panel or from the widget on the main page.

    Select your device and the go to apps tab. Or if it is your first app you should see the widget for installing first app.

    Hope this will help.

  • Hi @KenMax

    KenMax Fulham Football Club

    Thanks for the laugh 🙂

    ISP = Image Signal Processor is used for bayer transformation, demosaicing, noise reduction, and other image enhancements. It interacts with the 3A algorithms: auto-focus, auto-exposure, and auto-white-balance, which are handling image sensor adjustments such as exposure time, sensitivity (ISO), and lens position (if the camera module has a motorized lens) at runtime.

    FFC = Flat Flexible Cable (FFC) refers to any variety of electrical cable that is both flat and flexible, with flat solid conductors. A flexible flat cable is a type of flexible electronics.

    I'll make a glossary.

    Thanks,
    Jaka

  • @KenMax the RobotHub Studio (our custom VSCode)/ RobotHub Cloud doesn't support Git yet - if you create a Git repository there - it will get uploaded as part of our publishing step - which can have unintended consequences/fail

    we are aware this is less than ideal - RobotHub currently has a simple application versioning (via the publish feature) - but no git support

    customers who now use Git usually develop on their machine - then copy/paste to the RobotHub Studio and press run/publish as needed

    Our aim is that soon, you will be able to develop directly on your Mac (or any other machine) - using the Raspberry Pi (or any other host) only as the target on which it runs. This is under development with no public ETA.

  • Hello @KenMax

    The "robot is not configured properly" is currently a common warning on RPI devices - it means that the Agent cannot control how your RobotHub Apps will use HW resources of the device. You don't have to worry about it and in future versions this issue will not be present (therefore warning will dissapear).

    Regarding the DepthAI script - RobotHub Agent will indeed grab all available devices, so running DepthAI locally will not work anymore - you can stop the robothub agent at any time with "sudo robothub-ctl stop" or disable the "Builtin App" in the cloud UI (Robots -> pick your robot -> Settings) to prevent this.

    Regarding usage of RobotHub - you should be able to use RobotHub without issue right now. You can create Apps in the "Apps" tab and then install them on your Robot in Development mode to edit them. If you want some example Apps to go off of, you can check out this repository.

    Hope this helps, please let us know if you have any further issues!