Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add camera preview in screen proctoring #1048

Open
a-kempka opened this issue Dec 2, 2024 · 2 comments
Open

Add camera preview in screen proctoring #1048

a-kempka opened this issue Dec 2, 2024 · 2 comments
Assignees
Labels
feature request This issue describes a request for a new feature of the software.

Comments

@a-kempka
Copy link

a-kempka commented Dec 2, 2024

Is your feature request related to a problem? Please describe.
The new screen proctoring feature is great for on-site exams. Online exams however require a video feed for authentification and proctoring - screen proctoring is not sufficient in this case.

Describe the solution you'd like
Since SEB provides screen proctoring the existing camera feed could be transmitted as part of the students' screen. The SEB application could use a small window in a screens corner (so it does not obstruct content). Upon clicking the webcam preview could expand (for clarification of incidents or id verification).

Describe alternatives you've considered

  • As an alternative a student could open the camera app or start a video conferencing software such as zoom, jitsi or big blue button, etc.. along SEB. This however needs external apps, whitelist rules or infrastructure (server for vc). It is cumbersome, time consuming and error prone for the student.
  • Another alternative would be to make SEB haandle the video feed (via webRTC). This is a more complicated solution.

Additional context

@dbuechel
Copy link
Member

dbuechel commented Dec 2, 2024

Thanks for your feature request. That is something we may be able to have a look at mid- to long-term, given that it is technically and organizationally possible (we have very limited development capacities).

@dbuechel dbuechel added the feature request This issue describes a request for a new feature of the software. label Dec 2, 2024
@danschlet
Copy link
Member

danschlet commented Dec 2, 2024

@a-kempka the fastest solution would indeed be to add a camera preview to your own web assessment solution. Should be pretty easy with the Javascript API getUserMedia() or similar. Just make sure to enable the SEB setting to allow camera access (browserMediaCaptureCamera = true).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This issue describes a request for a new feature of the software.
Projects
None yet
Development

No branches or pull requests

3 participants