Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Metadata - Date and Time #686

Open
Dr-Passmore opened this issue Jul 28, 2023 · 0 comments
Open

Missing Metadata - Date and Time #686

Dr-Passmore opened this issue Jul 28, 2023 · 0 comments

Comments

@Dr-Passmore
Copy link

Dr-Passmore commented Jul 28, 2023

Hi,

I just noticed an odd issue. I have three Raspberry cameras I use for a range of different projects all running RPi_Cam_Web_Interface and I have confirmed the issue on all three. Essentially, the image taken is missing meta data for the date and time that the image was taken.

If I use raspistill -o image.jpg

I get:

ExifTool Version Number : 11.16
File Name : image.jpg
Directory : .
File Size : 6.5 MB
File Modification Date/Time : 2023:07:28 17:41:19+01:00
File Access Date/Time : 2023:07:28 17:41:19+01:00
File Inode Change Date/Time : 2023:07:28 17:41:19+01:00
File Permissions : rw-r--r--
File Type : JPEG
File Type Extension : jpg
MIME Type : image/jpeg
Exif Byte Order : Big-endian (Motorola, MM)
Make : RaspberryPi
Camera Model Name : RP_imx477
X Resolution : 72
Y Resolution : 72
Resolution Unit : inches
Modify Date : 2023:07:28 17:41:19
Y Cb Cr Positioning : Centered
Exposure Time : 1/96
Exposure Program : Aperture-priority AE
ISO : 40
Exif Version : 0220
Date/Time Original : 2023:07:28 17:41:19
Create Date : 2023:07:28 17:41:19
Components Configuration : Y, Cb, Cr, -
Shutter Speed Value : 1/96
Brightness Value : 2.57
Metering Mode : Center-weighted average
Flash : No Flash
Maker Note Unknown Text : (Binary data 309 bytes, use -b option to extract)
Flashpix Version : 0100
Color Space : sRGB
Exif Image Width : 4056
Exif Image Height : 3040
Interoperability Index : R98 - DCF basic file (sRGB)
Exposure Mode : Auto
White Balance : Auto
Compression : JPEG (old-style)
Thumbnail Offset : 948
Thumbnail Length : 24576
Image Width : 4056
Image Height : 3040
Encoding Process : Baseline DCT, Huffman coding
Bits Per Sample : 8
Color Components : 3
Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2)
Image Size : 4056x3040
Megapixels : 12.3
Shutter Speed : 1/96
Thumbnail Image : (Binary data 24576 bytes, use -b option to extract)

As I would expect.

However, using RPi_cam_web_interface to take a picture:

ExifTool Version Number : 11.16
File Name : Test image 2.jpg
Directory : .
File Size : 4.1 MB
File Modification Date/Time : 2023:07:28 17:44:24+01:00
File Access Date/Time : 2023:07:28 17:44:23+01:00
File Inode Change Date/Time : 2023:07:28 17:44:24+01:00
File Permissions : rw-r--r--
File Type : JPEG
File Type Extension : jpg
MIME Type : image/jpeg
Exif Byte Order : Big-endian (Motorola, MM)
Camera Model Name : imx477
X Resolution : 72
Y Resolution : 72
Resolution Unit : inches
Modify Date : 1970:01:01 00:00:00
Y Cb Cr Positioning : Centered
Exposure Time : 1/60
Exposure Program : Aperture-priority AE
ISO : 100
Exif Version : 0220
Date/Time Original : 1970:01:01 00:00:00
Create Date : 1970:01:01 00:00:00
Components Configuration : Y, Cb, Cr, -
Shutter Speed Value : 1/60
Brightness Value : 2.48
Metering Mode : Center-weighted average
Flash : No Flash
Maker Note Unknown Text : (Binary data 309 bytes, use -b option to extract)
Flashpix Version : 0100
Color Space : sRGB
Exif Image Width : 2592
Exif Image Height : 1944
Interoperability Index : R98 - DCF basic file (sRGB)
Exposure Mode : Auto
White Balance : Auto
Compression : JPEG (old-style)
Thumbnail Offset : 922
Thumbnail Length : 24576
Image Width : 2592
Image Height : 1944
Encoding Process : Baseline DCT, Huffman coding
Bits Per Sample : 8
Color Components : 3
Y Cb Cr Sub Sampling : YCbCr4:2:0 (2 2)
Image Size : 2592x1944
Megapixels : 5.0
Shutter Speed : 1/60
Thumbnail Image : (Binary data 24576 bytes, use -b option to extract)

My question is why are all images taken with RPi-Cam-Web-Interface coming out as

Date/Time Original : 1970:01:01 00:00:00
Create Date : 1970:01:01 00:00:00

Do I need to update a config to resolve? Not seen anything obvious that would resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant