Add allied vision camera integration #111

Open
appel_c wants to merge 1 commits from feat/allied_vision_camera into main
Owner

PR for the AlliedVision camera controlled through AD detector.

Example config is:
cam:
description: Allied Vision Camera
deviceClass: csaxs_bec.devices.epics.allied_vision_camera.AlliedVisionCamera
deviceConfig:
prefix: "X12SA-GIGECAM-AV1:"
enabled: true
onFailure: buffer
readOnly: false
readoutPriority: on_request

PR for the AlliedVision camera controlled through AD detector. Example config is: cam: description: Allied Vision Camera deviceClass: csaxs_bec.devices.epics.allied_vision_camera.AlliedVisionCamera deviceConfig: prefix: "X12SA-GIGECAM-AV1:" enabled: true onFailure: buffer readOnly: false readoutPriority: on_request
appel_c added 1 commit 2025-12-05 17:07:21 +01:00
feat(allied-vision-camera): Add allied vision camera integration
All checks were successful
CI for csaxs_bec / test (push) Successful in 1m20s
CI for csaxs_bec / test (pull_request) Successful in 1m24s
5a3be79e42
appel_c requested review from holler 2025-12-05 17:07:21 +01:00
appel_c requested review from wyzula_j 2025-12-05 17:07:21 +01:00
Member

Does this start/stop the video stream also on the camera / IOC connection or just IOC to BEC?

Does this start/stop the video stream also on the camera / IOC connection or just IOC to BEC?
All checks were successful
CI for csaxs_bec / test (push) Successful in 1m20s
CI for csaxs_bec / test (pull_request) Successful in 1m24s
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/allied_vision_camera:feat/allied_vision_camera
git checkout feat/allied_vision_camera
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bec/csaxs_bec#111