HD Webcams! For showing PC Screen?


Recommended Posts

Hey All,

I have a client that needs a Webcam to work on Skype, so his employees can call him if they get stuck working a special peice of machinery, they can take the webcam over to the machine, and he can see what settings they have put into the control panel of the machine, and talk them through changing it etc, i know this isnt the best system in the world, but its the only thing we can think of that will be doable from his phone when out and about.

I have been looking at this webcam - http://www.amazon.co.uk/Logitech-960-000767-C920-HD-Webcam/dp/B006A2Q81M/ref=sr_1_1?s=computers&ie=UTF8&qid=1361194648&sr=1-1

But it has been so long since a even owned a webcam, i wondered if you video the screen of a CRT monitor with it, will you get them black lines running down the screen? all these old engineering machines use CRT monitors and Windows 95!

Also if the webcams will be ok, can you plug them upto a PC with extra long usb cables? or are wireless webcams good?

Cheers

Link to comment
https://www.neowin.net/forum/topic/1137120-hd-webcams-for-showing-pc-screen/
Share on other sites

I know you're looking for webcams but my 2 cents :)

Remote access might be better than a webcam and probably easier to see on a phone

We used to have HTC Touch Diamond phones at my last IT job and used them for remote access, nightmare on such a small screen but it worked

The black lines could be fixed by setting the webcam to the refresh rate of the CRT I would have thought

That's the one I have. Absolutely love it. Works awesome. Was the top of the line but Logitech just released a new one, which pretty much looks the same.

New one is Logitech c930e

http://www.logitech.com/en-us/product/webcam-c930e-business?crid=1252

It sounds like he wants them to be able to show him what is going on on a piece of machinery not an actual PC, so when he says "Control Panel" he doesn't mean Windows Control Panel. OP can you clarify?

This is what I got from it, was he wanted the ability to take the webcam over to the machine and show parts/physical control that help is needed with, not whats on the computer monitor.

It sounds like he wants them to be able to show him what is going on on a piece of machinery not an actual PC, so when he says "Control Panel" he doesn't mean Windows Control Panel. OP can you clarify?

This is what I got from it, was he wanted the ability to take the webcam over to the machine and show parts/physical control that help is needed with, not whats on the computer monitor.

Quote:

"i wondered if you video the screen of a CRT monitor with it, will you get them black lines running down the screen?"

you will always get the scanline on a webcam/video camera from a CRT, even if it's a 100hz screen. du to the collision between the webcams 25/30 fps and the scanlines 100, giving you the slower "wave" down the screen as opposed to a flicker.

you will always get the scanline on a webcam/video camera from a CRT, even if it's a 100hz screen. du to the collision between the webcams 25/30 fps and the scanlines 100, giving you the slower "wave" down the screen as opposed to a flicker.

A lot of webcams have a 50/60Hz flicker fix in the settings, not 100% sure but I always thought that was what it was for, TVs, monitors, etc

Quote:

"i wondered if you video the screen of a CRT monitor with it, will you get them black lines running down the screen?"

Right I think he wants to see the whole unit, being the controls for the system, the physical control panel, and any CRT screen that is hooked up to the unit that shows it's status/job. Not the actual OS or what is running on the CRT

Give them all iPhones and use that face thingy :p.

or you know, just Skype on anything :)

I think the problem is, it's probably precision engineering equipment, so details need to be able to be seen. Especially if it's some type of fabrication machine or electronic soldering automated system.

I don't understand why you _need_ to have a Video camera? I am sure you can send Good quality photos (using a digicam) of the machine's panel and display. Use the Webcam only to show engineers face when talking (so you know he is not lying when he says he did not press the big red button).

Sorry for the late reply guys, just to clarify...

This old machinery has CRT monitors to control it, but alot of the machinery has DOS commands to control it, or they are using old Win 95 Boxes... They even have spares incase one of the boxes suddenly dies they can just swap it out with a new one! Apparently a new updated version of the software to run on a new PC (Like Windows 7) its over ?20k, and we cant justify that.

So what we need to do, is one of the engineers can skype call the main engineer if he is out of the building, and be able to show him what is going on with the machine, what lights are on the machine at the top, what is showing on the screen, and what the status is of the various water levels etc. The only way we can think of doing this is having a webcam connected to a laptop, which is connected to the network wirelessly, so it can be taken around the building showing the people on the skype call whatever they need to see,

I hope that helps clear it up!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!