-
Notifications
You must be signed in to change notification settings - Fork 64
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
Hey #10
Comments
Hey, Weekend dragged out a bit. With most recent commit, I have slcapture and sldisp working on my raspberry pi from fresh clone and make. I've changed the config to default to assuming these programs are all on same computer:
Updated Networking Notes with some more details. Regarding the opencv 2/3 thing, the only really breaking thing was a single stereoCalibrate function argument order; I wrapped this in an ifdef to use the right argument order for opencv2 vs opencv3. This should relax the dependency requirement to be satisfied by either version. Hope these changes work! On your setup, I believe you will need to change: |
slcapture output should now look something like this:
|
Great...i was thinking the worst. I am a pessimist at heart.. I will start ingesting the info. Could you reply to that other github project...on this issue. Without the timestamps it limits it to raspicam |
checking it out |
Ok so it seems that uvc.so indeed doesn't have timestamp support yet. I responded to the thread; pretty sure it is coming from the http "X-Timestamp" header which precedes the jpg bytes. Other thread has more details. Hopefully mjpg-streamer will support this feature soon...!! |
Linking this here for now since timestamp is a hangup with uvc image source PR for timestamp feature on mjpg-streamer: |
fantastic....how do i pull this to test |
This should build mjpg-streamer from the prototype commit and install if no error. |
I get this with https://github.com/jhdewitt/mjpg-streamer.git
And i dont get a timestamp with this https://github.com/jacksonliam/mjpg-streamer/blob/master/mjpg-streamer-experimental/plugins/input_uvc/input_uvc.c#L710 |
I know this is a lot of work. Do you think that I should ask for some help? I feel like we are so close.
The text was updated successfully, but these errors were encountered: