-
Notifications
You must be signed in to change notification settings - Fork 3
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
initialisation fail on ubuntu 18.04, on M3-8100Y model of the lattepanda alpha #8
Comments
Hi @Changliu52, Just curious, do you have both M3-7Y30 and M3-8100Y? I confirm the problem on Amber Lake Y M3-8100Y on Ubuntu 18.04 I have M3-8100Y GPD Win2 as remote robot controller (but I used 19.04 MATE, which had support for GPD Win2 other hardware). The situation on AmberLake Y with default OS configuration seems to be funny:
More details in HVE issue I am looking into that. This is doable:
There are some hacky workarounds for CoffeLake, like Edit:
|
Yes, Just got the M3-8100Y delivered last weekend, so was trying out different setups on the new one, while leaving the old one for some of my old stuffs. Since it is quite empty now, so I can try different OS and setup. Thank you so much for the clarification! |
Good news. 20.04 has both drivers (iHD and i965). M3-8100Y works with both drivers. Initial testing with HVE shows that it is enough to force i965 with environment variable and everything seems to work. Like this: LIBVA_DRIVER_NAME=i965 ./hve-encode-raw-hevc10 10 /dev/dri/renderD128 See more details in HVE if you are interested. Looks like 20.04 is the future. Go figure! |
That's fantastic! Great work @bmegli ! |
It works. You run it like this: LIBVA_DRIVER_NAME=i965 ./realsense-nhve-hevc 192.168.0.100 9768 depth 848 480 30 500 /dev/dri/renderD128 8000000 0.000015625 |
Hi @bmegli the encoder seems to still have problem to initialise. The console output is:
|
referencing to new issue #25 |
We now have working m3-8100Y in 18.04, tested with ffmpeg_image_transport. |
Hi @bmegli
I can compile the package with no problem.
but when I ran
./realsense-nhve-h264 127.0.0.1 9766 infrared 640 480 30 5 /dev/dri/renderD128
The terminal outputs the error as below:
The
vainfo
outputs the same errorNote, I'm using the new M3-8100Y model of the lattepanda alpha.
Please advice possible solutions
The text was updated successfully, but these errors were encountered: