Beiträge von Gabegg

    Hey there,


    I'm new to Hyperion and I've gone through with the Arduino route. With that said my pi is actually just not responding. The Pi works when a restart happens but it doesn't disconnect from my network, I can ping it. I'm using a pi 0w and I cannot SSH to it, I cannot open the web UI, the lights aren't changing responding. At times the lights turn off but they come back on sometimes..... but then they shut down again. If I manually restart the PI it works again but this just really isn't a long-term solution. Does anyone have any idea why this isn't working?

    Hey I just solved it but I’ll write my answer here for anyone who wants it.



    I was using more than 255 lights (300 LEDS). I thought my Arduino was bad but I was wrong.

    If you’re using this code for your arduino https://raw.githubusercontent.…perion/master/ArduinoCode


    All you have to do is change this line in your arduino code


    Code
    for (uint8_t i = 0; i < NUM_LEDS; i++) {


    Instead of “uint8_t” change it to “int”.


    (This took me legit like 3 days to figure out lmao)

    Hey guys,


    I followed the Steve Does Stuff guide down to a science and for what ever reason my lights are not working. I know for a fact that the Arduino can control the light properly because i've tried two Arduino scripts, one from the video and one I found on this forum. When the Pi powers the Arduino It sends a GRB signal to the lights and in another sketch they turn blink white for a second. (strangely in the second sketch at times the entire strip turns on showing different colors.)


    My configs are right (I think) and my Pi is receiving proper signal from my capture card


    Hardware: Pi 0W, Arduino Nano, and WS2812B Lights.


    Software. 2.0.0-alpha.10


    Arduino Setup: https://pastebin.com/XZQj02s3


    I've been trying to do this for a week and I am so close I can basically taste it. Also looking at the log section under warnings im not seeing anything but where would I find the logs to post here?

    Hey there! this is the first output


    EDIT: Forgot Hyperion version and the grabber.


    version: 2.0.0-alpha.10


    The grabber i got is this one from Amazon.



    Also, bought another one to try it out.


    pi@HyperBian:~ $ v4l2-ctl --list-formats-ext

    ioctl: VIDIOC_ENUM_FMT

    Type: Video Capture


    [0]: 'MJPG' (Motion-JPEG, compressed)

    Size: Discrete 1920x1080

    Interval: Discrete 0.017s (60.000 fps)

    Interval: Discrete 0.033s (30.000 fps)




    ________________


    here is the second


    pi@HyperBian:~ $ v4l2-ctl --all

    Driver Info:

    Driver name : uvcvideo

    Card type : eEver USB Device: HDMI capture

    Bus info : usb-20980000.usb-1.1.1

    Driver version : 5.10.17

    Capabilities : 0x84a00001

    Video Capture

    Metadata Capture

    Streaming

    Extended Pix Format

    Device Capabilities

    Device Caps : 0x04200001

    Video Capture

    Streaming

    Extended Pix Format

    Media Driver Info:

    Driver name : uvcvideo

    Model : eEver USB Device: HDMI capture

    Serial : 20000130041415

    Bus info : usb-20980000.usb-1.1.1

    Media version : 5.10.17

    Hardware revision: 0x00000100 (256)

    Driver version : 5.10.17

    Interface Info:

    ID : 0x03000002

    Type : V4L Video

    Entity Info:

    ID : 0x00000001 (1)

    Name : eEver USB Device: HDMI capture

    Function : V4L2 I/O

    Flags : default

    Pad 0x01000007 : 0: Sink

    Link 0x02000010: from remote pad 0x100000a of entity 'Extension 4': Data, Enabled, Immutable

    Priority: 2

    Video input : 0 (Camera 1: ok)

    Format Video Capture:

    Width/Height : 1920/1080

    Pixel Format : 'MJPG' (Motion-JPEG)

    Field : None

    Bytes per Line : 0

    Size Image : 4147200

    Colorspace : sRGB

    Transfer Function : Rec. 709

    YCbCr/HSV Encoding: ITU-R 601

    Quantization : Default (maps to Full Range)

    Flags :

    Crop Capability Video Capture:

    Bounds : Left 0, Top 0, Width 1920, Height 1080

    Default : Left 0, Top 0, Width 1920, Height 1080

    Pixel Aspect: 1/1

    Selection: crop_default, Left 0, Top 0, Width 1920, Height 1080, Flags:

    Selection: crop_bounds, Left 0, Top 0, Width 1920, Height 1080, Flags:

    Streaming Parameters Video Capture:

    Capabilities : timeperframe

    Frames per second: 30.000 (30/1)

    Read buffers : 0


    Thanks!

    So i'm running a pi zero W with hyperion on it and I'm still trying to hammer out some of the software kinks since the lights I got were broken lol.


    I'm trying to down scale the image to the pi because I don't need it to run in 1080p, all I need it to do is get color it can go to 720p.


    With that said I cannot downscale it, It is at 1080p and there are no other options to change it. Any suggestions?