[GH-ISSUE #942] A webcam live view and microphone live remote #654

Closed
opened 2026-02-27 15:51:16 +03:00 by kerem · 6 comments
Owner

Originally created by @naxceW on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/942

It can be added live preview mice and cam?

Originally created by @naxceW on GitHub (Mar 10, 2021). Original GitHub issue: https://github.com/quasar/Quasar/issues/942 It can be added live preview mice and cam?
kerem 2026-02-27 15:51:16 +03:00
  • closed this issue
  • added the
    wont-add
    label
Author
Owner

@j-quintas commented on GitHub (Mar 21, 2021):

Webcam live existed in 1.3.0.0 , i saw no mention of why the removal of it in 1.4.0.0 , does it have something to do with future plugin support?

I could make a pull request of this feature but since it got removed i wanna know if this is warranted or not.

Also, microphone capture would be good, maybe using NAudio ? I used it a few years ago and it was somewhat decent... don't know if any improvements have been made on this functionality.

<!-- gh-comment-id:803576667 --> @j-quintas commented on GitHub (Mar 21, 2021): Webcam live existed in 1.3.0.0 , i saw no mention of why the removal of it in 1.4.0.0 , does it have something to do with future plugin support? I could make a pull request of this feature but since it got removed i wanna know if this is warranted or not. Also, microphone capture would be good, maybe using NAudio ? I used it a few years ago and it was somewhat decent... don't know if any improvements have been made on this functionality.
Author
Owner

@gmiwoj commented on GitHub (Mar 21, 2021):

get cam2ip - https://github.com/gen2brain/cam2ip

get nircmd - https://www.nirsoft.net/utils/nircmd.html

upload to target pc somewhere

run hidden cam2ip task using remote command like this:
"FULLPATH\nircmd.exe" exec hide "FULLPATH\cam2ip.exe"

over LAN you can watch cam stream in your browser or vlc like this:
http://TARGET_IP:56000/mjpeg

getting access to target ip over the internet is more tricky

i use free ZeroTier service, it can create vpn bridge between you and target pc, but first you have to install, configure and hide zerotier app on target pc. there are other ways to do this (DDNS, no-ip, ngrok), i use this because it's free, easy to setup and it works for me.

i havent tried getting sound yet, but i bet i can be done

<!-- gh-comment-id:803576713 --> @gmiwoj commented on GitHub (Mar 21, 2021): get cam2ip - [https://github.com/gen2brain/cam2ip](https://github.com/gen2brain/cam2ip) get nircmd - [https://www.nirsoft.net/utils/nircmd.html](https://www.nirsoft.net/utils/nircmd.html) upload to target pc somewhere run hidden cam2ip task using remote command like this: ` "FULLPATH\nircmd.exe" exec hide "FULLPATH\cam2ip.exe"` over LAN you can watch cam stream in your browser or vlc like this: `http://TARGET_IP:56000/mjpeg` getting access to target ip over the internet is more tricky i use free ZeroTier service, it can create vpn bridge between you and target pc, but first you have to install, configure and hide zerotier app on target pc. there are other ways to do this (DDNS, no-ip, ngrok), i use this because it's free, easy to setup and it works for me. i havent tried getting sound yet, but i bet i can be done
Author
Owner

@LokeYourC3PH commented on GitHub (Mar 22, 2021):

Yeah I was also wanting the Remote Audio feature, practically the only thing missing in Quasar, Webcam is too easily detectable anyways so not a feature I am desperate for.

<!-- gh-comment-id:804452841 --> @LokeYourC3PH commented on GitHub (Mar 22, 2021): Yeah I was also wanting the Remote Audio feature, practically the only thing missing in Quasar, Webcam is too easily detectable anyways so not a feature I am desperate for.
Author
Owner

@MaxXor commented on GitHub (Mar 23, 2021):

Sorry accessing the desktop and the whole computer is powerful enough for a remote ADMINISTRATION tool. No need to directly spy on the user.

<!-- gh-comment-id:804686523 --> @MaxXor commented on GitHub (Mar 23, 2021): Sorry accessing the desktop and the whole computer is powerful enough for a remote ADMINISTRATION tool. No need to directly spy on the user.
Author
Owner

@LokeYourC3PH commented on GitHub (Mar 23, 2021):

@MaxXor I wasn't wanting Webcam anyways, but is Audio possible? It would go along well with the RDP feature for seeing the Desktop.

<!-- gh-comment-id:804868292 --> @LokeYourC3PH commented on GitHub (Mar 23, 2021): @MaxXor I wasn't wanting Webcam anyways, but is Audio possible? It would go along well with the RDP feature for seeing the Desktop.
Author
Owner

@MaxXor commented on GitHub (Mar 23, 2021):

Okay, but there is an issue for system audio already: https://github.com/quasar/Quasar/issues/135

<!-- gh-comment-id:805000989 --> @MaxXor commented on GitHub (Mar 23, 2021): Okay, but there is an issue for system audio already: https://github.com/quasar/Quasar/issues/135
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#654
No description provided.