ksseverson57 / campy

Python package for streaming video from multiple cameras to disk. Features real-time compression and debayering using FFmpeg.
MIT License
39 stars 18 forks source link

Campy and psychopy #22

Open cataldoe opened 1 month ago

cataldoe commented 1 month ago

Hello,

I am using this package to record video using 2 Basler cameras at the same time and it works very well in the win cmd prompt (using 'campy-acquire ./configs/campy_config.yaml’). I would like to integrate this (if possible) in a psychopy experiment (builder). Do you know if this is possible? And how can I do it? (what should I write in the builder?)

Thanks for your help

ksseverson57 commented 2 weeks ago

You could potentially wrap campy into a PsychoPy plugin (https://www.psychopy.org/usingplugins.html).