-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Newly added Camera not showing up #974
Comments
hmm, this is very strange. I see the |
It doesn't seem to be that. I've tried a few different names, reset and reconfigured the camera - It's still not showing up. |
Could you try the dev branch with |
Looks like it's still only getting the two from the API:
Interestingly, I can see the cameras on https://view.wyze.com and the get_object_list call which does include the missing Garage Cam in the results: |
This one was on me 😤 I forgot that WyzeBridge is accessing cameras shared from another Wyze account and I hadn't shared the new camera with that account. Sorry |
* audio latency #388 * Motion Events * Log number of cams from API #974 * Store and reuse s3 thumbnail from events #970 * better error handling * Increase MTX_WRITEQUEUESIZE #984 * MOTION_START for HA * limit login attempts * pass exceptions upstream * motion images for webhooks/ntfy in header * REST API motion endpoint * Additional audio codecs * keep stream alive if livestream enabled #985 * Catch RuntimeError #994 * assert bitrate value * refactor av_send_io_ctrl * Refactor API client and use battery from device_info * motion_ts endpoint * use .pipe instead of .wav for audio pipe * update frame size if not preferred_frame_size * Exclude battery cams from RTSP snapshots #970 * revert changes * buffer mtx event data #990 * Match all 11.x or newer firmware #975 * MOTION_WEBHOOKS * clean * revert changes * Media MTX changes * ffmpeg v6 * Use ffmpeg-for-homebridge in QSV build #736 * remove unneeded packages * don't return none * Adjust queue size and compression #388 * Adjust sleep, queue, and fifo for lag * Catch other HTTPErrors for events * Revert "Adjust sleep, queue, and fifo for lag" * Update ffmpeg.py * Update tutk.py * adjust thread_queue_size #388 * Add build date time * Update ffmpeg.py * Additional queue tweaks and fifo options #388 * Catch RequestException in motion events * Update MediaMTX version from v1.1.0 to v1.1.1 (#1007) (#1008) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mrlt8 <[email protected]> * Fix ETag header for MediaMTX 1.1.1 * Don't use wallclock #388 * remove asetpts * audio #388 * Update ffmpeg.py * allow wallclock flag in FFMPEG_FLAGS #388 * changelog * Update .env
I've been using this for a while now and it's been solid - THANKS!
I've just had a tidy up and moved some Camera's around, specifically:
These changes have all gone smoothly in the Wyze App and appear on https://view.wyze.com/live.
Now in WyzeBridge I have Back Lawn Cam and an existing, untouched WyzeCamv2 being discovered and streamed but the repurposed v2 (now known as Garage Cam) just will not show up?
Note that Dog Cam is regularly left off so those last lines are expected.
I've tried restarts,
FRESH_DATA=True
. Any other tricks to force the camera to show up - it's working in the Wyze App?The text was updated successfully, but these errors were encountered: