HDK: How to write to Render View?

   2095   0   0
User Avatar
Member
12 posts
Joined:
Offline
Hi everybody,
anyone can tell me how to write to Render View (not the Mplay) using an output driver created entirely with the HDK and not with Soho? I know i should use the hrmanpipe command (with hrmanpipe -f socket:port), but what i'm not able to find is the socket where to pass the buckets informations. And how can i add my output driver to the list of drivers on the Render View?

Also i saw that using classes from the IMG_Api with this code:
IMG_TileDevice *fb = IMG_TileDevice::newMPlayDevice(0);
IMG_TileOptions *tileOpt = new IMG_TileOptions();
fb->open(*tileOpt, camparms.xres, camparms.yres, 1, 48, 1.0);
i'm able to open very rapidly an mplay window. Can i use it as the standard Mplay (i mean like in the deepmplay.C example)?
Sorry for the long question.
  • Quick Links