Query environment variables on FastCGI using C
Usually, web servers provide some useful information via hidden environment variables. For example, some variables might sound familiar to you, SERVER_ADDR, REMOTE_ADDR, HTTP_USER_AGENT, HTTP_HOST,...
Develop FastCGI application with C
To get started with developing web application with FastCGI, you need to build the development kit first.
After building the kit, you will see cgi-fcgi/cgi-fcgi...
Build FastCGI development kit
FastCGI so far is a very popular module that improves web server power and add more functionalities. To develop a FastCGI module, you will...
Capture images in different formats with Raspberry Pi camera module
In previous article, I’ve shown you how to capture Pi camera images, and let’s try to capture in different formats.
The camera.capture() method is used...
Apply image effect to Raspberry Pi camera module
To apply image effects to the camera, we will use the image_effect property to set the appropriate effect to the camera while working.
The list...