Category: miscellaneous
-
In the world of AI-assisted development, one of the most common frustrations is receiving code based on outdated documentation. AI models are typically trained on static datasets, meaning their knowledge can be months or even years behind. This often leads to suggestions that use deprecated functions, hallucinated APIs, or code...
-
During the pandemic, the demand for camera apps is booming due to the social distancing situation. So, I collected some basic OpenCV webcam sample code implemented in different programming languages and built some simple web apps for remote webcam access. Hopefully, it will be helpful for someone who is getting...
-
While using laptops, sometimes you may want to disable the built-in webcam for some reasons, such as security or debugging webcam related programs. Not like a USB webcam, the built-in camera is unpluggable. Therefore, a general way is to open the device manager, find the camera, and disable it. To...