-
Sorry, this might not strictly qualify as an issue but it feels like the documentation is a bit lacking in this context and I don't see any other place to ask...
I've been trying to make sense out …
-
Dear all,
Yesterday, I had the need to record myself for a video using my webcam and realised I couldn't with green-recorder.
I think this would be a really cool feature.
What do others th…
-
```
What steps will reproduce the problem?
1. Installed Qgismapper dependencies individually (as named in install page)
2. Installed Gather and Player plugins via plugin manager in QGIS
3. USB Webcam …
-
## Type of issue
- [ ] Bug report
- [x] Feature request
## Uploader type
- [x] Traditional
- [x] S3
- [x] Azure
Feature Request
#### Feature request details
I think it is better to…
-
Add the possibility to share desktop with other participants.
Instead of showing the screen inside the basic webcam video frame, it should show a notification or some kind of icon beside the username…
-
```
What steps will reproduce the problem?
1. Installed Qgismapper dependencies individually (as named in install page)
2. Installed Gather and Player plugins via plugin manager in QGIS
3. USB Webcam …
-
Hi
I am using screen-capture-recorder as a **webcam** for online-meeting platform so I am able to cast the desktop to the online-meeting application.
I found out that the online meeting applicatio…
-
It would be useful to be able to select the desired aspect ratio of the webcam, obtained by cropping the input flux. Cropping to eg., to 1:1, 4:3 or 16:9 seems frequent.
This can be necessary eg. w…
-
```
What steps will reproduce the problem?
1. Installed Qgismapper dependencies individually (as named in install page)
2. Installed Gather and Player plugins via plugin manager in QGIS
3. USB Webcam …
-
recorder=RecordRTC(localStream, {
type: 'video'
});
recorder.startRecording();
recorder1=RecordRTC(remoteStream, {
type: 'video'
});
recorder1.startRecording();
//…