Rz-Rz

Results 20 issues of Rz-Rz

Hello, I'm trying to implement MJPEG streaming using Crow. I had an example working with flask and I tried to convert it to Crow. This is the code I add...

question
feature
discussion

I'm having a hard time using the plugins with react-leaflet, I believe they are not compatible with each other. But I might have missed something.

### I've searched open issues for similar requests - [x] Yes ### Is your feature request related to a problem? Please describe. i'm using pnpm rather than npm to save...

enhancement

hello, I'm looking for the C++ API docs, I'm only finding the C API docs. thank you for this cool library

I am serving mp4 video files from Drogon like this : ```cpp drogon::app().registerHandler( "/static/{1}", [](const drogon::HttpRequestPtr &req, std::function &&cb, std::string fileName) { auto filePath = "./" + fileName; auto resp...

**Is your feature request related to a problem? Please describe.** Currently, Aravis requires exclusive control access to stream from a GigE Vision camera. This becomes an issue when another application...

1. Enhancement

**Is your feature request related to a problem? Please describe.** I have some code that expects to stream a camera, using Aravis, and to receive Mono 14 frames, converts them...

1. Enhancement
5. Simulator

**Is your feature request related to a problem? Please describe.** I have some code that expects to stream a camera, using Aravis, and to receive bayered frames that it then...

1. Enhancement
5. Simulator

**Describe the bug** I'm trying to build a fake camera source with my own specific pattern using opencv. However the camera starts but seems to never get picked up by...

2. Needs informations
5. Simulator

Just looking for an usage example/docs on how to connect libdatachannel with Violet and a frontend library to achieve a webrtc streaming on a web browser from a gstreamer server...