Log in

View Full Version : Cameras mounted on the bot: How many?


paul.dornfeld
18-01-2016, 21:56
1. What is the limit (either bay way of rules, or driver-station capabilities) on the number of cameras that can be mounted and used on the bot?
2. Can more than one be viewed from the driver-station, if so, must they be viewed one-at-a-time or can multiple cameras be viewed simultaneously?

Christopher149
18-01-2016, 22:07
Having never used multiple before (though we might use two this year), take this with a grain of salt:

Cameras beyond 2 (if USB) or 1 (if Ethernet) require a hub of some kind to simply get more ports. With the default driver station, you will only get one stream at a time. If you have multiple views at a time up on screen, watch out for bandwidth usage.

paul.dornfeld
18-01-2016, 22:14
Thank you.
And congrats on your (nearby) gas prices. National news:
http://www.cnbc.com/2016/01/18/gas-wars-a-gallon-is-just-46-cents-here.html

Christopher149
18-01-2016, 22:25
Thank you.
And congrats on your (nearby) gas prices. National news:
http://www.cnbc.com/2016/01/18/gas-wars-a-gallon-is-just-46-cents-here.html

Nearby? Houghton Lake is nearly 400 miles from Houghton.

paul.dornfeld
18-01-2016, 22:29
Whoops! I better dust off the atlas. Sorry.

adciv
19-01-2016, 20:56
I have not found a rule regarding the number of cameras. That said, there are USB bandwidth limits to simultaneous operations. It is possible to simultaneously transmit multiple cameras across the network and display them on the drivers station if desired. It is also possible to switch between cameras one at a time. I posted some code last year that did the switching.

What do you need? I may be able to dig something up.

GeeTwo
19-01-2016, 23:09
We have three camera requirements, (auto targeting forward, driving forward, rear boulder pickup/driving in reverse for some defenses), but we're going to try to keep our camera count down to one or two. We're considering options to include changing camera parameters on the fly, mounting the camera on a servo, and using a mirror (or set of mirrors) to eliminate at least one of the cameras.

paul.dornfeld
20-01-2016, 00:43
I have not found a rule regarding the number of cameras. That said, there are USB bandwidth limits to simultaneous operations. It is possible to simultaneously transmit multiple cameras across the network and display them on the drivers station if desired. It is also possible to switch between cameras one at a time. I posted some code last year that did the switching.

What do you need? I may be able to dig something up.

Thank you so much for the offer. If needed, we will let you know.

paul.dornfeld
20-01-2016, 00:44
We have three camera requirements, (auto targeting forward, driving forward, rear boulder pickup/driving in reverse for some defenses), but we're going to try to keep our camera count down to one or two. We're considering options to include changing camera parameters on the fly, mounting the camera on a servo, and using a mirror (or set of mirrors) to eliminate at least one of the cameras.

Great suggestions with the mirrors. Thank you.

techhelpbb
20-01-2016, 08:11
If you put a parabolic mirror over your robot one camera can see all directions except straight up. Use software to unwarp the image to a panoramic. Not sure if anyone really needs that but it can be done.

Example (http://www.360facil.com/eng/360-degree-photo-shot-parabolic-mirror.php)

paul.dornfeld
20-01-2016, 10:15
If you put a parabolic mirror over your robot one camera can see all directions except straight up. Use software to unwarp the image to a panoramic. Not sure if anyone really needs that but it can be done.

Example (http://www.360facil.com/eng/360-degree-photo-shot-parabolic-mirror.php)

Amazing. Thank you.

rich2202
20-01-2016, 13:42
I posted some code last year that did the switching.


Can you post a link?

We might have a forward and rearward facing camera.

Thanks.

adciv
20-01-2016, 14:59
Found the link. The code may need some repairs.

http://www.chiefdelphi.com/forums/showthread.php?p=1437894#post1437894

It's also possible to feed both simultaneously to the driverstation if that is desired. Be warned: Bandwidth limits tally up quick.

rich2202
20-01-2016, 15:39
Thank you