hey guys. i want to know if it would be possible for someone to see the video of a webcam conversation whether specially if one computer is sharing n internet connection with another person.

Dani AI

Generated

As noted, remote viewing of a webcam is possible, and is right that pulling usable video from raw network traffic is nontrivial. That said, there are practical signs and simple checks that often reveal whether a camera or call has been accessed — especially when two machines share the same router or Internet link. The tips below focus on measurable indicators and quick diagnostics you can run now.

Look for these signs: the webcam indicator LED lights when the camera should be idle; unexpected image/video files or temporary captures in user folders; apps or services listed with camera permission that you don’t recognize; a message that “camera is in use” when no app appears active; unexplained CPU or outbound network activity while you are not in a call; and new startup entries or scheduled tasks. On some systems (macOS in particular) the system spawns camera helper processes while the camera is used; seeing those when you expect no camera use is a red flag. Note: very advanced attacks can hide indicators, so absence of signs is not absolute proof of safety.

Quick checks you can run

# Windows: see active network connections and PIDs
netstat -ano

# then map a PID to a process
tasklist /FI "PID eq 1234"
# macOS: look for camera helper process
ps aux | grep -i VDCAssistant

# Linux: see who holds the video device
lsof /dev/video0

Also inspect real-time network activity (Resource Monitor on Windows, Activity Monitor on macOS, sudo ss -tunap on Linux) and review recent programs allowed camera access in your OS privacy settings.

If anything suspicious appears: unplug or cover the camera, revoke camera permissions, uninstall unknown apps, update OS and router firmware, change router admin credentials and consider a factory reset. For persistent or high-risk concerns (firmware rootkits or signs of deep compromise), a full OS reinstall or hardware replacement may be required.

Recommended Answers

All 6 Replies

Quick answer. Yes.

All messages sent and received via any type of messenger can be viewed and captured. If you are worried about privacy, you should look into encrypting the conversation.

I would suggest using Pidgin, free [ Download Here ] (used to be called Gaim) - then use the encryption plug-in [ Here ]

Remember: Both parties must use the same messenger and plug-in to ensure encryption.

so is there anyway to know if someone has been spying? I mean are there any signs to look for?

You wont know any signs. Try Googling for Screen Shot Capturing, port scanners and video capture, Key Loggers and Spy Software like Spybuddy.

it is possible, but deciphering video throughput is too much of a hassle to bother with

thanks for the quick replies guys.

so what you are saying is not just anyone can view the video conversation without the appropriate software and knowledge right?

yup

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.