jsPsych/packages/plugin-initialize-camera
2022-09-20 12:18:15 -04:00
..
src documentation for the initialize-camera plugin 2022-07-12 11:10:55 -04:00
CHANGELOG.md chore(release): version packages 2022-07-20 13:24:31 +00:00
jest.config.cjs add draft of camera plugin 2022-05-27 16:24:20 -04:00
package.json chore(release): version packages 2022-07-20 13:24:31 +00:00
README.md added readme.md for every package + changeset 2022-09-20 12:18:15 -04:00
rollup.config.mjs add draft of camera plugin 2022-05-27 16:24:20 -04:00
tsconfig.json add draft of camera plugin 2022-05-27 16:24:20 -04:00

jspsych logo

jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser.

Plugin Description

The initialize-camera plugin asks the participant to grant permission to access the camera. If multiple cameras are connected to the partipicant's device, then it allows the participant to select which camera to use. Once access is granted for an experiment, you do not need to ask again, and the camera can be accessed by the jsPsych.pluginAPI.getCameraRecorder() function.

Examples

Several example experiments and plugin demonstrations are available in the /examples folder. After you've downloaded the latest release, double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works.

Documentation

Documentation for this plugin is available here.

Getting help

For questions about using the library, please use the GitHub discussions forum. You can also browse through the history of Q&A on the forum to find related questions.

Contributing

We ❤️ contributions! See the contributing to jsPsych documentation page for more information about how you can help.

Citation

If you use this library in academic work, please cite the paper that describes jsPsych:

de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. Behavior Research Methods, 47(1), 1-12. doi:10.3758/s13428-014-0458-y

Contributors

jsPsych is open source project with numerous contributors. The project is currently managed by the core team of Josh de Leeuw (@jodeleeuw), Becky Gilbert (@becky-gilbert), and Björn Luchterhandt (@bjoluc).

jsPsych was created by Josh de Leeuw.

We're also grateful for the generous support from a Mozilla Open Source Support award, which funded development of the library from 2020-2021.