Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

exposure control  #18

Description

@jeremy-rutman

I don't seem to see any response to the exposure control; e.g. the following code produces images that dont change , if i put small (0.1) or large (300) values of exposure ...

def capture(exposure,color=ids.ids_core.COLOR_RGB8):
    print('capturing with exposure '+str(exposure))
    cam.color_mod=color
    cam.exposure=exposure
    cam.continuous_capture=True
    im,meta = cam.next()
    return im

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions