[main] manifest for

I am following this tutorial to install balena network camera in Raspberry Pi 4B 4GB.
I have installed the balena cli in my Ubuntu 18.04 machine. After i loged in and try to push the apps with balena command

balena push myapp

I’m getting this error:
[Warn] “docker-compose.y[a]ml” file found in parent directory: please check
[Warn] that the correct folder was specified. (Suppress with ‘–noparent-check’.)
[Info] Starting build for myPi, user gh_roboticsai
[Info] Dashboard link: balena dashboard
[Info] Building on arm03
[Info] Pulling previous images for caching purposes…
[Success] Successfully pulled cache images
[main] Step 1/9 : FROM balenalib/raspberrypi4-64-debian:stretch-20190612
[main] manifest for balenalib/raspberrypi4-64-debian:stretch-20190612 not found
[Error] Some services failed to build:
[Error] Service: main
[Error] Error: manifest for balenalib/raspberrypi4-64-debian:stretch-20190612 not found
[Info] Built on arm03
[Error] Not deploying release.
Remote build failed

Additional information may be available by setting a DEBUG=1 environment
variable: "set DEBUG=1" on a Windows command prompt, "$env:DEBUG = 1" on
powershell, or "export DEBUG=1" on Linux or macOS.

If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io

For CLI bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/

How do i solve this problem. I am working in small project for which the network camera + audio is very important and URGENT.

Are you sure that you are running the command from the right directory? Can you paste the output of ls?

here is the output of ls command:

app Dockerfile.template

I am using ubuntu 18.04 and have installed balena cli from this page.
I have cloned this package for networking camera. what i did after cloning this repository:
cd balena-cam/balena-cam
balena login ( webauthorizatio login + authorized the balena cli client )
balena push myPI ( app name )
and i got above error.

You should run balena push at cd balena-cam/, the one that has the docker-compose.yml file and it should be fine

I trried to run it from balena-cam/ root folder also wheere this files are showing when i run ls command:

balena-cam docker-compose.yml README.md VERSION
CHANGELOG.md LICENSE repo.yml

But still i’m getting the same errors.
I’m using : ubuntu 18.04, pi 4B 4 gb ram. when creating application i selected the pi 4 os in the dropdownlist .

Hi,

The rpi4 baseimages were added after the release of balena-cam, so this debian snapshot doesn’t exist for the rpi 4. We are looking into updating the balena-cam project, but in the meantime you can create an rpi 3 app and it should work with the current version of balena-cam even on an rpi 4.

ok. thanks i’ll try.