Record participant audio and video at the same time within a trial #3147
Replies: 3 comments 2 replies
-
Hi @pelinTan, There's a parameter in the initialize-camera plugin called const init_camera = {
type: jsPsychInitializeCamera,
include_audio: true
} |
Beta Was this translation helpful? Give feedback.
-
Hi all,
|
Beta Was this translation helpful? Give feedback.
-
Does anyone have a solution to this? Both the record-video extension and the html-video-response plugin have this issue. You can't access the base64 data, it just returns the strings: "opus;base64" or 'whatevermimetypeyouspecified;base64". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am programming a production study where I have to record video and audio for each trial. I need to make sure that participants are saying each word aloud when instructed, but also that they are not mouthing the words on silent trials. I see that I can use html-audio-response and html-video-response to record audio and video separately. Is there a way to combine these?
I also saw that there is a record-video extension but I could not successfully integrate that to the html-audio-response plugin. Any advice or directions are much appreciated. I am using jsPsych 7.3.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions