Monado OpenXR Runtime
|
Prints a list of found devices and tests opening some of them. More...
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include "xrt/xrt_instance.h"
#include "xrt/xrt_prober.h"
#include "util/u_misc.h"
#include "cli_common.h"
Data Structures | |
struct | program |
Functions | |
static int | init (struct program *p) |
static void | list_cb (struct xrt_prober *xp, struct xrt_prober_device *pdev, const char *product, const char *manufacturer, const char *serial, void *ptr) |
static int | print_cameras (struct program *p) |
static int | do_exit (struct program *p, int ret) |
int | cli_cmd_calibrate (int argc, const char **argv) |
Prints a list of found devices and tests opening some of them.