Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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-08T17:42:31.000Z (3 months ago)
- Last Synced: 2024-11-08T18:33:41.928Z (3 months ago)
- Language: Batchfile
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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
```