imaginevision / Z-Camera-Doc

Document for Z Camera
151 stars 47 forks source link

About Streaming #14

Open ghost opened 8 years ago

ghost commented 8 years ago

Would you elaborate how one can use streaming?

onomonomedia commented 7 years ago

I'd like to second this request. It seems like it was there before but now it's missing from the documentation

benhinchley commented 6 years ago

From the docs previously

A streaming service is provided over port 9876, via a TCP based server.

To fetch a single frame:

send 0x01 to the server to request a frame
recieve data (4 byte payload len + following the frame data)
Repeating that method to get continuous frames.

Data format in payload:
Each payload of the data is H.264 encoded data. If the fps is 30, you can get 30 H.264 data in one second.
danielawd commented 5 years ago

What is the latency from the sensor to the virtual camera on a PC? it is quite interesting option to use it as a webcasting camera as seen there: https://youtu.be/vM03DmTbSPM

gfx-alex commented 2 years ago

Hello, I didn't find the best place for asking, but does z cam e2 support streaming 1920x180/120 fps via NDI or like virtual cam?