Adding custom object (Adding image to be used as map) - App platform

Hello there.

Using existing camera object we can add some custom values to camera object and seve them in db along with all camera object values.

We would like to do the same with image object (that we use as map), but the problem is that we can not see a map object in a same manner as camera object.

So in general question is how to define custom object (image or array of numbers or whatever) and save them to same db as all other objects. Like camera, micropheone, speaker…

Hrvoje and Mario

We are developing solution for new platform.

MIP Kind??

Only option for doing this is to serialize the image to text (e.g. Base64 encode) and store it in the Properties list on a MIP Item. Not extremely efficient but as long as you don’t have to read and write again and again it should be fine.