Hi, Thank you for your answer. I was refering to Picamera because I want to acquire a RAW image from within Python. This takes a very long time. Doing measurements on many successive frames is undoable. I noticed that there are many definitions regarding RAW images. What I define as RAW is the real ...
Hi, because extracting the RAW image from the JPG image takes a very long time, I want to acquire RAW images directly from the V2 camera. So, without the JPG file. I assume the image sensor must be put into RAW mode without any processing via the serial commands. I need to acquire the true pixel inf...
Hi, using the RPi and the V2 camera, I want to acquire the RAW image from the image sensor directly without extracting it from the JPG file. Extracting takes a very long time. I think the sensor has to put into RAW mode by use of its serial commands, isn't it? Is there somebody who knows how to do i...
Hi, do i have to install paramiko on both the raspberry pi AND my laptop/pc ? Regards. Another option: SSH can be used to run a nominated script or application on the remote system. There are existing Python library modules that allow you to easily establish a secure ssh connection from within a Pyt...
Hi, I lnow there are Putty and Filezilla to read files on the RPI board and copy them on your PC but I want to do this in Python. I want to write a program in Python to start activity (a measurement) on the RPI and retrieving the data, stored in the RPI, to my PC. Are there any examples of doing tha...
Hi,
I really need the true RAW image, the image from the pixels itself, no processing at all.
There is a lot of confusing going on regarding RAW images.
Hi, thank you very much. I'm a beginner with RPi so...have a lot of questions. I need the RAW image of the image sensor for academic research. I get a RAW image but when I use the size (2592x1944) than I see that the image is misformed. So clearly the wrong format. How do you explain the 6371328 num...
Hi,
I used raspistill -r to generate an RAW image in the metadata of the JPG image.
Now I want the extract this RAW image....how can I do this quickly?
Is there an exe file to do this?
Using ExifPro gives me only the metadata excl. the RAW image.
Hi,
I need to download files from the RPi to my PC. I know I can do this with Filezilla or Putty but I'm looking for a Python program on the PC to do this. USB or ethernet...
Is there anyone who can help?