Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-11886

TIOVX extension attributes are missing type when their values are set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • OpenVX Framework
    • TIOVX-1678
    • TIOVX_09.02.00
    • TIOVX_10.00.00
    • Hide
      j721e-evm
      j721s2-evm
      j784s4-evm
      j722s-evm
      Show
      j721e-evm j721s2-evm j784s4-evm j722s-evm

      TIOVX extension attributes are missing type attribute in the setting of the value. Instead, it is set to 0.

      Ex. VX_TYPE_GRAPH

      TIVX_NODE_TIMEOUT = VX_ATTRIBUTE_BASE(VX_ID_TI, (vx_enum)0) + 0x6

      should be:

      TIVX_NODE_TIMEOUT = VX_ATTRIBUTE_BASE(VX_ID_TI, (vx_enum)VX_TYPE_NODE) + 0x1,

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: