<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj" -->

---
title: OpenVX 1.3.2 Released: More Precise Errors, Better...
description: Khronos released OpenVX 1.3.2, a maintenance update to the open, royalty-free graph-based standard for portable vision processing. The release adds new error...
canonical: https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: OpenVX 1.3.2 Released: More Precise Errors, Better Consistency, and Groundwork for 2.0 | daily.dev
og:description: Khronos released OpenVX 1.3.2, a maintenance update to the open, royalty-free graph-based standard for portable vision processing. The release adds new error...
og:url: https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj
og:image: https://api.daily.dev/og/posts/IiOVm1oRJ.png
og:image:alt: OpenVX 1.3.2 Released: More Precise Errors, Better Consistency, and Groundwork for 2.0
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenVX 1.3.2 Released: More Precise Errors, Better Consistency, and Groundwork for 2.0

**[Khronos](https://daily.dev/sources/khronos)** · 4 min read · 0 upvotes · 0 comments

## Summary

Khronos released OpenVX 1.3.2, a maintenance update to the open, royalty-free graph-based standard for portable vision processing. The release adds new error codes (VX_ERROR_TIMEOUT, VX_ERROR_GRAPH_NOT_VERIFIED), support for the VX_DF_IMAGE_RGBA image format, broader virtual object array support, and user-defined structures in vx_scalar. It also standardizes error reporting, replaces ambiguous terminology with 'implementation-defined', fixes API signature issues, refreshes documentation, clarifies image-patch handling for 1-bit images, and updates the conformance test suite. These changes lay groundwork for OpenVX 2.0, expected by the end of 2026, which will add support for radar and ultrasonic sensor data and other hardware-accelerated workloads.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.khronos.org/blog/openvx-1.3.2-released>

## Questions this post answers

### What new error codes were added in OpenVX 1.3.2?

OpenVX 1.3.2 introduces VX_ERROR_TIMEOUT for operations exceeding expected execution time, useful in safety-critical applications, and VX_ERROR_GRAPH_NOT_VERIFIED for graphs that have not completed verification. Read-only attributes now consistently report VX_ERROR_NOT_SUPPORTED, and memory allocation failures across copy and mapping APIs return VX_ERROR_NO_MEMORY.

_Teams tracking vision pipeline error handling changes can follow OpenVX updates on daily.dev._

### Does OpenVX 1.3.2 support images with an alpha channel?

Yes, OpenVX 1.3.2 adds support for the VX_DF_IMAGE_RGBA image format, enabling images with an alpha channel. The release also adds new conformance identifiers and a vendor ID for Robert Bosch GmbH, alongside broader virtual object array support and user-defined structures in vx_scalar.

_Developers evaluating vision format support across API versions can track these updates on daily.dev._

### When is OpenVX 2.0 expected to be released and what will it add?

OpenVX 2.0 is expected to release by the end of 2026. It will expand support beyond traditional computer vision to broader sensor classes such as radar and ultrasonic data and other hardware-accelerated workloads, simplify vendor adoption by moving existing kernels into extensions, and introduce stronger traceability between specification requirements and conformance tests.

_Vision pipeline maintainers planning ahead for OpenVX 2.0 can follow roadmap news on daily.dev._

## Similar posts on daily.dev

- [Vulkan 1.4.349 Released With Data Graph Optical Flow Extension](https://daily.dev/posts/vulkan-1-4-349-released-with-data-graph-optical-flow-extension-cwwkojbay) · Phoronix · 0 upvotes · 0 comments
- [Imagination’s Open-Source Graphics Driver adds Vulkan 1.2 Support and Additional GPUs](https://daily.dev/posts/imagination-s-open-source-graphics-driver-adds-vulkan-1-2-support-and-additional-gpus-dkpjmruo8) · Khronos · 0 upvotes · 0 comments
- [Vulkan 1.4.351 Brings Six New Extensions, Including A Ray-Tracing Improvement](https://daily.dev/posts/vulkan-1-4-351-brings-six-new-extensions-including-a-ray-tracing-improvement-od4rwjwe9) · Phoronix · 0 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#computer-vision](https://daily.dev/tags/computer-vision), [#embedded](https://daily.dev/tags/embedded)

[View this post on daily.dev](https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"OpenVX 1.3.2 Released: More Precise Errors, Better Consistency, and Groundwork for 2.0","url":"https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj"},"datePublished":"2026-08-31T13:32:54.229Z","dateModified":"2026-08-31T13:33:16.486Z","description":"Khronos released OpenVX 1.3.2, a maintenance update to the open, royalty-free graph-based standard for portable vision processing. The release adds new error...","image":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","thumbnailUrl":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","isAccessibleForFree":true,"articleSection":"Khronos","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Khronos","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/792618c65bcf419783f2a62c03d29e1c","url":"https://daily.dev/sources/khronos"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,computer-vision,embedded","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Khronos","item":"https://daily.dev/sources/khronos"},{"@type":"ListItem","position":3,"name":"OpenVX 1.3.2 Released: More Precise Errors, Better Consistency, and Groundwork for 2.0"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/openvx-1-3-2-released-more-precise-errors-better-consistency-and-groundwork-for-2-0-iiovm1orj#faq","mainEntity":[{"@type":"Question","name":"What new error codes were added in OpenVX 1.3.2?","acceptedAnswer":{"@type":"Answer","text":"OpenVX 1.3.2 introduces VX_ERROR_TIMEOUT for operations exceeding expected execution time, useful in safety-critical applications, and VX_ERROR_GRAPH_NOT_VERIFIED for graphs that have not completed verification. Read-only attributes now consistently report VX_ERROR_NOT_SUPPORTED, and memory allocation failures across copy and mapping APIs return VX_ERROR_NO_MEMORY. Teams tracking vision pipeline error handling changes can follow OpenVX updates on daily.dev."}},{"@type":"Question","name":"Does OpenVX 1.3.2 support images with an alpha channel?","acceptedAnswer":{"@type":"Answer","text":"Yes, OpenVX 1.3.2 adds support for the VX_DF_IMAGE_RGBA image format, enabling images with an alpha channel. The release also adds new conformance identifiers and a vendor ID for Robert Bosch GmbH, alongside broader virtual object array support and user-defined structures in vx_scalar. Developers evaluating vision format support across API versions can track these updates on daily.dev."}},{"@type":"Question","name":"When is OpenVX 2.0 expected to be released and what will it add?","acceptedAnswer":{"@type":"Answer","text":"OpenVX 2.0 is expected to release by the end of 2026. It will expand support beyond traditional computer vision to broader sensor classes such as radar and ultrasonic data and other hardware-accelerated workloads, simplify vendor adoption by moving existing kernels into extensions, and introduce stronger traceability between specification requirements and conformance tests. Vision pipeline maintainers planning ahead for OpenVX 2.0 can follow roadmap news on daily.dev."}}]}
```

