Current Server Time: 18:30 (Central Europe)

#apertus IRC Channel Logs

2022/02/10

Timezone: UTC


00:14
aombk3
joined the channel
00:17
aombk2
left the channel
03:47
Bertl_oO
off to bed now ... have a good one everyone!
03:47
Bertl_oO
changed nick to: Bertl_zZ
06:38
se6astian
good day
06:39
se6astian
vup I did git pull so I had internet connection, at least in that moment
06:39
se6astian
will try again now
06:39
se6astian
and rollback if unsucessful
09:34
lexano
left the channel
09:40
jn
left the channel
09:40
McUles[m]
left the channel
09:40
davidak[m]
left the channel
09:40
gruetzkopf
left the channel
09:40
Bertl_zZ
left the channel
09:40
mithro
left the channel
09:40
illwieckz
left the channel
09:40
intrac
left the channel
09:40
bluez_
left the channel
09:40
felix_
left the channel
09:40
fredy
left the channel
09:40
dos
left the channel
09:40
elafon
left the channel
09:40
tpw_rules
left the channel
09:40
hexa-
left the channel
09:40
balrog
left the channel
09:40
Spirit532
left the channel
09:40
vup
left the channel
09:40
BAndiT1983_
left the channel
09:40
anuejn
left the channel
09:40
se6astian
left the channel
09:40
aombk3
left the channel
09:46
aombk3
joined the channel
09:46
McUles[m]
joined the channel
09:46
davidak[m]
joined the channel
09:46
jn
joined the channel
09:46
balrog
joined the channel
09:46
Spirit532
joined the channel
09:46
tpw_rules
joined the channel
09:46
vup
joined the channel
09:46
BAndiT1983_
joined the channel
09:46
anuejn
joined the channel
09:46
se6astian
joined the channel
09:46
hexa-
joined the channel
09:46
elafon
joined the channel
09:46
fredy
joined the channel
09:46
dos
joined the channel
09:46
bluez_
joined the channel
09:46
felix_
joined the channel
09:46
mithro
joined the channel
09:46
illwieckz
joined the channel
09:46
intrac
joined the channel
09:46
gruetzkopf
joined the channel
09:46
Bertl_zZ
joined the channel
09:47
lexano
joined the channel
13:20
Bertl_zZ
changed nick to: Bertl
13:21
Bertl
morning folks!
13:21
vup
morning :)
17:34
Nicolas42
joined the channel
17:37
Nicolas42
changed nick to: nick42
17:55
nick42
left the channel
18:24
nick42
joined the channel
18:31
vup
se6astian: fyi I just pushed a version of Average that uses a lot less memory for high `n`, so you probably want to use that
18:38
se6astian
great!
18:55
se6astian
just tried latest pull
18:55
se6astian
now no problem with package clap anymore
18:55
se6astian
but package backtrace
18:55
se6astian
requires 0.3.64
18:55
se6astian
have 0.3.63
18:57
se6astian
are these npm packages?
19:02
nick42
hello all!
19:02
se6astian
hi nick42!
19:04
vup
se6astian: no these are rust crates.io packages
19:04
vup
did you `git pull`?
19:04
se6astian
right, yes
19:04
vup
it should no longer require backtrace by default
19:05
se6astian
new_pipeline branch?
19:05
vup
yeah
19:05
nick42
I am wondering about python scripting from a linux host computer that ssh with the camera.
19:05
nick42
subprocess? paramiko?
19:05
se6astian
I see the line: backtrace = { version = "0.3.64", optional = true }
19:06
vup
se6astian: yes
19:06
vup
optional = true
19:06
se6astian
let me make sure I am on the new_pipeline branch
19:06
vup
you are
19:06
se6astian
very weird then
19:07
Bertl
nick42: both should work fine
19:07
se6astian
required by package recorder 0.1.0
19:07
vup
what are you running again?
19:08
se6astian
mint
19:08
vup
no the command you are running
19:08
se6astian
ah, one sec
19:08
Bertl
off for now ... bbl
19:08
Bertl
changed nick to: Bertl_oO
19:09
nick42
Bertl: thanks! Are there example python scripts for single image acquisition somewhere?
19:09
se6astian
cargo run --release -- WebcamInput --device 0 ! DualFrameRawDecoder ! GpuBitDepthConverter ! Debayer ! Display
19:09
Bertl_oO
nick42: don't think so
19:09
nick42
Bertl: ok
19:10
vup
se6astian: and that tells you 'backtrace' is not available?
19:10
vup
very weird
19:10
vup
maybe try deleting Cargo.lock
19:13
se6astian
done, same result
19:14
se6astian
uploading screenshot, please check, maybe I made a typo somewhere?
19:14
se6astian
https://cloud.apertus.org/index.php/apps/gallery/s/YdpqXLtDdKKPDb7#IMG_20220210_211049.jpg
19:17
vup
se6astian: hmm
19:17
vup
what does cargo search backtrace output?
19:19
vup
Otherwise try deleting Cargo.lock
19:20
se6astian
let me connect the recorder machine to my quassel account
19:24
se6astian
https://pastebin.com/DGuJhX9R
19:25
vup
hmm it clearly says 0.3.64 is there
19:25
se6astian
indeed
19:25
se6astian
tried deleting cargo.lock (in the recorder directory)
19:25
se6astian
no difference
19:25
vup
wtf
19:26
vup
and it still says it cant find 0.3.64 even though the search says its there?
19:26
se6astian
is there a way to update the crates.io index?
19:26
vup
it does that everytime you run `cargo run`
19:26
se6astian
hmm, ok
19:27
vup
well
19:27
vup
I think then just change the version in `Cargo.toml`
19:27
vup
but something is seriously broken for you
19:28
se6astian
changed backtrace to 0.3.63, now complains about clap again
19:29
vup
hmm the internet says to delete `~/.cargo/registry`
19:29
se6astian
ok, let me try
19:32
se6astian
that did something
19:32
se6astian
now get error: failed to get `rusb` as a dependency of package `ft60x v0.1.1 (https://github.com/apertus-open-source-cinema/ft60x-rs#28a4b6f0)`
19:32
se6astian
off for dinner for a bit
19:32
vup
hmm
19:33
vup
whats the complete output?
19:33
vup
but in principle you can just comment out the line with ft60x in the Cargo.toml
20:10
se6astian
back
20:10
se6astian
will try
20:13
se6astian
different errors again :)
20:13
se6astian
https://pastebin.com/RDMzBsE9
20:16
vup
se6astian: ok you need to update rust^^
20:16
vup
how did you install it?
20:16
se6astian
right :)
20:16
vup
if you used rustup
20:17
se6astian
if there was an ubuntu package through apt I assume
20:17
vup
`rustup update` should suffice
20:17
nick42
left the channel
20:17
se6astian
I did not use rustup
20:17
vup
ok
20:18
vup
hmm I think the ubuntu packaged version is too old
20:18
vup
so installing a newer one using rustup is probably the easiest
20:19
se6astian
ok
20:22
se6astian
to install rustup I have to remove old rust first
20:22
se6astian
it also wants to uninstall cargo
20:22
se6astian
is that an issue?
20:27
se6astian
seems good so far
20:27
se6astian
building again
20:33
vup
no, cargo is shipped with rust, so uninstalling it should be fine
20:34
se6astian
good
20:40
se6astian
it works!
20:42
vup
Nice
20:55
se6astian
made the mistake to install rustup as su though...
21:12
se6astian
seems I was able to save a first average frame!
21:12
se6astian
will upload for you before I head to bed
21:15
se6astian
https://cloud.apertus.org/index.php/s/aJwdQ9BHQnm4k4p
21:15
se6astian
please verify if you can read the file as expected
21:15
se6astian
if all is good I can start to adapt the capture script
21:15
se6astian
heading off now
21:15
se6astian
good night