I'm looking for a place to buy either very long ribbon cable or ribbon cable thats been bundled together into a wire. I need this for the camera module (Pi cam v2) and my RPI 3.
Thanks
Hello, For some video processing calculations I need the exact timestamp of when a frame was taken from the camera. I am using the picamera module for python 2.7 and am running on a Raspberry Pi 3 with v2 PiCamera. camera = PiCamera() camera.resolution = (320,240) rawCapture = PiRGBArray(camera.size...
So I have a python file that I want run as startup. I have a script that successfully launches the python program but I'm not sure where I need to place it in order to get the program up and running. I want the file to run immediately after the pi turns on and is logged in.
Is there a way to adjust the exposure time of the camera through the python module? I would also like to change the brightness, white balance, and focus of the camera if that is possible. If this isn't possible through the python modules are there any other ways I can do it via the terminal etc. I a...