Up to today, I was able to take long exposure pictures (over 10sec without issues) with the camera (NoIR) on my first gen model B. I say up to today as I have now a B+ model.
Sadly, I gave away my B the other day and re-formatted my sd-card for the B+. This means, I have lost the raspistill command I was using for long exposure.
Here are some details about the B+
Code: Select all
root@rpisky:/var/www/media# uname -a
Linux rpisky 3.12.24+ #694 PREEMPT Tue Jul 15 17:34:35 BST 2014 armv6l GNU/Linux
root@rpisky:/var/www/media#
Code: Select all
root@rpisky:/var/www/media# /opt/vc/bin/vcgencmd version
Jul 15 2014 17:53:13
Copyright (c) 2012 Broadcom
version ad89e56fcfdce27003bb1c722534d117d4bebf06 (clean) (release)
root@rpisky:/var/www/media#
Code: Select all
root@rpisky:/var/www/media# raspistill
raspistill Camera App v1.3.8
So far I have tried many combinations of raspistill with xyz options but cannot pass the 1s exposure time.
While on the B first gen, same camera, I was able to do star trails.
The camera is being used as a all-sky camera for night shots.
Code: Select all
raspistill -w 640 -h 480 -q 100 -e jpg -ISO 800 -ex night -ss 5000000 -rot 270 -o 5s.jpg

exif:
Code: Select all
Aperture Value: 3.07
Brightness Value: 0.65
Color Space: sRGB
Components Configuration: 1, 2, 3, 0
Date Time Digitized: 20 Jul 2014 01:13:39
Date Time Original: 20 Jul 2014 01:13:39
Exif Version: 2.2
Exposure Mode: Auto exposure
Exposure Program: Aperture priority
Exposure Time: 1/0
Flash: No Flash
FlashPix Version: 1.0
FNumber: 2.898
Focal Length: 3.598
ISO Speed Ratings: 800
Max Aperture Value: 3.07
Metering Mode: CenterWeightedAverage
Pixel X Dimension: 640
Pixel Y Dimension: 480
Shutter Speed Value: 0.504
White Balance: Auto white balance
-awb off does give a picture with green tint
-mm matrix does set it to average (exif verified)
Am I missing something or is there a an issue on the B+ model?
thanks for your time guys
