Hello,

Im using the OAK-D-PoE camera and i have some questions. First, is it possible to access the cameras emmc to use as storage for photographs? My second question is regarding converting image coordinates to real world coordinates, i see that in a previous answer to a question similar to mine the following equations were given for the conversion

  1. X Coordinate:
    • X = ((x - c_x) * Z) / f
  2. Y Coordinate:
    • Y = ((y - c_y) * Z) / f

I was wondering if these equations here are correct and if so, how are they derived?

Thank you for taking the time to read through my question, any advice or knowledge is much appreciated!

  • jakaskerl replied to this.
  • Hi SpirosMillas

    1. Update bootloader first
    2. Check if you have EMMC - script.

    SpirosMillas My second question is regarding converting image coordinates to real world coordinates,

    it's derived from the pinhole camera model.

    You can solve for Xc and Yc and get the above equation. X = ((x - c_x) * Z) / f

    Thanks,
    Jaka

    Hi SpirosMillas

    1. Update bootloader first
    2. Check if you have EMMC - script.

    SpirosMillas My second question is regarding converting image coordinates to real world coordinates,

    it's derived from the pinhole camera model.

    You can solve for Xc and Yc and get the above equation. X = ((x - c_x) * Z) / f

    Thanks,
    Jaka