https://github.com/cnpem/ad-aravis-epics-ioc
ADAravis-based IOC for GenICam cameras
https://github.com/cnpem/ad-aravis-epics-ioc
Last synced: 3 months ago
JSON representation
ADAravis-based IOC for GenICam cameras
- Host: GitHub
- URL: https://github.com/cnpem/ad-aravis-epics-ioc
- Owner: cnpem
- Created: 2023-09-22T18:18:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:35:41.000Z (7 months ago)
- Last Synced: 2024-12-28T13:39:21.892Z (5 months ago)
- Language: Batchfile
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```