Skip to content

Library occasionally hangs on takePicture #9

@n3o59hf

Description

@n3o59hf

Could be related to #2.

Camera configuration:

CameraConfiguration.cameraConfiguration()
                .width(1920)
                .height(1080)
                .automaticWhiteBalance(AutomaticWhiteBalanceMode.AUTO)
                .exposureMode(ExposureMode.AUTO)
                .exposureMeteringMode(ExposureMeteringMode.MATRIX)
                .encoding(Encoding.JPEG)
                .quality(85)

Happens rarely but more than once per day if taking photos constantly.
Hardware: Raspberry Pi 2B, revision a01041, Pi Camera rev v1.3.
Software: Raspbian 9.6, fresh install with all updates.

Restarting application helps.
Waiting does not help (tested > 1h).
Calling close does not help.
Requesting one more image on different thread does not help.

Trace logs attached, around timestamp 741834 library did not return image.
timelapse_logs.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions