mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
b6089f3b91
- GUI part is done - implemented a very basic JPEG codec - added echo frame in configuration panel - created a video capture object that uses OpenCV (should be cross systems) Remains to do: - serialise and send frames through p3VoRS - use a serious codec (e.g. Theora+x264) - add icons to reflect camera state (failure/working/sending/...) - compilation on windows git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7449 b45a01b8-16f6-495d-af2f-9b41ad6348cc
17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>images/audio-volume-medium-22.png</file>
|
|
<file>images/muted_self.svg</file>
|
|
<file>images/audio-volume-muted-22.png</file>
|
|
<file>images/talking_on.svg</file>
|
|
<file>images/talking_off.svg</file>
|
|
<file>images/call-start-22.png</file>
|
|
<file>images/call-stop-22.png</file>
|
|
<file>images/call-hold-22.png</file>
|
|
<file>images/camera-on.png</file>
|
|
<file>images/camera-off.png</file>
|
|
<file>images/video-icon-big.png</file>
|
|
</qresource>
|
|
</RCC>
|
|
|