Skip to content

This is where you need to put your try/catch block #2

@dcowden

Description

@dcowden

surround your processing code with a try-catch block, and log the error to the console, like

try:
(your code)
catch Exception ex:
ex.printStackTrace(); //print it out so we see it in the logs, but keep running code

Calib3d.solvePnP(CameraConstants.getObjectPoints(), CameraConstants.getImgPoint(VisionTargets), CameraConstants.getCameraMatrix(), CameraConstants.getDistCoeffs(), rvec, tvec, true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions