OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): 2024.1.5
Standard Standalone? (y/n) If not then what?:yes
**What are you trying to achieve?:**I am using this package (GitHub - ksseverson57/campy: Python package for streaming video from multiple cameras to disk. Features real-time compression and debayering using FFmpeg.) to record video using 2 Basler cameras at the same time and it works very well using the win cmd prompt (using `campy-acquire ./configs/campy_config.yaml’). I would like to integrate this (if possible) in a psychopy experiment.
What did you try to make it work?: I tried those methods to add this external package [Adding external modules to Standalone PsychoPy — PsychoPy v2023.1.2]
Then what I wrote in a code component in the builder(not sure of what I should write in fact…):
from campy import campy
config = ./configs/campy_config.yaml
campy-acquire(config)
What specifically went wrong when you tried that?: