question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No camera show's up

See original GitHub issue
from blinkpy import blinkpy

blink = blinkpy.Blink(username='XXXX@gmail.com', password='XXXX')
blink.start()

for name, camera in blink.sync.cameras.items():
    print(name)                   # Name of the camera
    print(camera.attributes)      # Print available attributes of camera

This code doesn’t show up any camera.

Cameras do show up in the app

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
fronzbotcommented, Oct 10, 2018

Hmm. Maybe the way I’m grabbing cameras is in the process of being deprecated. I’m thinking it would be better to use the cameras link you posted and use that to find the cameras and update the camera properties that way (rather than looking at the events list).

1reaction
dgomescommented, Oct 10, 2018

resp = blinkpy.http_req(blink, url=“https://rest.prde.immedia-semi.com/network/31911/cameras”, headers=headers)

does show my camera 😃

If you tell me were I need to look into your code I probably can come up with a PR 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Camera doesn't work in Windows
Select Start > Settings > Privacy & security > Camera . Allow access to the camera on this device · Make sure Camera...
Read more >
How to fix camera is not showing up or missing in device ...
This tutorial will tell you how to fix the camera that is not showing up or missing in the device manager, guys it's...
Read more >
How To FIX Allow Camera Access Not Showing - YouTube
GET SUPER CHEAP PHONES HERE: https://cheapphones.coGET AWESOME WALLPAPERS HERE: https://www.cheapphones.co/wallpapers/MY SECOND CHANNEL!
Read more >
How to Fix Camera Missing in Device Manager on ... - YouTube
How to Fix Camera Missing in Device Manager on Windows 10 Problem.Windows 10's Device Manager usually lists webcams under the Imaging ...
Read more >
How to fix Webcam Camera Black Screen and not ... - YouTube
In this video, I will discuss how to fix the camera not showing up orSometimes the OBS (open broadcaster software) camera /webcam will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found