Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Updated:

Question

What is the defference between ADAM_DevYcVideo_Create() and ADAM_DevRawVideo_Create()?


Answer

Please use these API depending on below conditions

-ADAM_DevYcVideo_Create() : To get YUV of total angle of view.
-ADAM_DevRawVideo_Create() : To clip part of image, or specify the channel for multi sensor camera.

API For Python

  • adam_dev_ycvideo_create()

  • adam_dev_rawvideo_create()

  • No labels