-
-
Notifications
You must be signed in to change notification settings - Fork 227
Replies: 3 comments · 11 replies
-
The HomeKit code is the same as the code for your main Homebridge bridge. Does viewing the video work as normal? Please share your config for this camera. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi David - thank for quick reply config below |
Beta Was this translation helpful? Give feedback.
All reactions
-
Since stillImageSource is the same as source, you can remove it. Then try adding “-fflags +discardcorrupt” to the beginning of your source line. |
Beta Was this translation helpful? Give feedback.
All reactions
-
"name": "wejscie", |
Beta Was this translation helpful? Give feedback.
All reactions
-
Please set debug to true and share your logs. |
Beta Was this translation helpful? Give feedback.
All reactions
-
[25.05.2022, 13:59:32] [Franek AC] Bound to device: 502cc6821229 |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hmm… try adding “-rtsp_transport tcp” to the start of your source line, that may help. |
Beta Was this translation helpful? Give feedback.
All reactions
-
errors :/ [25.05.2022, 14:21:31] [wejscie] [Ogrod] Video stream requested: 1280 x 720, 30 fps, 299 kbps |
Beta Was this translation helpful? Give feedback.
All reactions
-
I guess your camera is UDP only then… hmm… You could remove that and set vcodec to copy, which might help your video, but unfortunately wouldn’t do anything for snapshots. Does the video ever come clear, like if you wait a second or something? If so I could give you a command to skip the first few frames for snapshots… |
Beta Was this translation helpful? Give feedback.
All reactions
-
Correct - sometimes snapshot is clear and stream. |
Beta Was this translation helpful? Give feedback.
All reactions
-
In that case, try setting vcodec to copy, then duplicate the source line to stillImageSource, and add “-ss 1” to the end of stillImageSource and see if that helps. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Looks like one named "ogrod" is working - i see that one doesnt have width and height set up -maybe there is an issue?
|
Beta Was this translation helpful? Give feedback.
-
H i. Im wondering if there is a chance to configure my cameras to avoid distortion on preview _ vertical stripes. Sometimes preview is normal but very often picture i mixed with stripes.
Also - when i was playing with option lost one camera ( - unbridge option in on but camera cant beadded to HK. It is asking about the HK code.
Beta Was this translation helpful? Give feedback.
All reactions