> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/renesas/rz-v2n/rz-v2n-other-articles.md).

# rz-v2n-other-articles

- [AI Demo: Quick Draw Doodle Recognition (RZ/V2N)](https://dev.solid-run.com/renesas/rz-v2n/rz-v2n-other-articles/ai-demo-quick-draw-doodle-recognition-rz-v2n.md): A touchscreen sketch recogniser on the SolidRun RZ/V2N SOM. INT8 MobileNetV2 on the DRP-AI3 accelerator — 345 categories, ~1 ms inference, entirely on-device.
- [USB Webcam Video on RZ/V2N](https://dev.solid-run.com/renesas/rz-v2n/rz-v2n-other-articles/usb-webcam-video-on-rz-v2n.md): Capture video from a USB webcam on the SolidRun RZ/V2N HummingBoard IIoT and stream it to a remote PC over Ethernet, or display it locally on the 7" MIPI LCD — using GStreamer and VLC.
- [RZ/V2N AI Autonomous Car Demo](https://dev.solid-run.com/renesas/rz-v2n/rz-v2n-other-articles/rz-v2n-ai-autonomous-car-demo.md): An embedded AI reference design for autonomous navigation — powered by the Renesas RZ/V2N MPU and its integrated DRP-AI accelerator. The car detects a bowling pin target in real time and drives toward
- [Autonomous Car on HB-IIoT – Setup & Assembly](https://dev.solid-run.com/renesas/rz-v2n/rz-v2n-other-articles/rz-v2n-ai-autonomous-car-demo/autonomous-car-on-hb-iiot-setup-and-assembly.md): Mechanical and electrical assembly guide for the V2N AI Demo Autonomous Car on the SolidRun HummingBoard-IIoT (HB-IIoT) with RZ/V2N SOM.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.solid-run.com/renesas/rz-v2n/rz-v2n-other-articles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
