Skip to main content

Logitech C920 Webcam with Samsung 5 550 - Good.

I still have one of the early Chromebooks, the Samsung 5 550, and wanted to improve the webcam. After some research, I bought a C920 webcam from Logitech. Stuck the C920 into the Chromebook's USB port and fired up Hangouts to only observe that the Chromebook still uses the internal camera.

After a brief look on Google, I found out that one has to go to chrome://settings/content and change the camera to the external C920. I followed the directions and the C920 worked in the Camera app but every time I started up Hangouts, the Chromebook reverted back to the internal camera. So I cleared my Chrome cache, and the right camera finally worked in Google Hangouts.

The C920 quality is immensely better than the internal camera however the CPU on the Samsung 5 550 Chromebook is not fast enough to do high definition (HD) videos. Regardless the lack of HD, I'd still have to say that the C920 video quality is immensely better than before so it was still worth getting it.

Popular posts from this blog

Data and Differences Between AI, ML, and DL

 Data: Volume - the amount of data that is being produced over any given unit of time Variety - The level of deviation within your data, which can have both positive and negative effects depending on what it is you’re hoping to achieve Velocity - A term referring to how quickly new data is produced. Velocity can also allude to the concept of drift, or, how quickly data underlying a model can change over time Veracity - The accuracy of data that is being collected, a trait which can be affected by faulty inputs, poor organization, or a variety of other factors Value - A holistic measure based on all other underlying characteristics of data and rooted in how likely the data is to help you reach your desired end state Differences between AI, ML, and DL?  NVIDIA: https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep-learning-ai/ Source: Udacity AI for Business Leaders

PowerPC 750 on James Webb Telescope

Another PowerPC usage was spotted, this time it is on the James Webb Telescope. The reliable and radiation chip was known to be used on the Orion spacecraft. Most of you know the variant called G3 on Apple PowerPC products.  https://www.talospace.com/2022/01/another-powerpc-in-space.html?m=1 Here is an interesting link with many more examples of the PowerPC usage: https://forums.macrumors.com/threads/a-fun-thread-on-the-powerpcs-longevity-durability-and-performance-for-ongoing-science-work.2170348/

CPU Model in Linux

 Ever wondered what kind of CPU model you are using in Linux? This command will pull it up: gcc -march=native -Q --help=target|grep march