PennController for IBEX › Forums › Support › Video recording in InitiateRecorder? › Reply To: Video recording in InitiateRecorder?
May 27, 2021 at 9:29 am
#7006
Jeremy
Keymaster
Hi,
The MediaRecorder element will capture video unless it is explicitly restricted to audio: https://doc.pcibex.net/mediarecorder/
If there is a newMediaRecorder
command in your script that does not explicitly specify "audio"
(ie neither newMediaRecorder("audio")
nor newMediaRecorder("myrecorder", "audio")
) then PennController will determine that you need to capture video and accordingly require access to the participant’s webcam
Jeremy