Skip to content
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

Camera view not working [Linux] #3223

Open
1 of 2 tasks
ashermyers opened this issue Dec 25, 2023 · 8 comments
Open
1 of 2 tasks

Camera view not working [Linux] #3223

ashermyers opened this issue Dec 25, 2023 · 8 comments
Assignees
Labels
bug Something isn't working connection connection and liveview issue

Comments

@ashermyers
Copy link

Bambu Studio Version

Latest Stable

Where is the application from?

Bambu Lab github releases

OS version

Ubuntu 20.04 LTS 64 bit

Additional system information

No response

Printer

P1S

How to reproduce

When printing, attempt to view the internal printer camera.

Actual results

App Crashes.

Expected results

Shows live feed from camera.

Project file & Debug log uploads

logs.zip

Checklist of files to include

  • Log file
  • Project file
@ashermyers ashermyers added the bug Something isn't working label Dec 25, 2023
@bambu123
Copy link
Collaborator

Do you have gstreamer installed?

@ashermyers
Copy link
Author

Yes

@bambu123
Copy link
Collaborator

Yes

Can you help me call practice run with gdb in the console to get more error messages?

@ashermyers
Copy link
Author

Yes, can you provide instructions?

@SaltWei SaltWei added the connection connection and liveview issue label Jan 18, 2024
@bambu123
Copy link
Collaborator

Yes, can you provide instructions?

Sorry for the late reply. Has your problem been resolved?

To do:

$ gdb Bambu_Studio_linux_ubuntu_vXXX.AppImage
run
bt

please input the 'run' command in gdb. then when it stops on a crash, input the 'bt' command.
then send the console output back here.

@AbeNaws
Copy link

AbeNaws commented Jun 13, 2024

@bambu123 I ran the first command, and got this message:

$ gdb Bambu_Studio_linux_ubuntu-v01.09.02.57.AppImage
GNU gdb (Debian 13.2-1+b1) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from Bambu_Studio_linux_ubuntu-v01.09.02.57.AppImage...
(No debugging symbols found in Bambu_Studio_linux_ubuntu-v01.09.02.57.AppImage)

@AbeNaws
Copy link

AbeNaws commented Jun 13, 2024

here is the output from bt:

(gdb) bt
#0 ____longjmp_chk ()
at ../sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S:168
#1 0xee8777a6ad7683af in ()
(gdb)

@bambu123
Copy link
Collaborator

It seems to be an inconsistency issue with the JPEG library.
the same as #1814
and #1665 (comment)

could you have a check in the above issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working connection connection and liveview issue
Projects
None yet
Development

No branches or pull requests

4 participants