How to send image message via b0?

Typically: "How do I... ", "How can I... " questions
Post Reply
yuntao
Posts: 7
Joined: 17 Aug 2018, 06:53

How to send image message via b0?

Post by yuntao »

I am developing an environment using vision sensor.
But I cannot send the image information got by sim.getVisionSensorImage out via b0.

My vision sensor's resolution X/Y is 640/480.
Is it too large to transport?
It will succeed when the parameter is 32/32.

What method can I use to do with this problem?
Waiting for your reply!

Best wishes,
Yuntao

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: How to send image message via b0?

Post by coppelia »

Hello,

can you try the blueZeroDemo1.ttt scene? Does it work? (i.e. it will read an image, send it to B0, while a subscriber will read the image from B0 and apply it to the lower floating view (passiveVision_sensor).

And what happens if you adjust the resolution to 640x480? (make sure to set the same resolution to Vision_sensor and PassiveVision_sensor)

Cheers

Post Reply