Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1.SDK update for camera firmware v2.60(CV2x), v3.20(CV52)

Download

Please issue a download request from AI Camera SDK Download.

Once you have created a form, you will be notified of the URL for SDK download in a few minutes via comments.

Note

If you are logged in to the site but the SDK download page does not appear, please see here.

Updates

  • Various documents have been updated. Please refer to the change history of each document for details.

    • doc / AdamAppAPI_Specification_V1_16.pdf

    • doc / AdamWebAPI_Specification_V1_11.pdf

    • doc / PythonAdamAppAPI_Specification_V1_14.pdf

  • Added parameters.

    • Added shock detection and opening detection values ​​to alarm input

      • doc / AdamAppAPI_Specification_V1_16.pdf

    • Added values ​​to get camera and app resource information

      • doc / AdamWebAPI_Specification_V1_11.pdf

  • Added API.

    • Added an API to get the maximum and currently used RAM/ROM size available to the app.

      • doc / AdamAppAPI_Specification_V1_16.pdf

      • doc / PythonAdamAppAPI_Specification_V1_14.pdf

    • Added an API to get the camera's SoC type.

      • doc / AdamAppAPI_Specification_V1_16.pdf

      • doc / PythonAdamAppAPI_Specification_V1_14.pdf

    • Added an API to obtain the input channel number of the image sensor on which the app is installed.

      • doc / AdamAppAPI_Specification_V1_16.pdf

  • Added the display function of the used ROM size to Adam Operation UI.

  • Added function to display a graph of the cumulative number of writes and reads to the ROM area for applications in Resource Monitor (Cv2x cameras only).

  • Added the sample application

    • Added a sample application that detects targets according to settings.

      • src / adamapp / web_template_app

      • src / adamapp-py / web_template_app

    • Added a sample application that draws object names and frames on models on the camera.

      • src / adamapp / yuv_yolov8_app

      • src / adamapp-py / yuv_yolov8_app

  • Modified the sample application

    • Modified to correctly process fixed/PTZ cameras according to upside-down settings

      • src / adamapp / yuv_dnn_app

      • src / adamapp / yuv_ssd_app

      • src / adamapp / yuv_yolo_app

      • src / adamapp / yuv_yolov5_app

      • src / adamapp-py / yuv_dnn_app

      • src / adamapp-py / yuv_pose_app

      • src / adamapp-py / yuv_ssd_app

      • src / adamapp-py / yuv_yolo_app

      • src / adamapp-py / yuv_yolov5_app