Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cnpem/ad-aravis-epics-ioc

ADAravis-based IOC for GenICam cameras
https://github.com/cnpem/ad-aravis-epics-ioc

Last synced: 26 days ago
JSON representation

ADAravis-based IOC for GenICam cameras

Awesome Lists containing this project

README

        

# EPICS IOC for GenICam cameras based on ADAravis

This repository contains the EPICS Input/Output Controller (IOC) used at LNLS
based on [ADAravis](https://github.com/areaDetector/ADAravis) support module.

## Running the IOC

You can use the following command to run it in the background using the default
start-up script from
[epics-in-docker](https://github.com/cnpem/epics-in-docker).

```
docker compose up -d
```

## Building the IOC image

You can build the IOC with the following command:

```bash
TAG=latest docker compose build
```