-
Notifications
You must be signed in to change notification settings - Fork 130
Video daemon #144
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
Video daemon #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
I will test it tonight buddy!!
let opt = Opt::parse(); | ||
let mut client = Client::new(opt).expect("failed to create client"); | ||
client.connect().await.expect("failed to connect"); | ||
let camera_config = CameraConfig { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is starting to look better!!
d02ae9b
to
ab5c09f
Compare
ab5c09f
to
568f002
Compare
@griffobeid I got it to work :) Please take a look at the reconnect logic because right now is just making the video-daemon crash. screenrecording5-2023-12-16_22.03.00.mp4 |
How to test:
Known Issues