You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vx_scalar values can be accessed by vxCopyScalarWithSize(...) only.
Either vxWriteScalarValue(...) and vxReadScalarValue(...) does not work with these scalar since they will access the union memory of the struct instead of the data_addr pointer.
Hence, the users have to trace the variables to select the compatible apis even though they are all vx_scalars.
Was this designed in purpose? Thanks!!
The text was updated successfully, but these errors were encountered:
Hi,
vx_scalar values can be accessed by vxCopyScalarWithSize(...) only.
Either vxWriteScalarValue(...) and vxReadScalarValue(...) does not work with these scalar since they will access the union memory of the struct instead of the data_addr pointer.
Hence, the users have to trace the variables to select the compatible apis even though they are all vx_scalars.
Was this designed in purpose? Thanks!!
The text was updated successfully, but these errors were encountered: