Aruco ar

arucoar.start

Augmenting augment.arucoar.start

Given code is after the setup/augment.arucoar.setup part

import augmented
    arucoar = augmented.arucoar(0)
    imgAug = {0: 'assets/unnamed.jpg'}
    arucoar.setup(imgAug,4,250,False,0,'Augmented by Sarang')
    arucoar.start(display:bool = True)
    

FInnally you can put this to start running the code
this will return the augmented image and if you will se the display arg to True which it is by defualt
It will also output the image in a window with the displayname you gave on the setup/augment.arucoar.setup part

* Recomended to run in a lop