# Events

## OnBarCodeRead

![](/files/-MLKdATAI-6QfmxSSCFC)

Este evento se dispara cuando la cámara hace lectura de un código de barras y retorna la información del mismo

[Generales del evento](https://docs.apphive.io/global-functions/events/generales-de-los-eventos)

## OnQRCodeRead

![](/files/-MLKdEeLixTX_3vwfkNr)

Este evento se dispara cuando la cámara hace lectura de un código QR y retorna la información del mismo

[Generales del evento](https://docs.apphive.io/global-functions/events/generales-de-los-eventos)

## OnStartRecord

![](/files/-MLKdIsDSGgxTaVjaeV6)

Se activa cuando se comienza una grabación

[Generales del evento](https://docs.apphive.io/global-functions/events/generales-de-los-eventos)

## OnStopRecord

![](/files/-MLKdMy4z8RhOCfed55Z)

Se activa cuando se finaliza una grabación

[Generales del evento](https://docs.apphive.io/global-functions/events/generales-de-los-eventos)

## OnTakePicture

![](/files/-MLKdREX6N7E3FE9ux-x)

Se activa cuando se toma una fotografía retornando la ubicación del la foto

[Generales del evento](https://docs.apphive.io/global-functions/events/generales-de-los-eventos)


---

# Agent Instructions: 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://docs.apphive.io/apphive-documentacion/reference/controles/camenra-view/events.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.
