mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
added the possiblity to choose which camera to use
This commit is contained in:
parent
7b5be347bf
commit
b78f7f11de
4 changed files with 116 additions and 4 deletions
|
@ -59,8 +59,9 @@ class VOIPConfigPanel : public ConfigPage
|
|||
//VideoDecoder *videoDecoder ;
|
||||
//VideoEncoder *videoEncoder ;
|
||||
QVideoInputDevice *videoInput ;
|
||||
VideoProcessor *videoProcessor ;
|
||||
VideoProcessor *videoProcessor ;
|
||||
bool loaded;
|
||||
QString currentCameraDescription;
|
||||
|
||||
voipGraphSource *graph_source ;
|
||||
|
||||
|
@ -86,7 +87,9 @@ class VOIPConfigPanel : public ConfigPage
|
|||
virtual void showEvent(QShowEvent *) override;
|
||||
virtual void hideEvent(QHideEvent *event) override;
|
||||
private slots:
|
||||
void updateAvailableBW(double r);
|
||||
void on_changedCurrentInputDevice(int i);
|
||||
void checkAvailableCameras();
|
||||
void updateAvailableBW(double r);
|
||||
void loadSettings();
|
||||
void emptyBuffer();
|
||||
void togglePreview(bool) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue