# Using more than 64 tags in the tag_locations.conf

Source: https://forum.modalai.com/topic/5038/using-more-than-64-tags-in-the-tag_locations-conf
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: mpa
Posted: 2026-02-06 19:03:37 UTC by tejasram
Replies: 2 · Views: 2095

## tejasram · 2026-02-06 19:03:37 UTC

For our experiments, we need to setup 500 tags. However, the tag_locations.conf only allows for using 64 tags (as shown here: https://docs.modalai.com/voxl-tag-detector/) . How can we change this behavior. We not that at any point in time, only 4-5 tags would be detected simultaneously. Our voxl sdk version is 1.5.1

Thanks!

## Reply by Eric Katzfey (ModalAI staff) · 2026-02-07 16:17:08 UTC

@tejasram The source code is here: https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tag-detector. Perhaps try changing `#define MAX_TAG_LOCATIONS  64` in `locations.h`.

## Reply by tejasram · 2026-02-24 01:04:37 UTC (in reply to Eric Katzfey)

@Eric-Katzfey Yes that worked. Thanks!
