MackyleNaidoo

  • 4 Feb
  • Joined Mar 5, 2024
  • 0 best answers
  • jakaskerl
    yes i got the templates to run on the oak but i made my own code to do tracking and load data to a csv.
    i tried to modify it for robothub and not sure why it wont setup under develop.

  • Hi
    Can anyone please guide me on how to access the live feed from the oak cmaera that is connected to the pi.
    i have a amodel that tracks items and runs on the pi but i want to acess the feed onthe hub. i have the hub setup to the pi.

  • Hi can anyone advise me please.

    I have a Pi 3b running this DEPTHAI SDK HUMAN POSE ESTIMATION
    from depthai_sdk import OakCamera

    with OakCamera() as oak:

    color = oak.create_camera('color')
    
    human_pose_nn = oak.create_nn('human-pose-estimation-0001', color)
    
    oak.visualize(human_pose_nn)
    
    oak.start(blocking=True)

    but question is my pi freezes and its running very slow any idea how i can make it faster on processing real time.