Boscop
Boscop
The request isn't even sent to the server, the 404 happens in the client-side routing in page.js..
I'm also running into this. I would really appreciate if this could be fixed.. @ozasadnyy: I'm writing a polymer app, so I can't use your solution: - when I call...
That seems useful! I'd appreciate if that PR got merged.
Btw, what I do at the moment to check if the camera was disconnected since the last frame (with my [Rust bindings](https://github.com/Boscop/escapi-rs)) is: ```rust // TODO: count_devices() might be expensive,...
Btw, what I do at the moment to find the camera ID from its name (with my [Rust bindings](https://github.com/Boscop/escapi-rs)) is: ```rust let cam_id = (|| { for i in 0..camera_count...
I'd really appreciate your help! 1. I downloaded and ran graphstudionext, how can I figure out the possible capture modes? I clicked on "add filter" and it showed 2 entries...
I was quite busy lately.. Now I tried that and when I open the properties, I get this:  It doesn't let me choose a different framerate than 5 for...
I tried with your fork [at this commit](https://github.com/codec-abc/escapi/commit/879ed819e26f6ef0d96e616ca259645c020b9b41) but when I give it a desired framerate of 30, or 20 I only get a completely blue cam buffer from Escapi....
Ah yes, getting a list of supported capture modes from escapi would be fancy. So it would work if I just get the MJPG buffer out and then use the...
Ah I see. Yea, it would be cool to get MJPG support working. Not sure if the MJPG frame has header info that tell the decoder how long the compressed...