Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect multiple tcam with hardwired connection? #10

Open
leoshmu opened this issue Apr 25, 2024 · 4 comments
Open

Connect multiple tcam with hardwired connection? #10

leoshmu opened this issue Apr 25, 2024 · 4 comments

Comments

@leoshmu
Copy link

leoshmu commented Apr 25, 2024

Hi,
Is there a way to connect more than one tcam to one raspberry pi? For example would you use a serial splitting hat for the Rpi, or is there a way to hardwire it directly without relying on an additional board?

@danjulio
Copy link
Owner

Hi. I'm assuming you mean tCam-Mini with the hardware interface. I think that a Pi could support two cameras attached this way. The limiting factor would be the SPI interface (https://pinout.xyz/pinout/spi). It has (I think) 4 serial interfaces so that shouldn't be a limiting factor.

Curious, any reason you can't just connect via Wifi?

@leoshmu
Copy link
Author

leoshmu commented Apr 27, 2024

I was going to try both hardwired and Wifi to see which is more performant. I would have guessed the hardwire approach would be better especially with 2 cameras but that may be a bad assumption. For the dual camera hardwire, with the 2nd camera be connected to the same TX/RX pins, but then the MISO/CLK etc pins would be different?

@danjulio
Copy link
Owner

You'd connect both the serial and SPI interfaces to different pins to prevent conflict on the lines driven by tCam-Mini. Plus the interface architecture really expects only one camera per interface.

Probably 2 cameras over wifi would be fine for streaming the full 9FPS. The upper limit is dependent on a lot of things such as signal strength and the AP performance but I've successfully streamed 6 cameras at full frame rate over my wifi here to various devices.

@leoshmu
Copy link
Author

leoshmu commented Apr 27, 2024

Sounds great, I will try with WIFI directly then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants